(not quite so) Tiny Lisp Interpreter
Go to file
Jonas Maier 249254a205 math parsing 2022-12-31 09:36:17 +01:00
.gitignore runner script 2022-10-22 16:49:28 +02:00
assert.c aoc16 2022-12-16 12:45:06 +01:00
assert.h add object initialization to own file 2022-10-19 22:10:36 +02:00
builtins.c more typing 2022-12-25 20:51:04 +01:00
const.h aoc16 2022-12-16 12:45:06 +01:00
eval.c more typing 2022-12-25 20:51:04 +01:00
input.txt aoc16 2022-12-16 12:45:06 +01:00
lisp math parsing 2022-12-31 09:36:17 +01:00
lisp.c sync 2022-12-29 10:03:25 +01:00
lisp.h sync 2022-12-29 10:03:25 +01:00
mem.c sync 2022-12-29 10:03:25 +01:00
parse.c some rework 2022-12-18 19:45:08 +01:00
print.c some rework 2022-12-18 19:45:08 +01:00
run.sh some rework 2022-12-18 19:45:08 +01:00
stack.s push all registers on stack to be sure stack search also finds references stored in registers 2022-10-21 20:14:26 +02:00