example.script
make while loop parsing more elegant
2021-12-22 12:52:16 +01:00
ir.c
make while loop parsing more elegant
2021-12-22 12:52:16 +01:00
ir.h
make while loop parsing more elegant
2021-12-22 12:52:16 +01:00
lex.c
add assignment operator and unify memory pools
2021-12-21 11:40:49 +01:00
lex.h
init
2021-12-21 01:18:22 +01:00
LICENSE
Initial commit
2021-12-21 01:16:55 +01:00
main.c
init
2021-12-21 01:18:22 +01:00
Makefile
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
map.c
add assignment operator and unify memory pools
2021-12-21 11:40:49 +01:00
map.h
add assignment operator and unify memory pools
2021-12-21 11:40:49 +01:00
parse.c
make while loop parsing more elegant
2021-12-22 12:52:16 +01:00
parse.h
init
2021-12-21 01:18:22 +01:00
README.md
Initial commit
2021-12-21 01:16:55 +01:00
runtime.c
IR jmp and scopes
2021-12-21 13:59:08 +01:00
runtime.h
init
2021-12-21 01:18:22 +01:00
tok.c
add assignment operator and unify memory pools
2021-12-21 11:40:49 +01:00
tok.h
add assignment operator and unify memory pools
2021-12-21 11:40:49 +01:00
util.c
add assignment operator and unify memory pools
2021-12-21 11:40:49 +01:00
util.h
fix memory leak on error
2021-12-21 14:04:50 +01:00
vm.c
init
2021-12-21 01:18:22 +01:00
vm.h
init
2021-12-21 01:18:22 +01:00