pebblisp/src
= d9c860805f Turns out recursion worked the whole time.
Fixed issue with too-small REPL input buffer...
2020-05-10 03:32:26 +01:00
..
Makefile Added more error-catching 2020-05-08 07:29:06 +01:00
calc.c Increased token size! Added more doc comments. 2020-05-08 06:18:20 +01:00
calc.h Busted `map` with less malloc 2020-05-08 01:32:01 +01:00
object.c Seem to have resolved bad nesting issue 2020-05-10 01:39:01 +01:00
object.h Lead on nested function borkage (pebblisp.c:222) 2020-05-09 19:57:21 +01:00
pebblisp.c Turns out recursion worked the whole time. 2020-05-10 03:32:26 +01:00
pebblisp.h Busted `map` with less malloc 2020-05-08 01:32:01 +01:00
tests.sh Begin simple testing script 2020-05-09 19:58:28 +01:00
tokens.c Added more error-catching 2020-05-08 07:29:06 +01:00
tokens.h Decent `if` and `def` support! 2020-05-06 04:33:24 +01:00