aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* docs: update READMEJJ2023-10-26
|
* compiler: unicode support, reconsider indentation handlingJJ2023-10-26
|
* compiler: redesign lexer. still needs unicode support & expr indentationJJ2023-10-26
|
* std: broad updates; add ast, iterators, format, tests, logsJJ2023-10-23
|
* docs: minor module changes, README example, pattern matchingJJ2023-08-17
|
* docs: interfaces, distinct types, subtyping, and cleanupsJJ2023-08-16
|
* docs: attempt to define scope (to revisit after implementation)JJ2023-07-25
|
* docs: forgot about genericsJJ2023-07-25
|
* docs: import module as nameJJ2023-07-25
|
* docs: initial formal description of grammar (missing scope)JJ2023-07-25
|
* docs: flesh out the initial module systemJJ2023-07-24
|
* 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
|
* begin discussion of advanced types and some minor changesJJ2023-07-12
|
* move docs into docs folder and update the readmeJJ2023-07-12
|
* add a brief note on async and update the readmeJJ2023-07-11
|
* thoughts on error handling and option and result librariesJJ2023-07-11
|
* basic usage w/o examplesJJ2023-07-10
|
* reference typesJJ2023-05-24
|
* cleaner thoughts on types and create an overview-esque readmeJJ2023-05-23
|
* some thoughts on a type systemJJ2023-01-09