aboutsummaryrefslogtreecommitdiff
path: root/std
Commit message (Collapse)AuthorAge
* std: replace static with const, fix std.astJJ2024-05-10
|
* std: sweeping changes.JJ2024-05-10
| | | | | | | | | - replace interfaces with classes - replace : with then and do - solidify memory management as rust-style ownership - replace unsafe blocks with safe/unsafe attributes - add magic and copy attributes - switch Coerce impl from from to to
* std: rename std.pointers to std.memJJ2024-01-28
|
* std: more fleshing out. merge std.magic back into std.prelude.JJ2024-01-02
|
* 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