I should probably come up with a name...
Go to file
r4 d185396a1c rename arith to binary 2021-12-23 20:10:02 +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 Initial commit 2021-12-21 01:16:55 +01:00
calculate_pi.script multi-line expressions 2021-12-23 16:51:10 +01:00
example.script rewrite expression parser with parentheses 2021-12-23 15:56:12 +01:00
ir.c rename arith to binary 2021-12-23 20:10:02 +01:00
ir.h rename arith to binary 2021-12-23 20:10:02 +01:00
lex.c add if and else, and fix nested loops (hopefully) 2021-12-23 19:58:00 +01:00
lex.h init 2021-12-21 01:18:22 +01:00
main.c add VM 2021-12-22 17:23:24 +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 rename arith to binary 2021-12-23 20:10:02 +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 rename arith to binary 2021-12-23 20:10:02 +01:00
runtime.h rename arith to binary 2021-12-23 20:10:02 +01:00
tok.c add if and else, and fix nested loops (hopefully) 2021-12-23 19:58:00 +01:00
tok.h add if and else, and fix nested loops (hopefully) 2021-12-23 19:58:00 +01:00
util.c replace malloc with xmalloc 2021-12-22 13:10:00 +01:00
util.h replace malloc with xmalloc 2021-12-22 13:10:00 +01:00
vm.c rename arith to binary 2021-12-23 20:10:02 +01:00
vm.h add VM 2021-12-22 17:23:24 +01:00

README.md

lang

Yet another useless programming language (a lot of stuff not yet implemented).