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
/
main.cpp
Commit message (
Collapse
)
Author
Age
*
gc can now work
Teddy
2013-08-13
|
*
...
Teddy
2013-08-12
|
*
basic gc
Teddy
2013-08-12
|
*
Removed uncessary `new UnspecObj()`, use a global pointer instead.
Teddy
2013-08-12
|
*
ready for alpha release
Teddy
2013-08-12
|
*
rectified a bug in `modulo`
Teddy
2013-08-12
|
*
numerical overflow detection
Teddy
2013-08-09
|
*
fixed bug in `equal?`
Teddy
2013-08-09
|
*
removed trailing spaces
Teddy
2013-08-09
|
*
added `and` operator
Teddy
2013-08-09
|
*
removed `skip` field from Pair, use `next` to make jumps instead
skip_removal
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
|
*
rectified some names
Teddy
2013-08-08
|
*
fixed a severe bug in `define`
Teddy
2013-08-07
|
*
fixed some severe problems and added tests
Teddy
2013-08-07
|
*
list checking fix
Teddy
2013-08-07
|
*
vector, literal support!
Teddy
2013-08-06
|
*
added support for `cons`, `car`, `cdr`
Teddy
2013-08-04
|
*
added more error report
Teddy
2013-08-04
|
*
added exception facilities
Teddy
2013-08-04
|
*
C++ version now works!
Teddy
2013-08-03
|
*
AST parser can now work!
Teddy
2013-08-03