aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAge
* compiler: preemptively fix EOF bugs in parserJJ2023-11-26
* compiler: restructure codebaseJJ2023-10-31
* compiler: basic outline of the parserJJ2023-10-27
* compiler: draft of the abstract syntax treeJJ2023-10-26
* compiler: redesign lexer. still needs unicode support & expr indentationJJ2023-10-26
* compiler: lex scope, throw errorsJJ2023-07-19
* compiler: implement a borrow checker free tree and begin lexingJJ2023-07-18