Alex Shinn
|
373e2788cc
|
fixing closures with more than one variable
|
2009-03-29 02:21:59 +09:00 |
|
Alex Shinn
|
ac4b35962a
|
working on tail calls
|
2009-03-27 19:12:48 +09:00 |
|
Alex Shinn
|
3557f0acdc
|
ok, now 1st-class opcodes should work
|
2009-03-27 18:19:57 +09:00 |
|
Alex Shinn
|
ca62786e3e
|
reintroducing dynamic opcode procedures
|
2009-03-27 18:02:41 +09:00 |
|
Alex Shinn
|
c97ecdb501
|
passing context around in analyze functions
|
2009-03-27 17:18:50 +09:00 |
|
Alex Shinn
|
7b38289ba2
|
renaming, removing unused functions
|
2009-03-27 16:47:20 +09:00 |
|
Alex Shinn
|
73c600b4dc
|
fixing var closing to use constant stack-ref, not negative local-ref
which would depend on the current depth
|
2009-03-27 01:06:48 +09:00 |
|
Alex Shinn
|
af7148ce02
|
fixing quote
|
2009-03-26 17:24:28 +09:00 |
|
Alex Shinn
|
efdf5b7861
|
fixing parameter index determination
|
2009-03-26 17:18:38 +09:00 |
|
Alex Shinn
|
084343555b
|
fixin i/o opcodes
|
2009-03-26 17:04:54 +09:00 |
|
Alex Shinn
|
f655930ce1
|
fixing jumps
|
2009-03-26 16:49:50 +09:00 |
|
alexander-s
|
560cd92cec
|
fixing closures
|
2009-03-26 16:06:26 +09:00 |
|
Alex Shinn
|
b49a12e48b
|
removing commented out code
|
2009-03-26 13:58:42 +09:00 |
|
Alex Shinn
|
fdbf99b433
|
local variable references work
|
2009-03-26 01:34:47 +09:00 |
|
Alex Shinn
|
c6c1c00c58
|
definitions working
|
2009-03-26 00:15:47 +09:00 |
|
Alex Shinn
|
ab82735500
|
back to basics - literals and opcodes work
|
2009-03-25 23:59:01 +09:00 |
|
Alex Shinn
|
4d55fd3180
|
mid-rewrite
|
2009-03-25 15:24:52 +09:00 |
|
Alex Shinn
|
08d37049fd
|
cleaning up allocation, hiding last details of sexp fields
|
2009-03-17 16:23:33 +09:00 |
|
Alex Shinn
|
9af5279e6f
|
fixing stack offsets for mutated variables
|
2009-03-16 19:26:06 +09:00 |
|
Alex Shinn
|
c830b498b7
|
various bugfixes
|
2009-03-16 18:37:33 +09:00 |
|
Alex Shinn
|
4dc02c1e1a
|
simplifying opcode analysis
|
2009-03-16 02:52:48 +09:00 |
|
Alex Shinn
|
3a8f46027c
|
cleaning up error handling, support flonum arith
|
2009-03-16 01:07:31 +09:00 |
|
Alex Shinn
|
92aed1eda8
|
removing warnings
|
2009-03-15 21:39:36 +09:00 |
|
Alex Shinn
|
2c37e682ef
|
lowercasing
|
2009-03-15 21:23:39 +09:00 |
|
Alex Shinn
|
caa9a104dd
|
cleaning up types - using a single union for all heap allocated types
|
2009-03-15 20:59:35 +09:00 |
|
Alex Shinn
|
4bc491c946
|
minor bugfixes
|
2009-03-15 17:42:28 +09:00 |
|
Alex Shinn
|
0cfa3c6242
|
cleaning up some int types
|
2009-03-15 14:22:50 +09:00 |
|
Alex Shinn
|
f3a4e8c310
|
adding initial test suite
|
2009-03-15 14:07:28 +09:00 |
|
Alex Shinn
|
f42a866d94
|
fixing let optimization
|
2009-03-15 13:19:51 +09:00 |
|
Alex Shinn
|
4ec2c98a58
|
fixing silly macro expander bug (forgot to initialize the i index)
|
2009-03-14 11:33:54 +09:00 |
|
Alex Shinn
|
1ad276252f
|
fixing tail calls, now allowing variadic tail calls
|
2009-03-13 22:56:43 +09:00 |
|
Alex Shinn
|
5caa12412e
|
bugfixes
|
2009-03-12 19:14:34 +09:00 |
|
Alex Shinn
|
854bb85d10
|
adding initial init.scm
|
2009-03-11 19:40:04 +09:00 |
|
Alex Shinn
|
a1545e27fd
|
adding init.scm loading
|
2009-03-11 19:03:31 +09:00 |
|
Alex Shinn
|
865e7667f4
|
adding i/o port primitives
|
2009-03-11 18:33:49 +09:00 |
|
Alex Shinn
|
13a161e797
|
1st class opcode support
|
2009-03-11 18:23:49 +09:00 |
|
Alex Shinn
|
dfc38557b9
|
initial macro support
|
2009-03-11 15:48:18 +09:00 |
|
Alex Shinn
|
c2103148cb
|
internal define support
|
2009-03-11 02:53:05 +09:00 |
|
Alex Shinn
|
66b44631e4
|
optimizing let compilation
|
2009-03-11 01:25:56 +09:00 |
|
Alex Shinn
|
ec57daaf5f
|
initial tail-call optimization support
|
2009-03-10 23:07:14 +09:00 |
|
Alex Shinn
|
f63382cff8
|
fixing stack depth bug in conditionals
|
2009-03-10 15:52:45 +09:00 |
|
Alex Shinn
|
160149c97b
|
variadic args working
|
2009-03-09 23:41:17 +09:00 |
|
Alex Shinn
|
7795b773aa
|
initial variadic i/o routines
|
2009-03-08 00:55:32 +09:00 |
|
Alex Shinn
|
09bbe9ac2e
|
adding i/o port parameters
|
2009-03-08 00:24:46 +09:00 |
|
Alex Shinn
|
a094fb3ff8
|
raising exceptions on primitive cons cell accessors
|
2009-03-07 15:52:42 +09:00 |
|
Alex Shinn
|
c0da696c67
|
initial exception system
|
2009-03-06 20:02:45 +09:00 |
|
Alex Shinn
|
dea136014b
|
initial call/cc support
|
2009-03-06 16:52:11 +09:00 |
|
Alex Shinn
|
df8bd4bc04
|
adding apply1
|
2009-03-06 01:39:59 +09:00 |
|
Alex Shinn
|
1dd2afa685
|
initial ffi support
|
2009-03-05 23:55:37 +09:00 |
|
Alex Shinn
|
fde01c5700
|
adding sexp_read_from_string and -e, -p command-line options
|
2009-03-05 01:24:16 +09:00 |
|