I should probably come up with a name...
Go to file
r4 dd67a1bf5d reorganize examples 2021-12-25 12:45:27 +01:00
examples reorganize examples 2021-12-25 12:45:27 +01:00
LICENSE Initial commit 2021-12-21 01:16:55 +01:00
Makefile add assignment operator and unify memory pools 2021-12-21 11:40:49 +01:00
README.md Update 'README.md' 2021-12-23 22:05:43 +01:00
ir.c unify printing + add basic strings 2021-12-25 12:16:06 +01:00
ir.h add logical or and logical and 2021-12-23 21:42:09 +01:00
lex.c better error messages 2021-12-25 12:32:52 +01:00
lex.h unify printing + add basic strings 2021-12-25 12:16:06 +01:00
main.c unify printing + add basic strings 2021-12-25 12:16:06 +01:00
map.c replace malloc with xmalloc 2021-12-22 13:10:00 +01:00
map.h add assignment operator and unify memory pools 2021-12-21 11:40:49 +01:00
map_test.c init 2021-12-21 01:18:22 +01:00
parse.c better error messages 2021-12-25 12:32:52 +01:00
parse.h add builtin functions 2021-12-22 16:09:52 +01:00
pool_test.c add assignment operator and unify memory pools 2021-12-21 11:40:49 +01:00
runtime.c better error messages 2021-12-25 12:32:52 +01:00
runtime.h rename arith to binary 2021-12-23 20:10:02 +01:00
tok.c better error messages 2021-12-25 12:32:52 +01:00
tok.h better error messages 2021-12-25 12:32:52 +01:00
util.c unify printing + add basic strings 2021-12-25 12:16:06 +01:00
util.h unify printing + add basic strings 2021-12-25 12:16:06 +01:00
vm.c add logical or and logical and 2021-12-23 21:42:09 +01:00
vm.h add VM 2021-12-22 17:23:24 +01:00

README.md

lang