aboutsummaryrefslogtreecommitdiff
path: root/builtin.cpp
Commit message (Expand)AuthorAge
* remove redundant codetail_recursionTeddy2013-08-15
* tail-rec support for `or`Teddy2013-08-15
* tail-rec for `if` and `and`Teddy2013-08-15
* fixed prog reload bug in tail-recTeddy2013-08-15
* tail-recursion opt in user-def callTeddy2013-08-15
* removed redundant infoTeddy2013-08-14
* big change in framework: unification of Continuation and RetAddrTeddy2013-08-14
* gc detect in list-specific built-ins, proper numeric conversionTeddy2013-08-14
* added gc setting built-insgc_cycTeddy2013-08-14
* fixed a mem leak in parser.cppTeddy2013-08-13
* vector gcTeddy2013-08-13
* Merge branch 'gc'Teddy2013-08-13
|\
| * in-place arithmetic opt & fix gc bug in `eval`Teddy2013-08-13
| * gc can now workTeddy2013-08-13
| * ...Teddy2013-08-12
| * ...Teddy2013-08-12
| * ...Teddy2013-08-12
| * basic gcTeddy2013-08-12
* | rectified some typo in string-related built-insTeddy2013-08-12
|/
* Removed uncessary `new UnspecObj()`, use a global pointer instead.Teddy2013-08-12
* ready for alpha releaseTeddy2013-08-12
* fixed severe bug in many special optsTeddy2013-08-11
* removed more redundancyTeddy2013-08-11
* checking the code in `builtin.cpp`, removed some bugs and redundancyrestructureTeddy2013-08-11
* added more commentsTeddy2013-08-11
* ...Teddy2013-08-11
* `delay` and `force` support is addedTeddy2013-08-11
* `apply` and `or` supportTeddy2013-08-11
* more built-insTeddy2013-08-10
* numerical overflow detectionTeddy2013-08-09
* fixed bug in `equal?`Teddy2013-08-09
* add proper precision to ext repr of real numbersTeddy2013-08-09
* bugfix on `lt` `gt` `eq`, added `number?`Teddy2013-08-09
* canonicalize the rational number to avoid crashTeddy2013-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
* ...Teddy2013-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 more list-specific procsTeddy2013-08-08
* removed some redundant if-casesTeddy2013-08-07
* added support for `eval`Teddy2013-08-07
* fixed a severe bug in `define`Teddy2013-08-07
* more than three arguments aren't allowed in `if`Teddy2013-08-07