aboutsummaryrefslogtreecommitdiff
path: root/std
Commit message (Collapse)AuthorAge
* std: much fleshing out. completely partially implement the prelude.JJ2024-01-02
|
* std: initial draft of strings and listsJJ2023-12-31
|
* std: restructure, refactor std.astJJ2023-12-30
|
* 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.
* std: minor updates, consistently use Error and ErrJJ2023-11-05
|
* minor updatesJJ2023-10-27
|
* compiler: clean up the abstract syntax treeJJ2023-10-26
|
* compiler: draft of the abstract syntax treeJJ2023-10-26
|
* std: broad updates; add ast, iterators, format, tests, logsJJ2023-10-23
|
* thoughts on error handling and option and result librariesJJ2023-07-11