Commit Graph

4 Commits

Author SHA1 Message Date
r4
5dd15ce9f1 add builtin functions 2021-12-22 16:09:52 +01:00
r4
e7f4773cba make while loop parsing more elegant
It is now possible to parse parts of the program and save the IR for
later addition. This is currently used for while loops but will also make other
control flow elements easier to implement in the future.
2021-12-22 12:52:16 +01:00
r4
005309d1eb IR jmp and scopes 2021-12-21 13:59:08 +01:00
r4
21694f98ac init 2021-12-21 01:18:22 +01:00