diff options
Diffstat (limited to 'src/boot/parser.boot')
-rw-r--r-- | src/boot/parser.boot | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/boot/parser.boot b/src/boot/parser.boot index 6d4261b4..0149687e 100644 --- a/src/boot/parser.boot +++ b/src/boot/parser.boot @@ -871,9 +871,6 @@ bpDefinition()== bpEqPeek "TDEF" => bpRestore a bpTypeAliasDefition() - bpEqPeek "MDEF" => - bpRestore a - bpMdef() true bpRestore a false @@ -909,18 +906,6 @@ bpDefTail f == bpSimpleDefinitionTail() or bpCompoundDefinitionTail f - -bpMDefTail()== - -- bpEqKey "MDEF" and - -- (bpWhere() or bpTrap()) - -- and bpPush bfMDefinition1(bpPop2(),bpPop1()) - -- or - (bpVariable() or bpTrap()) and - bpEqKey "MDEF" and (bpWhere() or bpTrap()) - and bpPush %Macro(bpPop3(),bpPop2(),bpPop1()) - -bpMdef()== bpName() and bpStoreName() and bpMDefTail() - bpWhere()== bpDefinition() and (bpEqKey "WHERE" and (bpDefinitionItem() or bpTrap()) |