aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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