7d3f189100
conlang: Introduce ..rest Patterns, refactor Ranges
2025-02-23 02:41:41 -06:00
cc6168b55e
cl-ast: Remove Param
, replace with flat Pattern
2025-02-23 02:01:38 -06:00
e3d94d8949
conlang: Unify binding operations!
...
This breaks out the pattern matching/unification algorithm from cl-interpret/interpret.rs to cl-interpret/pattern.rs
TODO: pattern destructuring in const, static :^)
2025-02-22 05:16:37 -06:00
7a8da33de9
cl-interpret: Tuple structs + fix tuple member access
2025-02-22 03:31:27 -06:00
edabbe1655
cl-interpret: process use items and imports in the interpreter
2025-02-18 21:44:52 -06:00
fd361f2bea
cl-interpret: Upvars 2.0
...
- Only captures locals
2025-01-28 06:13:38 -06:00
c50940a44c
cl-interpret: Make an attempt at closures
...
(It kinda sucks, but it emulates closures half decently)
2025-01-23 16:23:42 -06:00
ecebefe218
cl-interpret: Knock those modules free!
2024-07-27 22:47:46 -05:00