Commit Graph

10 Commits

Author SHA1 Message Date
660b9245fb Add all type parsing tests 2026-02-05 11:40:49 +02:00
4b61adea5d Fix bugs, add propper tests 2026-02-03 13:20:23 +02:00
081ff9a27a Add external functions (both import and export), make includes work
still need to fix literal arrays, it has the same problem as struct
literals had with moving the literal into memory and modifying the
memory with variables
2026-01-29 22:37:04 +02:00
834b5b1213 no segfault! 2026-01-28 22:30:02 +02:00
158b76fe39 :3 2026-01-17 16:31:40 +02:00
06d8c1b0f3 Add all of the code gen, want to show it off 2025-03-27 18:49:17 +02:00
d5f02cf1d5 Replaced all the *Box with a generic LocBox<T> 2024-12-22 02:17:43 +02:00
d2b0e57ce6 Saved location in tokens post parsing, fixed parsing just skipping stuff
(shoulda thought of that)
2024-12-22 02:01:04 +02:00
6c01265f0b Fix array type parsing, where it crashes with "IOT instruction, stack overflow" 2024-12-21 23:07:12 +02:00
54b6df5862 Initial 2024-12-21 03:22:07 +02:00