diff options
Diffstat (limited to 'src/boot/parser.boot')
-rw-r--r-- | src/boot/parser.boot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot/parser.boot b/src/boot/parser.boot index eeb147ac..7bf4bef4 100644 --- a/src/boot/parser.boot +++ b/src/boot/parser.boot @@ -691,6 +691,8 @@ bpCompare()== and (bpIs() or bpTrap()) and bpPush bfInfApplication(bpPop2(),bpPop2(),bpPop1()) or true) + or bpLeave() + or bpThrow() bpAnd() == bpLeftAssoc('(AND),function bpCompare) |