Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Remove some debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Oct 19, 2009
1 parent 5b872f0 commit 0428b85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cheats/hll-grammar.pir
Expand Up @@ -419,14 +419,12 @@ An operator precedence parser.

opstack_loop:
unless opstack goto opstack_done
say 'opstack'
capture_lex reduce
self.reduce()
goto opstack_loop
opstack_done:

expr_done:
say 'expr_done'
term = pop termstack
pos = here.'pos'()
here = self.'!cursor_start'()
Expand Down

0 comments on commit 0428b85

Please sign in to comment.