picrin/src
Yuichi Nishiwaki 42dbd5fe98 save some special symbols in pic_state structure 2013-10-14 18:28:52 +09:00
..
bool.c first eval commit 2013-10-11 17:36:51 +09:00
eval.c eval accepts int values 2013-10-12 12:48:30 +09:00
gc.c add debug prints at GC 2013-10-14 18:22:14 +09:00
main.c cleanup 2013-10-12 13:06:02 +09:00
pair.c rename pic_gc_alloc to pic_obj_alloc 2013-10-13 16:55:07 +09:00
parse.y depress compiler warnings 2013-10-12 18:46:41 +09:00
scan.l depress compiler warnings 2013-10-12 18:46:41 +09:00
state.c save some special symbols in pic_state structure 2013-10-14 18:28:52 +09:00
symbol.c replace use of malloc/free with pic_alloc/pic_free 2013-10-14 17:04:59 +09:00
value.c depress compiler warnings 2013-10-12 18:46:41 +09:00
vm.c save some special symbols in pic_state structure 2013-10-14 18:28:52 +09:00
write.c let the printer output proc objects and unknown values 2013-10-14 17:35:01 +09:00