picrin/src
Yuichi Nishiwaki 73ad915fcf set 0 to file->flags by default 2014-01-16 21:00:45 +09:00
..
blob.c configurable none value 2014-01-08 15:22:23 +09:00
bool.c add pic_equal_p 2013-12-07 20:52:58 -08:00
char.c add some char primitives 2013-11-14 20:41:22 +09:00
codegen.c [bugfix] native operators such as = or + are not inline-expanded 2014-01-13 14:39:21 +09:00
cont.c s/pic_proc_cv_reserve/pic_proc_cv_init/g 2014-01-12 13:02:16 +09:00
error.c pic_get_args supports pic_procs 2014-01-08 20:53:28 +09:00
file.c replace old stdio functions with picrin's wrapper impls 2014-01-16 18:32:05 +09:00
gc.c add parameter primitives: (picrin parameter) library 2014-01-09 00:39:13 +09:00
init.c use pic_load to load built-in.scm 2014-01-13 14:52:19 +09:00
lib.c show debug print when a library is reopened 2014-01-09 00:40:13 +09:00
load.c implement load procedure 2014-01-13 13:54:52 +09:00
macro.c don't need to strip syntactic information away from quoted expressions 2014-01-12 20:21:07 +09:00
number.c = procedure is brokwn 2014-01-13 13:55:08 +09:00
pair.c configurable none value 2014-01-08 15:22:23 +09:00
parse.y add pic_parse 2013-12-07 20:54:23 -08:00
port.c set 0 to file->flags by default 2014-01-16 21:00:45 +09:00
proc.c s/pic_proc_cv_reserve/pic_proc_cv_init/g 2014-01-12 13:02:16 +09:00
scan.l Remove '\e'. The escape sequence is not in ISO C. 2014-01-05 18:00:02 +09:00
state.c [bugfix] native operators such as = or + are not inline-expanded 2014-01-13 14:39:21 +09:00
string.c configurable none value 2014-01-08 15:22:23 +09:00
symbol.c make gensym API public 2014-01-12 16:03:36 +09:00
system.c ENDLIBRARY requires a trailing semicolon 2013-12-10 07:26:43 -08:00
time.c ENDLIBRARY requires a trailing semicolon 2013-12-10 07:26:43 -08:00
value.c add parameter primitives: (picrin parameter) library 2014-01-09 00:39:13 +09:00
var.c wrapper/unwrapper for var-proc conversion 2014-01-12 16:08:27 +09:00
vector.c configurable none value 2014-01-08 15:22:23 +09:00
vm.c pic_get_args supports port object 2014-01-13 00:48:00 +09:00