Maxwell max
max renamed repository from ground to ground/ground-old 2026-03-03 07:57:20 +11:00
max pushed to master at ground/ground 2026-03-02 18:26:54 +11:00
d5d79d4b5b Fix groundRunProgram
max pushed to master at ground/ground 2026-03-02 10:14:50 +11:00
ce75981c58 Update Readme
max pushed to master at ground/ground 2026-03-02 10:09:31 +11:00
5577679ded Closures in Ground
max pushed to master at solstice/solstice 2026-03-01 16:33:12 +11:00
40e0aec0d4 Package builder
max pushed to master at solstice/sols.dev 2026-03-01 16:12:11 +11:00
fdf7f5d2bf Update site
max pushed to master at solstice/solstice 2026-03-01 16:00:33 +11:00
38473f0e01 Friendship ended with C++, C is my new best friend
max pushed to master at solstice/v2 2026-03-01 15:31:11 +11:00
d7de6ae7ba Refactor lexer for inline ground
max pushed to master at solstice/v2 2026-03-01 15:15:34 +11:00
1ec55565d6 Start work on inline ground
max pushed to master at solstice/v2 2026-03-01 14:45:30 +11:00
14f852e39b I have an inability to copy and paste properly
max pushed to master at solstice/v2 2026-03-01 14:43:07 +11:00
23c139b48c Add 'use' for library support
max pushed to master at solstice/v2 2026-03-01 14:18:41 +11:00
e368b7401e Returning from functions
max pushed to master at solstice/v2 2026-03-01 13:39:49 +11:00
bf71a0dfac Function calling now works, only need return
max pushed to master at solstice/v2 2026-02-28 21:58:44 +11:00
dc09883e46 Start work on function calling
max pushed to master at solstice/v2 2026-02-28 20:27:59 +11:00
955927e021 Function definitions
max pushed to master at solstice/v2 2026-02-28 17:58:03 +11:00
a434304e95 I forgot about commas
max pushed to master at solstice/v2 2026-02-28 17:17:03 +11:00
3a3e25c6c7 Lambdas now work as expected
max pushed to master at solstice/v2 2026-02-28 17:09:11 +11:00
3a41b7a9cb Compile lambdas, no scoping yet
max pushed to master at solstice/v2 2026-02-28 16:38:17 +11:00
e74c2ccd3e Fix lambdas, ready for codegen
max pushed to master at solstice/v2 2026-02-28 15:59:41 +11:00
92045c6bb9 Start work on lambda functions (WIP)