2023-09-28 04:34:38 +00:00
|
|
|
Allow variable defs to reference earlier ones in same binding list
|
2023-07-17 01:49:27 +00:00
|
|
|
Figure out multiple-binding let-expr semantics
|
2023-09-28 00:16:19 +00:00
|
|
|
Inject error handling into parser and scanner
|
|
|
|
Think about a way to hide record fields
|
|
|
|
- Maybe a compile-time primitive for generating globally unique symbols?
|
|
|
|
Would also need a syntax to use those symbols.
|
|
|
|
- Use @ as an operator to convert a comptime-known string to an identifier
|
|
|
|
Replace `with` keyword with `but`
|