I should probably come up with a name...
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
r4 99489dfeb6 fix error message 1 year ago
examples allow for one-line if and else bodies without {} 1 year ago
LICENSE Initial commit 1 year ago
Makefile move preprocessor args into CPPFLAGS 1 year ago
README.md Update 'README.md' 1 year ago
ir.c add generic arrays 1 year ago
ir.h add generic arrays 1 year ago
lex.c fix error message 1 year ago
lex.h implement basic RAII-ish array management 1 year ago
main.c fix memory leak + add function to convert to string 1 year ago
map.c replace malloc with xmalloc 1 year ago
map.h add assignment operator and unify memory pools 1 year ago
map_test.c init 1 year ago
parse.c make put all frees after set_err 1 year ago
parse.h change IR stream to linked list 1 year ago
pool_test.c add assignment operator and unify memory pools 1 year ago
runtime.c add nilptrs, more conversion functions and change how ptrs work 1 year ago
runtime.h rename arith to binary 1 year ago
tok.c add generic arrays 1 year ago
tok.h add generic arrays 1 year ago
util.c improve Windows detection 1 year ago
util.h improve Windows detection 1 year ago
vm.c make put all frees after set_err 1 year ago
vm.h change IR stream to linked list 1 year ago

README.md

lang