Yuichi Nishiwaki
|
d319a57422
|
WIP: reimplement library system in scheme
|
2017-04-02 22:15:38 +09:00 |
Yuichi Nishiwaki
|
637047fa83
|
remove call/cc nitro
|
2017-03-30 17:42:02 +09:00 |
Yuichi Nishiwaki
|
9515060b00
|
rename I/O functions
|
2016-06-20 04:49:01 +09:00 |
Yuichi Nishiwaki
|
22d339c2f7
|
fix build errors
|
2016-02-25 21:17:44 +09:00 |
Yuichi Nishiwaki
|
8a9a1200d8
|
pic_catch binds current error object to a variable
|
2016-02-25 20:52:38 +09:00 |
Yuichi Nishiwaki
|
73e38657ff
|
remove pic->native_stack_start
|
2016-02-24 16:32:24 +09:00 |
Yuichi Nishiwaki
|
4e1aaf8b89
|
pic_strf_value does not interpret '~s' format specifier
|
2016-02-23 04:24:42 +09:00 |
Yuichi Nishiwaki
|
53b760cfac
|
add picrin/extra.h
|
2016-02-21 00:58:58 +09:00 |
Yuichi Nishiwaki
|
561c350a12
|
library is now a non-first-class object
|
2016-02-18 17:39:32 +09:00 |
Yuichi Nishiwaki
|
95740b86a0
|
remove libraries procedure
|
2016-02-18 16:29:13 +09:00 |
Yuichi Nishiwaki
|
8610f5090d
|
change the behavior of pic_deflibrary
fix regression
|
2016-02-15 13:28:13 +09:00 |
Yuichi Nishiwaki
|
b084a20390
|
fix regression
|
2016-02-15 00:52:37 +09:00 |
Yuichi Nishiwaki
|
205ca79626
|
remove pic->argc/argv/envp
|
2016-02-10 01:38:05 +09:00 |
Yuichi Nishiwaki
|
98034b5038
|
suppress warnings
|
2015-08-26 17:50:28 +09:00 |
Yuichi Nishiwaki
|
fccb4b16ea
|
emit more friendly error message on error from piclib loader
|
2015-06-26 13:20:49 +09:00 |
Yuichi Nishiwaki
|
33dfe2b5cc
|
change pic_open interface
|
2015-06-26 02:13:48 +09:00 |
Yuichi Nishiwaki
|
63d3510de8
|
move features procedure defun to state.c benz
|
2015-06-17 00:13:00 +09:00 |
Yuichi Nishiwaki
|
cd4b1be54c
|
abandon cmake
|
2015-05-29 20:42:26 +09:00 |
Yuichi Nishiwaki
|
9b7eb2f996
|
unify all headers into picrin.h
|
2015-05-28 23:57:10 +09:00 |
Yuichi Nishiwaki
|
278075910a
|
custom allocator and custom abort
|
2015-05-28 02:12:26 +09:00 |
Yuichi Nishiwaki
|
7923f947d7
|
don't use xstd** from benz
|
2015-05-28 00:14:10 +09:00 |
Yuichi Nishiwaki
|
e3833eb039
|
change pic_for_each interface
|
2015-01-25 20:44:35 +09:00 |
Yuichi Nishiwaki
|
1b637d1763
|
refactor pic_deflibrary macro. don't declare variables in for statements
|
2015-01-25 20:44:35 +09:00 |
Sunrim KIM (keen)
|
e132236445
|
restore tuned config
|
2014-10-27 14:15:03 +09:00 |
Yuichi Nishiwaki
|
6fdf082bdd
|
update benz (exception API refactoring)
|
2014-09-17 00:51:01 +09:00 |
Yuichi Nishiwaki
|
8d7f63d71e
|
update benz (funcall API change)
|
2014-09-16 16:47:04 +09:00 |
Yuichi Nishiwaki
|
9eb938ff87
|
inline configuration
|
2014-09-15 16:42:57 +09:00 |
Yuichi Nishiwaki
|
05e288449a
|
import cond-expand tests from @KeenS's patch
|
2014-09-10 02:13:38 +09:00 |
Yuichi Nishiwaki
|
2fe7adb26d
|
parameter tuning. patch is made by @KeenS.
|
2014-09-10 00:44:06 +09:00 |
Yuichi Nishiwaki
|
0c6ffa3e7b
|
update benz (pic_open)
|
2014-09-09 00:09:31 +09:00 |
Yuichi Nishiwaki
|
3919c17fdc
|
WIP
|
2014-09-08 20:20:08 +09:00 |
Yuichi Nishiwaki
|
be9d518e2f
|
addictional argument for pic_open
|
2014-09-04 19:11:41 +09:00 |
Yuichi Nishiwaki
|
7b55328ce6
|
rewrite load.c
|
2014-09-04 19:11:33 +09:00 |
Yuichi Nishiwaki
|
7f092cb9ab
|
managed to make it work
|
2014-09-01 09:53:19 +09:00 |
Yuichi Nishiwaki
|
8764bec50b
|
move main.c to src/
|
2014-09-01 09:40:55 +09:00 |
Yuichi Nishiwaki
|
83f580bfcf
|
initial benz integration
|
2014-09-01 09:33:28 +09:00 |
Yuichi Nishiwaki
|
91f75bc226
|
lset/lref can access to torn-off regions because of call/cc
|
2014-09-01 08:50:51 +09:00 |
Yuichi Nishiwaki
|
86c335dd77
|
vm_tear_off should happen in cont. saving, not in restoring
|
2014-09-01 08:50:11 +09:00 |
Yuichi Nishiwaki
|
ac15ac6e2d
|
use readline in repl
|
2014-08-31 01:00:13 +09:00 |
Yuichi Nishiwaki
|
3b3a74e114
|
let dictionary-ref return two values
|
2014-08-29 23:57:55 +09:00 |
Yuichi Nishiwaki
|
79417040e6
|
Merge branch 'trie-reader'
|
2014-08-24 15:23:46 +09:00 |
Yuichi Nishiwaki
|
8d06a00483
|
don't refer to invalid memory region by ci->ip
|
2014-08-13 14:56:18 +09:00 |
Yuichi Nishiwaki
|
b2e1c523bc
|
refactor the last change
|
2014-08-13 14:55:26 +09:00 |
Yuichi Nishiwaki
|
8039ddf9c5
|
[bugfix] rhs of assignment may modify lhs pointer
|
2014-08-13 14:47:26 +09:00 |
Yuichi Nishiwaki
|
e1fededa1e
|
dispatch by string
|
2014-08-12 19:43:43 +09:00 |
Yuichi Nishiwaki
|
0dd7e85e72
|
[bugfix] plus reader broken
|
2014-08-12 19:42:54 +09:00 |
Yuichi Nishiwaki
|
252debb489
|
remember dispatch string
|
2014-08-12 19:40:32 +09:00 |
Yuichi Nishiwaki
|
7f3bbe88af
|
s/read_unsigned_blob/read_blob/g
|
2014-08-12 11:06:55 +09:00 |
Yuichi Nishiwaki
|
e34b580182
|
refactor boolean readers
|
2014-08-12 10:59:49 +09:00 |
Yuichi Nishiwaki
|
d78026ac05
|
refactor comma reader
|
2014-08-12 10:52:35 +09:00 |