Commit Graph

20 Commits

Author SHA1 Message Date
010d155f5d Start work on structs 2026-01-25 17:40:07 +11:00
c82f81f668 Compilation with ground->asm 2026-01-21 16:26:17 +11:00
6d5d29f05b Use inbuilt stdlib instead of hard coded functions 2026-01-12 16:18:59 +11:00
48c130351a Fix indentation 2026-01-12 15:43:18 +11:00
6bc483b1db Inline ground 2026-01-12 15:24:37 +11:00
c5b67bff72 Function calling fix 2026-01-12 14:45:07 +11:00
ca8db171d9 Type checking for functions 2025-12-29 10:30:07 +11:00
c266728ff0 make function calling better 2025-12-28 13:49:05 +11:00
b46a66cea7 Partially working function calling 2025-12-28 13:41:05 +11:00
337b88c148 Fix function calling bug 2025-12-26 13:50:14 +11:00
d8812fa14e Refactor type system, print all errors in file 2025-12-26 13:28:47 +11:00
9a311c3cb8 Better errors, comments 2025-12-25 22:37:40 +11:00
aa5ef0e664 Operator precedence I think 2025-12-24 22:01:16 +11:00
7ff306b9e8 Some math (no order of operations yet) 2025-12-24 16:22:51 +11:00
ac7f22e1bc Continue type checker work 2025-12-24 14:31:43 +11:00
5ec2f86b70 Start work on static type checking 2025-12-24 13:16:11 +11:00
43310c70bf Clean up temporary variables properly 2025-12-22 19:38:06 +11:00
957e0fd95a Start work on dropping tmp vars after use 2025-12-22 14:26:12 +11:00
525b2bc733 Add >, >=, <, <= 2025-12-22 13:49:44 +11:00
d2f295f46a refactor 2025-12-21 12:06:55 +11:00