picrin/src
Yuichi Nishiwaki 947ddc45c8 bugfix: lambda must use new_scope to gen body code 2013-10-23 15:46:18 +09:00
..
bool.c
codegen.c bugfix: lambda must use new_scope to gen body code 2013-10-23 15:46:18 +09:00
error.c
file.c add some file open functions 2013-10-22 15:44:03 +09:00
gc.c reader supports quasiquote abbrev 2013-10-23 12:39:48 +09:00
init.c add set-car!/set-cdr! 2013-10-23 12:01:06 +09:00
number.c add some number-theoretic division functions 2013-10-22 18:29:55 +09:00
pair.c reader supports quasiquote abbrev 2013-10-23 12:39:48 +09:00
parse.y reader supports quasiquote abbrev 2013-10-23 12:39:48 +09:00
port.c add eof-object type 2013-10-22 16:02:20 +09:00
proc.c
scan.l use start state to parse strings 2013-10-23 13:44:45 +09:00
state.c reader supports quasiquote abbrev 2013-10-23 12:39:48 +09:00
string.c since pic_string is a first-class value, move it to value.h 2013-10-21 17:38:05 +09:00
symbol.c
system.c
time.c
value.c add eof-object type 2013-10-22 16:02:20 +09:00
vm.c throw an error when finding invalid argument specifier 2013-10-22 17:44:47 +09:00