|
|
70569dfe48
|
No more Refs, no more store, every top level def goes in the store, to update store values use :=
|
2026-02-06 18:06:01 -07:00 |
|
|
|
9d1b079361
|
Better errors!
|
2026-02-04 21:21:52 -07:00 |
|
|
|
9edee10508
|
Adding spread operator. starting to build a stdlib. omg
|
2026-02-02 21:20:39 -07:00 |
|
|
|
216fe6bd30
|
Adding builtins as native-functions. desugaring symbols as native function application. except ~ which is the new pipe operator, > is now greater than
|
2026-02-02 20:10:32 -07:00 |
|
|
|
7f94cfe8cd
|
parsing pattern matching
|
2026-02-01 18:42:50 -07:00 |
|
|
|
0f0371461d
|
Parsing bindings. adding AST pretty printer
|
2026-02-01 00:43:01 -07:00 |
|
|
|
71237d0307
|
Got parser working. now i'm switching from toy language to CG syntax. lexer is... done??? maybe
|
2026-01-31 16:07:44 -07:00 |
|
|
|
f74d374555
|
baby's first lexer
|
2026-01-30 23:02:46 -07:00 |
|