Commit Graph

9 Commits

Author SHA1 Message Date
r4 18d6e7b7df add 'not equal' operator 2021-12-26 12:19:54 +01:00
r4 b58810e822 better error messages 2021-12-25 12:32:52 +01:00
r4 f02dae603d unify printing + add basic strings 2021-12-25 12:16:06 +01:00
r4 6bdc4e3210 add logical or and logical and 2021-12-23 21:42:09 +01:00
r4 d67008cfbf add char literals 2021-12-23 21:26:53 +01:00
r4 84785dc3cf add boolean logic 2021-12-23 21:06:49 +01:00
r4 97e8e32ebc add if and else, and fix nested loops (hopefully) 2021-12-23 19:58:00 +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