picrin/src
Yuichi Nishiwaki 3ee807a347 fix xr_put 2014-06-27 17:40:43 +09:00
..
CMakeLists.txt remove flex dependency 2014-06-25 15:39:30 +09:00
blob.c use picrin's strdup impl if possible 2014-02-01 19:32:39 +09:00
bool.c emit OP_NOT 2014-02-02 14:55:46 +09:00
box.c add native box API 2014-03-31 21:50:08 +09:00
char.c clarify license information 2014-01-17 20:58:31 +09:00
codegen.c api changes of reader/parser 2014-06-25 15:39:04 +09:00
cont.c dynamically allocate GC arena 2014-05-26 15:51:18 +09:00
data.c add user-defined data type API 2014-03-29 20:42:06 +09:00
debug.c declare arena_idx as a size_t 2014-05-26 16:06:41 +09:00
dict.c dictionary-delete raises an error when no binding with given name is registered 2014-06-15 01:46:31 +09:00
error.c [bugfix] fix GC fault. call pic_get_backtrace function *before* you 2014-04-10 22:31:05 +09:00
file.c catch up to XFILE changes 2014-02-25 21:07:32 +09:00
gc.c primary symbol to object hashtable support (dictionary) 2014-06-14 22:17:57 +09:00
init.c add read function support 2014-06-25 22:36:56 +09:00
lib.c update xhash 2014-06-14 20:59:31 +09:00
load.c improve error messages of load function 2014-06-25 18:18:01 +09:00
macro.c primary symbol to object hashtable support (dictionary) 2014-06-14 22:17:57 +09:00
number.c Merge pull request #131 from KeenS/missing-functions 2014-06-27 09:03:50 +09:00
pair.c append returns '() when given no args 2014-06-26 17:40:26 +09:00
port.c allocate buffer in +1 size 2014-06-25 17:22:15 +09:00
proc.c add pic_proc_name 2014-03-28 12:34:54 +09:00
read.c support infinity and nan literals 2014-06-27 08:55:02 +09:00
state.c api changes of reader/parser 2014-06-25 15:39:04 +09:00
string.c fix xr_put 2014-06-27 17:40:43 +09:00
symbol.c update xhash 2014-06-14 20:59:31 +09:00
system.c declare arena_idx as a size_t 2014-05-26 16:06:41 +09:00
time.c rewrite deflibrary using gensym 2014-02-01 15:41:30 +09:00
var.c record cfunc procedure names 2014-03-28 12:18:32 +09:00
vector.c move sturct definitions for basic types to type-specific headers respectively 2014-02-22 15:21:55 +09:00
vm.c shrink trampoline iseq 2014-06-23 00:56:43 +09:00
write.c use xprintf instead of printf 2014-06-25 17:24:42 +09:00