Commit Graph

25 Commits

Author SHA1 Message Date
bf71a0dfac Function calling now works, only need return 2026-03-01 13:39:27 +11:00
dc09883e46 Start work on function calling 2026-02-28 21:58:33 +11:00
955927e021 Function definitions 2026-02-28 20:27:47 +11:00
a434304e95 I forgot about commas 2026-02-28 17:57:57 +11:00
e74c2ccd3e Fix lambdas, ready for codegen 2026-02-28 16:38:05 +11:00
92045c6bb9 Start work on lambda functions (WIP) 2026-02-28 15:59:29 +11:00
2719017f72 If and while (scoping coming soon) 2026-02-28 11:27:45 +11:00
82a127f34c Add code block 2026-02-28 10:56:00 +11:00
fbddd9a199 Add all the other inequalities 2026-02-28 10:25:26 +11:00
8756dd08c8 == sign 2026-02-27 14:54:16 +11:00
5cec2c1852 Math stuff (with order of operations yay) 2026-02-26 18:06:41 +11:00
f5068fe861 Add stuff 2026-02-26 11:46:29 +11:00
1bc4b7fa62 No more polish notation 2026-02-26 08:50:43 +11:00
cd204b7bc1 Start work on = 2026-02-24 21:22:50 +11:00
48206c2f50 Start work on type checker (uh oh) 2026-02-24 21:01:30 +11:00
0613fcd957 We can codegen now 2026-02-24 20:07:02 +11:00
2266990cb4 SolsNode stores line info 2026-02-24 19:33:41 +11:00
d4017b7c18 puts 2026-02-24 13:21:08 +11:00
ca3aec6962 Fix bug 2026-02-23 18:17:44 +11:00
44aace638a stuff (nearly crashing) 2026-02-23 18:04:56 +11:00
efa605206a Make error printy thingy work 2026-02-22 21:52:00 +11:00
d6e239db6b funny looking errors (not working properly) 2026-02-22 20:33:45 +11:00
9409086f3e parserPeek, parserConsume 2026-02-22 17:10:20 +11:00
d6a942367e createSolsParser function 2026-02-22 12:40:47 +11:00
c94e5ba4cc Update parser 2026-02-22 09:22:01 +11:00