aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/lex.rs
Commit message (Expand)AuthorAge
* compiler: rewrite lexer, clean up astJJ2024-04-07
* docs: sweeping changes. cement an understanding of error handling, async, mod...JJ2023-12-28
* compiler: preemptively fix EOF bugs in parserJJ2023-11-26
* compiler: progress. parse most of the hard things.JJ2023-11-08
* compiler: remove parser state. we'll see how this goesJJ2023-11-08
* compiler: progress on parserJJ2023-11-06
* compiler: restructure codebaseJJ2023-10-31