Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-23 | [Lexer] Improve lexing performance by 2% via a bitfield for checking ↵ | 1 | -2/+2732 | ||
identifiers, inlining functions, and moving some branches to comptime | |||||
2021-09-20 | Fix parsing/printing unicode identifiers, switch to UTF-8 for prefilled ↵ | 1 | -0/+1374 | ||
strings, remove eagerly loading identifier_name |