Commit Graph

12 Commits

Author SHA1 Message Date
05da3db5e6 Implement returning expression lists 2026-03-15 17:54:48 +02:00
3305d3c162 Allow returning expression lists 2026-03-15 15:23:37 +02:00
46de03858a Implement functional add example 2026-03-15 00:52:38 +02:00
08e9b00b5c Add binops, fix function call codegen 2026-03-15 00:25:06 +02:00
493664cafc Fix function calling 2026-03-14 23:49:23 +02:00
9d471400d9 Implement upvalues 2026-03-14 23:33:40 +02:00
7c327beaa1 Implement functions 2026-03-14 23:02:28 +02:00
fb851093f0 Add rudamentary compilation 2026-03-14 22:21:06 +02:00
8acf5a75cb Refine function call codegen, add a bit of vm 2026-03-14 21:05:53 +02:00
f71008e8c2 Get compliation to work 2026-03-14 19:33:22 +02:00
50f6459abe Add some compilation 2026-03-14 19:24:05 +02:00
d74a887c4e Find constants 2026-03-14 18:31:40 +02:00