Yuichi Nishiwaki
|
da553b9001
|
primary symbol to object hashtable support (dictionary)
|
2014-06-14 22:17:57 +09:00 |
Yuichi Nishiwaki
|
f9e733a7b1
|
update xhash
|
2014-06-14 20:59:31 +09:00 |
Yuichi Nishiwaki
|
77cb18bfd4
|
add commentary on pic_get_args
|
2014-06-14 16:08:12 +09:00 |
Yuichi Nishiwaki
|
d94d7a7757
|
Merge pull request #129 from KeenS/hotfix
correct error message
|
2014-06-11 00:16:23 +09:00 |
Sunrim KIM (keen)
|
8d34da0295
|
correct error message
|
2014-06-10 21:50:14 +09:00 |
Yuichi Nishiwaki
|
9beca60a5a
|
Merge pull request #127 from KeenS/hotfix
silence warning from gc.c
|
2014-06-07 21:35:37 +09:00 |
Sunrim KIM (keen)
|
6b171f2716
|
silence warning from gc.c
|
2014-06-07 02:20:29 +09:00 |
Yuichi Nishiwaki
|
12fdcc1920
|
Merge pull request #126 from omasanori/findlibedit
Match the case of package name for find_package.
|
2014-06-06 21:16:53 +09:00 |
OGINO Masanori
|
d5dfd9547f
|
Match the case of package name for find_package.
This mismatch causes build failure on Linux.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
|
2014-06-05 22:08:07 +09:00 |
Yuichi Nishiwaki
|
53f76b7a47
|
support renaming export
|
2014-06-03 23:54:51 +09:00 |
Yuichi Nishiwaki
|
81c3147695
|
move pic_import and pic_export to lib.c
|
2014-06-03 23:30:00 +09:00 |
Yuichi Nishiwaki
|
bc94a35b62
|
add reference to botbot.me
|
2014-06-02 08:26:29 +09:00 |
Yuichi Nishiwaki
|
2f75715c84
|
fix #123. add another build option 'USE_C11_FEATURE'
|
2014-05-30 10:34:44 +09:00 |
Yuichi Nishiwaki
|
5daddc931e
|
Merge pull request #122 from KeenS/hotfix
some bug fixes
|
2014-05-29 11:16:06 +09:00 |
Sunrim KIM (keen)
|
6ccfa7ad69
|
some bug fixes
|
2014-05-29 03:58:04 +09:00 |
Yuichi Nishiwaki
|
65038c9504
|
Merge pull request #120 from KeenS/bytevector-append
fix bug of `bytevector-append`
|
2014-05-29 01:37:38 +09:00 |
Yuichi Nishiwaki
|
dc0aa57f78
|
Merge pull request #121 from KeenS/hotfix
fix errer message of `u8-ready?`
|
2014-05-29 01:36:57 +09:00 |
Yuichi Nishiwaki
|
15a77fb172
|
add @KeenS to AUTHORS
|
2014-05-29 01:27:02 +09:00 |
Sunrim KIM (keen)
|
a9c4cefe88
|
`quotient` is defined in base
|
2014-05-29 01:23:06 +09:00 |
Sunrim KIM (keen)
|
c8de0ad4ce
|
fix misaligned assertion
|
2014-05-29 01:10:59 +09:00 |
Sunrim KIM (keen)
|
fc6a919914
|
fix errer message of `u8-ready?`
|
2014-05-29 01:04:37 +09:00 |
Sunrim KIM (keen)
|
49e2148d38
|
fix bug of `bytevector-append`
|
2014-05-29 00:31:40 +09:00 |
Yuichi Nishiwaki
|
bf1aa885ca
|
Merge pull request #113 from KeenS/binary-input
implement the rest procedures of `input` but `u8-ready?` is incomlete li...
|
2014-05-28 23:04:49 +09:00 |
Sunrim KIM (keen)
|
86a27e95b7
|
add alias of `modulo`, `remainder`, `quotient`
|
2014-05-28 22:49:53 +09:00 |
Sunrim KIM (keen)
|
0ebaf98409
|
resolve confrict
|
2014-05-28 02:36:23 +09:00 |
Yuichi Nishiwaki
|
935b5ca4f5
|
Merge pull request #115 from KeenS/case-else
allow `else` and `=>` keyword in `case`
|
2014-05-27 23:17:24 +09:00 |
Yuichi Nishiwaki
|
01c21aa26c
|
Merge pull request #116 from KeenS/addmul-arity
Fix analyze errer for (+) and (*)
|
2014-05-27 23:16:46 +09:00 |
Sunrim KIM (keen)
|
cb3a975ed6
|
fix analyze errer for (+) and (*)
|
2014-05-27 18:53:13 +09:00 |
Sunrim KIM (keen)
|
b9a783c23e
|
if `=>` is specified, treat expression as a function
|
2014-05-27 17:49:51 +09:00 |
Sunrim KIM (keen)
|
0fea822ac0
|
allow `else` and `=>` keyword in `case`
|
2014-05-27 13:24:59 +09:00 |
Yuichi Nishiwaki
|
d71666624b
|
Merge branch 'auto-arena-extend'
|
2014-05-26 16:09:41 +09:00 |
Yuichi Nishiwaki
|
2155a0c8f1
|
declare arena_idx as a size_t
|
2014-05-26 16:06:41 +09:00 |
Yuichi Nishiwaki
|
826eb4415d
|
automatic arena extend
|
2014-05-26 15:56:51 +09:00 |
Yuichi Nishiwaki
|
a003b42435
|
dynamically allocate GC arena
|
2014-05-26 15:51:18 +09:00 |
Yuichi Nishiwaki
|
4bc38ace95
|
missing footer line
|
2014-05-26 12:23:42 +09:00 |
Yuichi Nishiwaki
|
61c7f9441e
|
move 'compliance' section to lang.rst
|
2014-05-26 12:22:42 +09:00 |
Yuichi Nishiwaki
|
6a7f64fc93
|
link to readthedocs
|
2014-05-26 12:07:32 +09:00 |
Yuichi Nishiwaki
|
23c5962df7
|
update readme
|
2014-05-26 12:06:16 +09:00 |
Yuichi Nishiwaki
|
70e3ed2354
|
drop libreadline dependency. Use libedit instead.
|
2014-05-26 12:01:08 +09:00 |
Sunrim KIM (keen)
|
a73a92cfdb
|
make `read-bytevector(!)` efficint, export `u8-ready?`.
|
2014-05-26 04:08:39 +09:00 |
Sunrim KIM (keen)
|
cffaccf8ef
|
implement the rest procedures of `input` but `u8-ready?` is incomlete like `char-ready?`
|
2014-05-26 03:21:26 +09:00 |
Yuichi Nishiwaki
|
af921a9df8
|
set rpath properly
|
2014-05-21 15:38:12 +09:00 |
Yuichi Nishiwaki
|
00caa592c7
|
`` is code quote syntax
|
2014-05-21 14:00:29 +09:00 |
Yuichi Nishiwaki
|
acca18e788
|
add language section
|
2014-05-21 13:28:29 +09:00 |
Yuichi Nishiwaki
|
03302665e6
|
use ReST style code-block syntax
|
2014-05-21 13:04:00 +09:00 |
Yuichi Nishiwaki
|
9d84c67570
|
add intro section
|
2014-05-21 12:59:13 +09:00 |
Yuichi Nishiwaki
|
5f84c781c0
|
cleanup
|
2014-05-21 01:34:32 +09:00 |
Yuichi Nishiwaki
|
db1a99c63a
|
write down list of picrin's standard libraries by hand
|
2014-05-21 01:23:43 +09:00 |
Yuichi Nishiwaki
|
e78ad9f452
|
split into piclib/CMakeLists.txt
|
2014-05-21 00:48:56 +09:00 |
Yuichi Nishiwaki
|
cefe1d8879
|
display libray specs in 'library not found' error
|
2014-05-21 00:37:15 +09:00 |