Commit 52266657097c04ff88727e430ea21a5545199cc9
1 parent
91ff3196
-
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
anubis_dev/library/lexical_analysis/fast_lexer_2.anubis
| ... | ... | @@ -2600,7 +2600,7 @@ public define Result(RegExprError, LexingStream($Aux) -> One -> LexerOutput($Tok |
| 2600 | 2600 | List(DFA_state) dfa |
| 2601 | 2601 | ) = |
| 2602 | 2602 | |
| 2603 | -public define Result(RegExprError, One) | |
| 2603 | + public define Result(RegExprError, One) | |
| 2604 | 2604 | dump_lexer |
| 2605 | 2605 | ( |
| 2606 | 2606 | WStream target, | ... | ... |