I should probably come up with a name...
Go to file
r4 99489dfeb6 fix error message 2021-12-30 18:10:08 +01:00
examples allow for one-line if and else bodies without {} 2021-12-26 19:18:52 +01:00
LICENSE Initial commit 2021-12-21 01:16:55 +01:00
Makefile move preprocessor args into CPPFLAGS 2021-12-25 22:32:16 +01:00
README.md Update 'README.md' 2021-12-23 22:05:43 +01:00
ir.c add generic arrays 2021-12-30 17:59:28 +01:00
ir.h add generic arrays 2021-12-30 17:59:28 +01:00
lex.c fix error message 2021-12-30 18:10:08 +01:00
lex.h implement basic RAII-ish array management 2021-12-29 21:42:43 +01:00
main.c fix memory leak + add function to convert to string 2021-12-29 22:15:56 +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 make put all frees after set_err 2021-12-30 18:07:59 +01:00
parse.h change IR stream to linked list 2021-12-29 13:27:58 +01:00
pool_test.c add assignment operator and unify memory pools 2021-12-21 11:40:49 +01:00
runtime.c add nilptrs, more conversion functions and change how ptrs work 2021-12-28 17:53:27 +01:00
runtime.h rename arith to binary 2021-12-23 20:10:02 +01:00
tok.c add generic arrays 2021-12-30 17:59:28 +01:00
tok.h add generic arrays 2021-12-30 17:59:28 +01:00
util.c improve Windows detection 2021-12-28 18:03:52 +01:00
util.h improve Windows detection 2021-12-28 18:03:52 +01:00
vm.c make put all frees after set_err 2021-12-30 18:07:59 +01:00
vm.h change IR stream to linked list 2021-12-29 13:27:58 +01:00

README.md

lang