picrin/src
Yuichi Nishiwaki 851187f7bb use pic_try/catch in stdlib_load 2014-03-10 01:12:19 +09:00
..
CMakeLists.txt mmm, cmake on travis seems earlier than 2.8.8... 2014-03-05 23:00:24 +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
char.c clarify license information 2014-01-17 20:58:31 +09:00
codegen.c typedef struct pic_code pic_code 2014-03-07 22:06:43 +09:00
cont.c change native_stack marker type to char * 2014-03-10 01:11:01 +09:00
error.c remove pic_list, and add pic_listn 2014-03-01 20:46:08 +09:00
file.c catch up to XFILE changes 2014-02-25 21:07:32 +09:00
gc.c typedef struct pic_block pic_block 2014-03-07 22:09:12 +09:00
init.c use pic_try/catch in stdlib_load 2014-03-10 01:12:19 +09:00
lib.c include xhash in picrin.h 2014-02-07 01:24:51 +09:00
load.c rename read functions which return a list of multiple expressions to 'parse' 2014-03-04 00:26:33 +09:00
macro.c don't rename unbound symbols 2014-03-04 00:45:47 +09:00
number.c rewrite deflibrary using gensym 2014-02-01 15:41:30 +09:00
pair.c remove pic_list, and add pic_listn 2014-03-01 20:46:08 +09:00
port.c xrope is now the internal representation of pic_str 2014-02-27 21:54:37 +09:00
proc.c s/pic_trampoline/pic_apply_trampoline/g 2014-03-03 22:19:27 +09:00
read.c cleanup 2014-03-04 23:58:07 +09:00
scan.l cleanup 2014-03-04 23:58:07 +09:00
state.c change native_stack marker type to char * 2014-03-10 01:11:01 +09:00
string.c formatter support display syntax (~a) 2014-03-04 00:32:55 +09:00
symbol.c add pic_intern 2014-03-01 00:13:11 +09:00
system.c typedef struct pic_block pic_block 2014-03-07 22:09:12 +09:00
time.c rewrite deflibrary using gensym 2014-02-01 15:41:30 +09:00
var.c add pic_func struct to hold native function name 2014-02-26 00:39:16 +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 typedef struct pic_code pic_code 2014-03-07 22:06:43 +09:00
write.c add display function API 2014-03-04 00:28:39 +09:00