Yuichi Nishiwaki
|
5a7b19b348
|
save each opcode currently fetched into 'c'
|
2013-11-01 14:44:26 +09:00 |
Yuichi Nishiwaki
|
5e74caa7a5
|
add some important primitive macros such as cond, and, or, ...etc
|
2013-10-31 00:31:33 +09:00 |
Yuichi Nishiwaki
|
207ec5bd24
|
add eq? function
|
2013-10-31 00:29:55 +09:00 |
Yuichi Nishiwaki
|
b10ef13ca0
|
define (unhygienic) let macro
|
2013-10-30 17:09:51 +09:00 |
Yuichi Nishiwaki
|
98a41314fe
|
parser returns multiple expressions in a call
|
2013-10-30 17:06:01 +09:00 |
Yuichi Nishiwaki
|
6fcce1cd23
|
cleanup
|
2013-10-30 16:43:15 +09:00 |
Yuichi Nishiwaki
|
b7e55b043f
|
introduce legacy macros
|
2013-10-30 16:42:44 +09:00 |
Yuichi Nishiwaki
|
979a1dd80b
|
add make release command
|
2013-10-30 16:36:21 +09:00 |
Yuichi Nishiwaki
|
abd5bc9216
|
fix a bug introded in prev prev commit
|
2013-10-30 15:40:40 +09:00 |
Yuichi Nishiwaki
|
1e4ff3276a
|
add pic_type_repr
|
2013-10-30 15:37:33 +09:00 |
Yuichi Nishiwaki
|
d4001a70ae
|
VM works with procs not terminated with OP_STOP
|
2013-10-30 15:36:28 +09:00 |
Yuichi Nishiwaki
|
5be1cd7092
|
add some comments in codegen_scopes' members
|
2013-10-30 12:16:45 +09:00 |
Yuichi Nishiwaki
|
f7885a423f
|
extend default arena size
|
2013-10-30 10:42:18 +09:00 |
Yuichi Nishiwaki
|
611b273dcd
|
missed to add src/vector.c
|
2013-10-30 10:12:04 +09:00 |
Yuichi Nishiwaki
|
de5ad2a228
|
add t/tailcall.scm
|
2013-10-30 10:07:58 +09:00 |
Yuichi Nishiwaki
|
76ec63d1ca
|
adjust callinfo when OP_STOP
|
2013-10-30 10:05:47 +09:00 |
Yuichi Nishiwaki
|
9bc172bde5
|
add stack underflow detector
|
2013-10-30 10:05:21 +09:00 |
Yuichi Nishiwaki
|
a4d20060e7
|
compile tail calls into OP_TAILCALL
|
2013-10-30 10:04:23 +09:00 |
Yuichi Nishiwaki
|
e4b913cb15
|
add OP_TAILCALL
|
2013-10-30 10:03:46 +09:00 |
Yuichi Nishiwaki
|
46e8eb0bcd
|
cleanup
|
2013-10-29 22:16:56 +09:00 |
Yuichi Nishiwaki
|
4721f42f5a
|
bugfix: define can take only 1 argument
|
2013-10-29 22:16:16 +09:00 |
Yuichi Nishiwaki
|
edd890ae0b
|
support 2-argument if syntax
|
2013-10-29 22:15:58 +09:00 |
Yuichi Nishiwaki
|
759c9eb55c
|
bugfix: move env related macros from port.h to proc.h
|
2013-10-29 16:47:29 +09:00 |
Yuichi Nishiwaki
|
073f45666a
|
write function should be print even env objects
|
2013-10-29 16:44:38 +09:00 |
Yuichi Nishiwaki
|
a0a8a94abc
|
add gc stress test
|
2013-10-29 16:40:25 +09:00 |
Yuichi Nishiwaki
|
35bbd66812
|
fix gc bug: ci->env and env-up are nullable
|
2013-10-29 16:39:57 +09:00 |
Yuichi Nishiwaki
|
787dae1fe5
|
add missing list functions
|
2013-10-29 16:39:04 +09:00 |
Yuichi Nishiwaki
|
013060a06f
|
fix the order of gcc command line args; -lfoo must be later than src/*.c
|
2013-10-29 15:53:04 +09:00 |
Yuichi Nishiwaki
|
edcd060a8a
|
initial vector support
|
2013-10-29 15:51:37 +09:00 |
Yuichi Nishiwaki
|
49072bf5e4
|
[bugfix] fix closure issue
|
2013-10-29 10:16:56 +09:00 |
Yuichi Nishiwaki
|
ec3a32ef24
|
implement some list functions in built-in.scm
|
2013-10-29 02:50:26 +09:00 |
Yuichi Nishiwaki
|
6d606e84e0
|
add some missing numeric functions
|
2013-10-29 02:50:12 +09:00 |
Yuichi Nishiwaki
|
15fdbc9c7d
|
add some symbol primitive functions
|
2013-10-29 02:49:38 +09:00 |
Yuichi Nishiwaki
|
4402497a46
|
fix a bug related to immediate symbol value
|
2013-10-29 02:33:49 +09:00 |
Yuichi Nishiwaki
|
9424f0b9c0
|
show codegen error message when compilation failure
|
2013-10-29 02:33:22 +09:00 |
Yuichi Nishiwaki
|
1d9410638d
|
remove unused auxuality data field proc->aux
|
2013-10-29 02:23:14 +09:00 |
Yuichi Nishiwaki
|
c2b9331083
|
fix bad style macro definitinos
|
2013-10-29 02:17:55 +09:00 |
Yuichi Nishiwaki
|
db38cdc7e0
|
check sym_pool size when interning symbol
|
2013-10-29 02:16:26 +09:00 |
Yuichi Nishiwaki
|
0bf0c29af2
|
fix a typo
|
2013-10-29 02:12:37 +09:00 |
Yuichi Nishiwaki
|
63b52991da
|
introduce immediate symbol value
|
2013-10-29 02:11:31 +09:00 |
Yuichi Nishiwaki
|
a19c59ba87
|
remove stuff rerated to parser_control from scan.l
|
2013-10-28 22:55:15 +09:00 |
Yuichi Nishiwaki
|
94e1e245ea
|
create picrin objects in parser stage, not in scan stage
|
2013-10-28 22:49:15 +09:00 |
Yuichi Nishiwaki
|
397a6b5473
|
add tak function benchmark file
|
2013-10-28 22:08:57 +09:00 |
Yuichi Nishiwaki
|
98e5288b04
|
the executable binary takes a scheme file to execute in cmd arg line
|
2013-10-28 22:08:03 +09:00 |
Yuichi Nishiwaki
|
9a20b50fc5
|
[vm] take care of int overflow
|
2013-10-28 21:26:39 +09:00 |
Yuichi Nishiwaki
|
4fa2bad5fa
|
add pic_apply function (and remove pic_run)
|
2013-10-28 17:45:13 +09:00 |
Yuichi Nishiwaki
|
67c13b841c
|
read line comments
|
2013-10-28 13:04:24 +09:00 |
Yuichi Nishiwaki
|
c77b8be011
|
insert type checks in pic_get_args
|
2013-10-28 00:40:10 +09:00 |
Yuichi Nishiwaki
|
5133e04c39
|
bugfix in pic_get_args
|
2013-10-28 00:33:24 +09:00 |
Yuichi Nishiwaki
|
90b691be67
|
add exact/inexact function
|
2013-10-28 00:33:10 +09:00 |