aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
Commit message (Collapse)AuthorAge
* ...Teddy2013-08-17
|
* ready for alpha 2Teddy2013-08-14
|
* removed debugging printTeddy2013-08-14
|
* gc detect in list-specific built-ins, proper numeric conversionTeddy2013-08-14
|
* add gc in `PromObj` and `Continuation`Teddy2013-08-13
|
* add cycle detect for `Pair`, `ProcObj`, `Envt` and `Cont`Teddy2013-08-13
|
* gc can now workTeddy2013-08-13
|
* ...Teddy2013-08-12
|
* basic gcTeddy2013-08-12
|
* Removed uncessary `new UnspecObj()`, use a global pointer instead.Teddy2013-08-12
|
* ready for alpha releaseTeddy2013-08-12
|
* rectified a bug in `modulo`Teddy2013-08-12
|
* numerical overflow detectionTeddy2013-08-09
|
* fixed bug in `equal?`Teddy2013-08-09
|
* 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
|
* support for equal?Teddy2013-08-08
|
* new ext_repr() approachTeddy2013-08-08
|
* rectified some namesTeddy2013-08-08
|
* fixed a severe bug in `define`Teddy2013-08-07
|
* fixed some severe problems and added testsTeddy2013-08-07
|
* list checking fixTeddy2013-08-07
|
* vector, literal support!Teddy2013-08-06
|
* added support for `cons`, `car`, `cdr`Teddy2013-08-04
|
* added more error reportTeddy2013-08-04
|
* added exception facilitiesTeddy2013-08-04
|
* C++ version now works!Teddy2013-08-03
|
* AST parser can now work!Teddy2013-08-03