c6
c6 copied to clipboard
Parser/Lexer performance improvement
- [ ] Translate
peek()thenif .... { parser.next() }toparser.accept(...)