picrin/src
Yuichi Nishiwaki c41c5533fe [gc] more debug prints 2013-10-16 09:21:57 +09:00
..
bool.c first eval commit 2013-10-11 17:36:51 +09:00
gc.c [gc] more debug prints 2013-10-16 09:21:57 +09:00
init.c add some mathematic functions 2013-10-15 23:26:18 +09:00
main.c change repl prompt 2013-10-15 19:12:33 +09:00
number.c add some mathematic functions 2013-10-15 23:26:18 +09:00
pair.c rename pic_gc_alloc to pic_obj_alloc 2013-10-13 16:55:07 +09:00
parse.y change the type of immediate number value from int to double 2013-10-15 20:05:12 +09:00
port.c add standard functions: write/newline 2013-10-15 21:14:33 +09:00
scan.l scan real numbers 2013-10-15 23:25:31 +09:00
state.c add callinfo 2013-10-15 23:29:34 +09:00
symbol.c replace use of malloc/free with pic_alloc/pic_free 2013-10-14 17:04:59 +09:00
value.c change the type of immediate number value from int to double 2013-10-15 20:05:12 +09:00
vm.c do not pop sp in pic_get_args; OP_CALL takes care of stack unwinding 2013-10-16 09:19:43 +09:00