Yuichi Nishiwaki
|
d99c460451
|
bootstrap
|
2017-04-14 23:40:07 +09:00 |
Yuichi Nishiwaki
|
70600fec3e
|
compile to new vm
|
2017-04-14 23:06:53 +09:00 |
Yuichi Nishiwaki
|
6968a9d9ef
|
fix compiler
|
2017-04-14 20:28:22 +09:00 |
Yuichi Nishiwaki
|
9cc40bd46a
|
support top-level begin in define-library
|
2017-04-12 14:17:52 +09:00 |
Yuichi Nishiwaki
|
cf63d541a2
|
diet object size
|
2017-04-12 13:55:51 +09:00 |
Yuichi Nishiwaki
|
5436102a3e
|
fix alignment issues
|
2017-04-12 13:35:50 +09:00 |
Yuichi Nishiwaki
|
03067f5ab5
|
cleanup
|
2017-04-12 13:23:32 +09:00 |
Yuichi Nishiwaki
|
619a014adf
|
calculate object size from type
|
2017-04-12 13:18:06 +09:00 |
Yuichi Nishiwaki
|
8d886db1db
|
avoid variable-length field
|
2017-04-12 13:09:21 +09:00 |
Yuichi Nishiwaki
|
1063c45105
|
temporarily remove bitmap gc
|
2017-04-12 02:54:03 +09:00 |
Yuichi Nishiwaki
|
972e9eecc1
|
remove unused api
|
2017-04-09 23:58:17 +09:00 |
Yuichi Nishiwaki
|
01c817799b
|
move pic_printf family to port.c
|
2017-04-09 23:39:24 +09:00 |
Yuichi Nishiwaki
|
8592802afc
|
move pic_fopen to ext/file.c
|
2017-04-09 22:14:04 +09:00 |
Yuichi Nishiwaki
|
69cdedc79f
|
don't use zero length arrray field for struct proc
|
2017-04-09 19:42:03 +09:00 |
Yuichi Nishiwaki
|
960029841e
|
use MSB of tt as mark bit
|
2017-04-09 19:14:02 +09:00 |
Yuichi Nishiwaki
|
287e7473b4
|
don't expose struct weak to users
|
2017-04-09 18:12:13 +09:00 |
Yuichi Nishiwaki
|
8e1d16e961
|
bugfix: recursive record objects break the write procedure
|
2017-04-09 17:49:45 +09:00 |
Yuichi Nishiwaki
|
3ac392628e
|
recurd-type must be of symbol type
|
2017-04-09 17:34:56 +09:00 |
Yuichi Nishiwaki
|
b62ec2ad9a
|
current-*-port family are not provided when PIC_USE_STDIO=0
|
2017-04-09 17:29:25 +09:00 |
Yuichi Nishiwaki
|
339e8e8419
|
__builtin_unreachable() seems not emit runtime error
|
2017-04-09 17:25:12 +09:00 |
Yuichi Nishiwaki
|
d52dfad671
|
struct context -> struct frame
|
2017-04-09 15:49:04 +09:00 |
Yuichi Nishiwaki
|
1d28290c14
|
remove pic_get_backtrace
|
2017-04-09 15:28:09 +09:00 |
Yuichi Nishiwaki
|
c634948bf1
|
WIP: fix the compiler
|
2017-04-09 13:25:34 +09:00 |
Yuichi Nishiwaki
|
16dafdd032
|
remove pic_ prefix from pic_*_ptr family
|
2017-04-06 22:29:02 +09:00 |
Yuichi Nishiwaki
|
7f430e000b
|
quoted pairs or vectors are compiled to runtime cons or vector
|
2017-04-06 20:34:13 +09:00 |
Yuichi Nishiwaki
|
1e345d8228
|
WIP: add compiler
|
2017-04-05 16:18:00 +09:00 |
Yuichi Nishiwaki
|
c1a7f6d2d8
|
integrate boot.scm and compile.scm
|
2017-04-04 19:00:37 +09:00 |
Yuichi Nishiwaki
|
463b73f11f
|
reimplement macro expander in scheme
|
2017-04-04 15:05:34 +09:00 |
Yuichi Nishiwaki
|
82939650a4
|
add macro-objects and global-objects
|
2017-04-04 03:55:23 +09:00 |
Yuichi Nishiwaki
|
b9ec9c607b
|
update bin/picrin-bootstrap
|
2017-04-04 03:00:43 +09:00 |
Yuichi Nishiwaki
|
dfc6fa5e77
|
fix regression
|
2017-04-04 02:42:42 +09:00 |
Yuichi Nishiwaki
|
889291049f
|
use dict for pic->macros
|
2017-04-04 02:32:20 +09:00 |
Yuichi Nishiwaki
|
42f378b20e
|
forgot to remove eval.c
|
2017-04-04 02:29:31 +09:00 |
Yuichi Nishiwaki
|
6c3c505aa4
|
move simple macros to (picrin macro)
|
2017-04-04 02:16:18 +09:00 |
Yuichi Nishiwaki
|
af5acb6c4f
|
no consing when getting value from ephemeron table
|
2017-04-04 01:25:46 +09:00 |
Yuichi Nishiwaki
|
d776adba34
|
add load&compile functions
|
2017-04-04 00:52:59 +09:00 |
Yuichi Nishiwaki
|
b9cfbe8276
|
precompile library system
|
2017-04-04 00:02:00 +09:00 |
Yuichi Nishiwaki
|
bba2abffde
|
WIP: precompile macros
|
2017-04-03 23:39:30 +09:00 |
Yuichi Nishiwaki
|
92bbf28621
|
add PIC_USE_LIBRARY flag
|
2017-04-03 22:09:19 +09:00 |
Yuichi Nishiwaki
|
e273cba24d
|
fix include path
|
2017-04-03 13:32:47 +09:00 |
Yuichi Nishiwaki
|
8f6113f61b
|
library system is now implemeted in scheme
|
2017-04-03 00:37:37 +09:00 |
Yuichi Nishiwaki
|
408bf4cf48
|
use dictionary for pic->globals
|
2017-04-02 22:19:11 +09:00 |
Yuichi Nishiwaki
|
d319a57422
|
WIP: reimplement library system in scheme
|
2017-04-02 22:15:38 +09:00 |
Yuichi Nishiwaki
|
4dd5e5b0d6
|
add test for the prev bugfix
|
2017-04-02 01:21:24 +09:00 |
Yuichi Nishiwaki
|
7b3972e832
|
bugfix: initial value of parameter must be registered to the top
dynamic env
|
2017-04-02 01:13:03 +09:00 |
Yuichi Nishiwaki
|
eaea31ee19
|
add assertions to type cast functions
|
2017-04-02 00:15:23 +09:00 |
Yuichi Nishiwaki
|
130d226d65
|
bugfix: no allocation between call of producer and pic_receive
|
2017-04-02 00:15:16 +09:00 |
Yuichi Nishiwaki
|
c51be07a9a
|
add dictionary-delete! and dictionary-has?
|
2017-04-01 20:00:30 +09:00 |
Yuichi Nishiwaki
|
f7ab0a9cd6
|
bugfix: do not rewind arena_index up to before pic_try
|
2017-04-01 18:57:24 +09:00 |
Yuichi Nishiwaki
|
99c269e7ea
|
bugfix: fix sequence point violation
|
2017-04-01 17:55:38 +09:00 |