aboutsummaryrefslogtreecommitdiff
path: root/types.h
Commit message (Expand)AuthorAge
* 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
* vector gcTeddy2013-08-13
* fixed bug in PromObjTeddy2013-08-13
* in-place arithmetic opt & fix gc bug in `eval`Teddy2013-08-13
* ...Teddy2013-08-12
* basic gcTeddy2013-08-12
* fixed severe bug in many special optsTeddy2013-08-11
* added more commentsTeddy2013-08-11
* ...Teddy2013-08-11