picrin/src
Yuichi Nishiwaki ec9305e9a5 current write implementation in fact behaves as same as write-simple 2014-01-13 01:34:59 +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 implement missing pic_ref definition 2014-01-13 00:50:45 +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 configurable none value 2014-01-08 15:22:23 +09:00
gc.c add parameter primitives: (picrin parameter) library 2014-01-09 00:39:13 +09:00
init.c add parameter primitives: (picrin parameter) library 2014-01-09 00:39:13 +09:00
lib.c show debug print when a library is reopened 2014-01-09 00:40:13 +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 define (scheme inexact) library 2013-12-10 05:40:44 -08: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 current write implementation in fact behaves as same as write-simple 2014-01-13 01:34:59 +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 declare all built-in functions and variables in (scheme base) library 2013-12-07 20:48:24 -08: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