Commit Graph

59 Commits

Author SHA1 Message Date
Yuichi Nishiwaki 061ddb58ee publish pic_make_error 2014-09-17 00:43:03 +09:00
Yuichi Nishiwaki 78a982fb41 refactor error object 2014-09-17 00:29:17 +09:00
Yuichi Nishiwaki 33efb3e950 remove pic_error 2014-09-16 23:43:15 +09:00
Yuichi Nishiwaki 1b36b5d2ff update xhash (orderd map) 2014-09-16 22:38:58 +09:00
Yuichi Nishiwaki 8729a98af7 more preinterned symbols 2014-09-16 15:02:47 +09:00
Yuichi Nishiwaki ec0e5439af pic_funcall should take a module for its argument 2014-09-16 00:29:19 +09:00
Yuichi Nishiwaki 7db18677ab add pic_define_noexport 2014-09-16 00:21:24 +09:00
Yuichi Nishiwaki 597e000000 remove pic_defined_p 2014-09-16 00:17:04 +09:00
Yuichi Nishiwaki 9c4d815864 add pic_defvar 2014-09-16 00:16:30 +09:00
Yuichi Nishiwaki 788ac686af refactor parameter. var data structure is no longer used 2014-09-15 15:38:38 +09:00
Yuichi Nishiwaki 8bbbbff9a2 add pic_defined_p 2014-09-15 15:09:29 +09:00
Yuichi Nishiwaki a615eace09 pic_var_push and pic_var_pop are private APIs 2014-09-15 12:52:47 +09:00
Yuichi Nishiwaki 48f0ec9095 dictionary is now a equal?-based hash table 2014-09-15 12:39:46 +09:00
Yuichi Nishiwaki 9f7bde294c change actual type of pic_sym 2014-09-14 19:17:23 +09:00
Yuichi Nishiwaki 2d8535ae6a move pic_std* prototypes to picrin.h 2014-09-14 18:16:02 +09:00
Yuichi Nishiwaki 0fe6e3dc7b add pic_import_library 2014-09-14 18:14:23 +09:00
Yuichi Nishiwaki 0c8d5aa33c eliminate uses of '__' 2014-09-14 17:54:53 +09:00
Yuichi Nishiwaki 09e56c2c35 upgrade xvect.h 2014-09-14 01:08:37 +09:00
Yuichi Nishiwaki 391b597dc6 pic_sym should be unsigned 2014-09-13 18:46:02 +09:00
Yuichi Nishiwaki 6bc702bd89 [bugfix] signedness of ret val from pic_int 2014-09-13 16:50:06 +09:00
Yuichi Nishiwaki 49f09b19bc vec_new -> make_vec 2014-09-12 19:55:32 +09:00
Yuichi Nishiwaki 642bd10fb3 var_new -> make_var 2014-09-12 19:54:21 +09:00
Yuichi Nishiwaki df4bc3838b str_new -> make_str 2014-09-12 19:52:49 +09:00
Yuichi Nishiwaki 1d03b07862 record_new -> make_record 2014-09-12 19:49:58 +09:00
Yuichi Nishiwaki 46dec7bc7e trie_new -> make_trie 2014-09-12 19:49:00 +09:00
Yuichi Nishiwaki 1422840a84 proc_new -> make_proc 2014-09-12 19:46:54 +09:00
Yuichi Nishiwaki d05a2a2da1 senv_new -> make_senv 2014-09-12 19:43:50 +09:00
Yuichi Nishiwaki a99fb41c63 dict_new -> make_dict 2014-09-12 19:41:20 +09:00
Yuichi Nishiwaki d08e401481 blob_new -> make_blob 2014-09-12 19:36:24 +09:00
Yuichi Nishiwaki edcc26466c more efficient impelementation of nan boxing 2014-09-12 13:50:23 +09:00
Yuichi Nishiwaki ff82e59066 support macroexpansion of inter-referential definitions 2014-09-10 14:42:36 +09:00
Yuichi Nishiwaki e6a2af0bf6 remove vec_extend_ip. close #9 2014-09-10 02:52:03 +09:00
Yuichi Nishiwaki 57fb1fc2fe initial import of cond-expand from @KeenS's patch 2014-09-10 01:48:20 +09:00
Yuichi Nishiwaki d0abe2d193 add pic->feature 2014-09-10 01:41:10 +09:00
Yuichi Nishiwaki a0687e29e0 update xfile 2014-09-09 14:46:56 +09:00
Yuichi Nishiwaki ce1d5c0653 Revert "immutable string"
This reverts commit e56f2dce28.
2014-09-09 01:12:52 +09:00
Yuichi Nishiwaki 2d80522230 revert pic_open API 2014-09-09 00:08:15 +09:00
Yuichi Nishiwaki 8c174cd505 Revert "change the interface of call/cc"
This reverts commit e0831c1aa3.
2014-09-08 20:41:31 +09:00
Yuichi Nishiwaki 839405e752 Revert "continuation object is applicable"
This reverts commit b8b5743589.
2014-09-08 20:40:48 +09:00
Yuichi Nishiwaki ed9b14630b refactor load 2014-09-08 18:50:15 +09:00
Yuichi Nishiwaki 6cb34f063d Revert "remove eval.c and load.c"
This reverts commit 6a1b7c372d.
2014-09-08 18:47:20 +09:00
Yuichi Nishiwaki b8b5743589 continuation object is applicable 2014-09-05 14:15:46 +09:00
Yuichi Nishiwaki e56f2dce28 immutable string 2014-09-05 03:37:52 +09:00
Yuichi Nishiwaki 2a347847ae drop dependency on stdio.h 2014-09-01 13:48:40 +09:00
Yuichi Nishiwaki 0f55478a19 pluggable stdios 2014-09-01 13:43:54 +09:00
Yuichi Nishiwaki 03716567c9 delete pic_parse family 2014-09-01 13:23:32 +09:00
Yuichi Nishiwaki 1e8ab8bf0f s/make_library/open_library/g 2014-09-01 13:07:38 +09:00
Yuichi Nishiwaki a4c82f10d2 (scheme base) is no longer the default library of benz. refer to (picrin
base) instead.
2014-09-01 13:01:56 +09:00
Yuichi Nishiwaki a227498f5b hold standard library references in pic_state 2014-09-01 13:01:17 +09:00
Yuichi Nishiwaki 5c090a48ef remove unused config flags 2014-09-01 02:20:52 +09:00