Commit 435e6b864265dd9f27e986354cc9cd8db5a9a71c
1 parent
739a6551
-
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
anubis_dev/library/lexical_analysis/fast_lexer_2.anubis
| ... | ... | @@ -2712,7 +2712,6 @@ public define One -> LexerOutput($Token) |
| 2712 | 2712 | Word16 starting_state) -> FastLexerOutput lexer, |
| 2713 | 2713 | MVar(LexerAction($Token,$Aux)) actions |
| 2714 | 2714 | ) = |
| 2715 | - print("===> plug_lexer\n"); | |
| 2716 | 2715 | (One _) |-> read_next_token(lexer,stream,0,actions). |
| 2717 | 2716 | |
| 2718 | 2717 | ... | ... |