I should probably come up with a name...
a8be4540b1
So basically, I used i++ on a linked list instead of i->next. As if that wasn't bad enough on its own, it even managed to somehow still work in the 2 test scenarios I gave it. Regardless, it is now fixed. |
||
---|---|---|
example.script | ||
ir.c | ||
ir.h | ||
lex.c | ||
lex.h | ||
LICENSE | ||
main.c | ||
Makefile | ||
map_test.c | ||
map.c | ||
map.h | ||
parse.c | ||
parse.h | ||
pool_test.c | ||
README.md | ||
runtime.c | ||
runtime.h | ||
tok.c | ||
tok.h | ||
util.c | ||
util.h | ||
vm.c | ||
vm.h |
lang
Yet another useless programming language (a lot of stuff not yet implemented).