aboutsummaryrefslogtreecommitdiff
path: root/src/frontend
Commit message (Collapse)AuthorAge
* compiler: rewrite lexer, clean up astJJ2024-04-07
|
* docs: sweeping changes. cement an understanding of error handling, async, ↵JJ2023-12-28
| | | | modules, and unions. rewrite documentation on interfaces. complete the introductory overview. many minor cleanups.
* 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: write some helpers, reduce parser verbosityJJ2023-11-08
|
* compiler: progress on parserJJ2023-11-06
|
* compiler: restructure codebaseJJ2023-10-31