index
:
sonsi
faster_fetch
gc
gc_cyc
gc_imp
gc_sweep
master
new_ext
numeric_types
restructure
skip_removal
tail_recursion
Stupid and Obvious Non-recursive Scheme Interpreter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Commit message (
Expand
)
Author
Age
*
fflush in display
Teddy
2013-08-18
*
...
Teddy
2013-08-15
*
fixed prog reload bug in tail-rec
Teddy
2013-08-15
*
tail-recursion opt in user-def call
Teddy
2013-08-15
*
significant improvement on gc efficiency
Teddy
2013-08-14
*
big change in framework: unification of user-def proc and others
Teddy
2013-08-14
*
add gc in `PromObj` and `Continuation`
Teddy
2013-08-13
*
add cycle detect for `Pair`, `ProcObj`, `Envt` and `Cont`
Teddy
2013-08-13
*
new version Makefile
Teddy
2013-08-13
*
vector gc
Teddy
2013-08-13
*
fixed bug in PromObj
Teddy
2013-08-13
*
gc optimization: pending list
gc
Teddy
2013-08-13
*
in-place arithmetic opt & fix gc bug in `eval`
Teddy
2013-08-13
*
a little improvement (but it can't resolve the circular referencing problem)
Teddy
2013-08-13
*
gc can now work
Teddy
2013-08-13
*
basic gc
Teddy
2013-08-12
*
change the name of compiled executable file
Teddy
2013-08-12
*
ready for alpha release
Teddy
2013-08-12
*
rectified a bug in `modulo`
Teddy
2013-08-12
*
fixed severe bug in many special opts
Teddy
2013-08-11
*
...
Teddy
2013-08-11
*
more built-ins
Teddy
2013-08-10
*
numerical overflow detection
Teddy
2013-08-09
*
added `and` operator
Teddy
2013-08-09
*
deal with circular reference
Teddy
2013-08-09
*
support for equal?
Teddy
2013-08-08
*
new ext_repr() approach
Teddy
2013-08-08
*
added GMP support
Teddy
2013-08-07
*
added exception facilities
Teddy
2013-08-04
*
modified the API of Env: add_binding
Teddy
2013-08-04
*
added more docs
Teddy
2013-08-04
*
C++ version now works!
Teddy
2013-08-03
*
AST parser can now work!
Teddy
2013-08-03