aboutsummaryrefslogtreecommitdiff
path: root/src
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: add blank interop and tooling foldersJJ2023-11-05
|
* compiler: restructure codebaseJJ2023-10-31
|
* compiler: implement most of the parserJJ2023-10-31
|
* compiler: basic outline of the parserJJ2023-10-27
|
* minor updatesJJ2023-10-27
|
* compiler: clean up the abstract syntax treeJJ2023-10-26
|
* compiler: draft of the abstract syntax treeJJ2023-10-26
|
* compiler: fix bugs in lexer. we're lexing!!JJ2023-10-26
|
* compiler: impl Display for TokenStreamJJ2023-10-26
|
* compiler: unicode support, reconsider indentation handlingJJ2023-10-26
|
* compiler: redesign lexer. still needs unicode support & expr indentationJJ2023-10-26
|
* compiler: lex scope, throw errorsJJ2023-07-19
|
* compiler: complete basic lexerJJ2023-07-18
|
* compiler: implement a borrow checker free tree and begin lexingJJ2023-07-18