aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* big change in framework: unification of user-def proc and othersTeddy2013-08-14
* add gc in `PromObj` and `Continuation`Teddy2013-08-13
* add cycle detect for `Pair`, `ProcObj`, `Envt` and `Cont`Teddy2013-08-13
* new version MakefileTeddy2013-08-13
* vector gcTeddy2013-08-13
* fixed bug in PromObjTeddy2013-08-13
* gc optimization: pending listgcTeddy2013-08-13
* in-place arithmetic opt & fix gc bug in `eval`Teddy2013-08-13
* a little improvement (but it can't resolve the circular referencing problem)Teddy2013-08-13
* gc can now workTeddy2013-08-13
* basic gcTeddy2013-08-12
* change the name of compiled executable fileTeddy2013-08-12
* ready for alpha releaseTeddy2013-08-12
* rectified a bug in `modulo`Teddy2013-08-12
* fixed severe bug in many special optsTeddy2013-08-11
* ...Teddy2013-08-11
* more built-insTeddy2013-08-10
* numerical overflow detectionTeddy2013-08-09
* added `and` operatorTeddy2013-08-09
* deal with circular referenceTeddy2013-08-09
* support for equal?Teddy2013-08-08
* new ext_repr() approachTeddy2013-08-08
* added GMP supportTeddy2013-08-07
* added exception facilitiesTeddy2013-08-04
* modified the API of Env: add_bindingTeddy2013-08-04
* added more docsTeddy2013-08-04
* C++ version now works!Teddy2013-08-03
* AST parser can now work!Teddy2013-08-03