aboutsummaryrefslogtreecommitdiff
path: root/model.h
Commit message (Collapse)AuthorAge
* remove unnecessary std::set in gcgc_impTeddy2013-08-15
|
* move ParseBracket to model filesTeddy2013-08-15
|
* ...Teddy2013-08-15
|
* tail-rec for `if` and `and`Teddy2013-08-15
|
* tail-recursion opt in user-def callTeddy2013-08-15
|
* significant improvement on gc efficiencyTeddy2013-08-14
|
* big change in framework: unification of Continuation and RetAddrTeddy2013-08-14
|
* add gc in `PromObj` and `Continuation`Teddy2013-08-13
|
* add cycle detect for `Pair`, `ProcObj`, `Envt` and `Cont`Teddy2013-08-13
|
* fixed a mem leak in parser.cppTeddy2013-08-13
|
* add the middle class: `Container` to help resolve circular issuesTeddy2013-08-13
|
* fixed severe bug in many special optsTeddy2013-08-11
|
* added more commentsTeddy2013-08-11
|
* ...Teddy2013-08-11
|
* fixed `next` pointer and `ext_repr` issuesTeddy2013-08-11
|
* `delay` and `force` support is addedTeddy2013-08-11
|
* `apply` and `or` supportTeddy2013-08-11
|
* more built-insTeddy2013-08-10
|
* removed trailing spacesTeddy2013-08-09
|
* added `and` operatorTeddy2013-08-09
|
* removed `skip` field from Pair, use `next` to make jumps insteadskip_removalTeddy2013-08-09
|
* deal with circular referenceTeddy2013-08-09
|
* change the name from CONS_OBJ to PAIR_OBJnew_extTeddy2013-08-08
|
* support for equal?Teddy2013-08-08
|
* new ext_repr() approachTeddy2013-08-08
|
* rectified some namesTeddy2013-08-08
|
* eqv? is implementedTeddy2013-08-08
|
* `lambda` and `define` are fully supported nowTeddy2013-08-08
|
* added GMP supportTeddy2013-08-07
|
* list checking fixTeddy2013-08-07
|
* added and restructured built-in proceduresTeddy2013-08-06
|
* boolean and char are now supportedTeddy2013-08-06
|
* vector, literal support!Teddy2013-08-06
|
* added support for stringTeddy2013-08-05
|
* added more built-in proceduresTeddy2013-08-05
|
* complex, real, rational, integral number supportTeddy2013-08-05
|
* added support for `cons`, `car`, `cdr`Teddy2013-08-04
|
* 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
|
* transfering the implementation language to C++Teddy2013-08-02