Yuichi Nishiwaki
a75ff9f2b0
argc should be int
2014-09-26 17:04:20 +09:00
OGINO Masanori
6a784897a4
Fix a bug due to the operator precedence of C.
...
The expression ```! pic_length(pic, spec) == 3``` is treated as ```(!
pic_length(pic, spec)) == 3``` since ! has higher precedence than ==.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-09-19 18:28:55 +09:00
Yuichi Nishiwaki
78a982fb41
refactor error object
2014-09-17 00:29:17 +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
f8ec4ea2e1
remove debug print
2014-09-15 12:34:57 +09:00
Yuichi Nishiwaki
fc9f09e05b
don't use dictionaries as import_table
2014-09-15 12:32:20 +09:00
Yuichi Nishiwaki
0fe6e3dc7b
add pic_import_library
2014-09-14 18:14:23 +09:00
Yuichi Nishiwaki
78b3cb8c6e
avoid import error not propagated to the toplevel
2014-09-14 18:06:36 +09:00
Yuichi Nishiwaki
a99fb41c63
dict_new -> make_dict
2014-09-12 19:41:20 +09:00
Yuichi Nishiwaki
90d6a3572c
diet cond-expand
2014-09-10 02:08:58 +09:00
Yuichi Nishiwaki
57fb1fc2fe
initial import of cond-expand from @KeenS's patch
2014-09-10 01:48:20 +09:00
Yuichi Nishiwaki
1e8ab8bf0f
s/make_library/open_library/g
2014-09-01 13:07:38 +09:00
Yuichi Nishiwaki
3542ea79ac
report errors when import_table raised an error
2014-08-26 13:30:40 +09:00
Yuichi Nishiwaki
582cf626ea
refactor import_table
2014-08-26 13:30:34 +09:00
Yuichi Nishiwaki
a1281a8e8c
first commit
2014-08-25 13:38:09 +09:00