Commit Graph

6 Commits

Author SHA1 Message Date
r4 45feb3fe1d improve Windows detection 2021-12-28 18:03:52 +01:00
r4 b4c369e1d9 add sleep() function and improve Windows support
I could only test Windows support by compiling with gcc MinGW-w64 and
running with Wine.
2021-12-25 14:06:20 +01:00
r4 f02dae603d unify printing + add basic strings 2021-12-25 12:16:06 +01:00
r4 41a5dba208 replace malloc with xmalloc 2021-12-22 13:10: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