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
/
builtin.cpp
Commit message (
Expand
)
Author
Age
*
fflush in display
Teddy
2013-08-18
*
...
Teddy
2013-08-17
*
fixed a bug in the `SpecialOptForce`
Teddy
2013-08-17
*
more doc
Teddy
2013-08-17
*
...
Teddy
2013-08-15
*
remove redundant code
tail_recursion
Teddy
2013-08-15
*
tail-rec support for `or`
Teddy
2013-08-15
*
tail-rec for `if` and `and`
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
*
removed redundant info
Teddy
2013-08-14
*
big change in framework: unification of Continuation and RetAddr
Teddy
2013-08-14
*
gc detect in list-specific built-ins, proper numeric conversion
Teddy
2013-08-14
*
added gc setting built-ins
gc_cyc
Teddy
2013-08-14
*
fixed a mem leak in parser.cpp
Teddy
2013-08-13
*
vector gc
Teddy
2013-08-13
*
Merge branch 'gc'
Teddy
2013-08-13
|
\
|
*
in-place arithmetic opt & fix gc bug in `eval`
Teddy
2013-08-13
|
*
gc can now work
Teddy
2013-08-13
|
*
...
Teddy
2013-08-12
|
*
...
Teddy
2013-08-12
|
*
...
Teddy
2013-08-12
|
*
basic gc
Teddy
2013-08-12
*
|
rectified some typo in string-related built-ins
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
*
fixed severe bug in many special opts
Teddy
2013-08-11
*
removed more redundancy
Teddy
2013-08-11
*
checking the code in `builtin.cpp`, removed some bugs and redundancy
restructure
Teddy
2013-08-11
*
added more comments
Teddy
2013-08-11
*
...
Teddy
2013-08-11
*
`delay` and `force` support is added
Teddy
2013-08-11
*
`apply` and `or` support
Teddy
2013-08-11
*
more built-ins
Teddy
2013-08-10
*
numerical overflow detection
Teddy
2013-08-09
*
fixed bug in `equal?`
Teddy
2013-08-09
*
add proper precision to ext repr of real numbers
Teddy
2013-08-09
*
bugfix on `lt` `gt` `eq`, added `number?`
Teddy
2013-08-09
*
canonicalize the rational number to avoid crash
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
*
...
Teddy
2013-08-09
*
deal with circular reference
Teddy
2013-08-09
*
change the name from CONS_OBJ to PAIR_OBJ
new_ext
Teddy
2013-08-08
*
support for equal?
Teddy
2013-08-08
*
new ext_repr() approach
Teddy
2013-08-08
*
rectified some names
Teddy
2013-08-08
*
eqv? is implemented
Teddy
2013-08-08
*
`lambda` and `define` are fully supported now
Teddy
2013-08-08
[next]