r4
9f339ed44d
make while loops more efficient and improve expression parsing
2021-12-21 17:09:03 +01:00
r4
10d436107c
very basic while loop
2021-12-21 15:02:53 +01:00
r4
61d5661b96
fix memory leak on error
2021-12-21 14:04:50 +01:00
r4
005309d1eb
IR jmp and scopes
2021-12-21 13:59:08 +01:00
r4
6080901842
catch missing expression
2021-12-21 11:55:53 +01:00
r4
63af3e907b
add assignment operator and unify memory pools
...
The unification of memory pools also fixed some memory leaks and
hopefully reduced the mallocs of identifier strings significantly by
giving them the same pool as the token stream.
2021-12-21 11:40:49 +01:00
r4
21694f98ac
init
2021-12-21 01:18:22 +01:00
ab1887c28d
Initial commit
2021-12-21 01:16:55 +01:00