| Commit message (Expand) | Author | Age |
* | ... | Teddy | 2013-08-17 |
* | more docs | Teddy | 2013-08-15 |
* | tail-rec for `if` and `and` | Teddy | 2013-08-15 |
* | fixed prog reload bug in tail-rec | Teddy | 2013-08-15 |
* | tail-recursion opt in user-def call | Teddy | 2013-08-15 |
* | significant improvement on gc efficiency | Teddy | 2013-08-14 |
* | removed redundant info | Teddy | 2013-08-14 |
* | big change in framework: unification of Continuation and RetAddr | Teddy | 2013-08-14 |
* | big change in framework: unification of user-def proc and others | Teddy | 2013-08-14 |
* | ready for alpha 2 | Teddy | 2013-08-14 |
* | added gc setting built-insgc_cyc | Teddy | 2013-08-14 |
* | add cycle detect for `Pair`, `ProcObj`, `Envt` and `Cont` | Teddy | 2013-08-13 |
* | in-place arithmetic opt & fix gc bug in `eval` | Teddy | 2013-08-13 |
* | a little improvement (but it can't resolve the circular referencing problem) | Teddy | 2013-08-13 |
* | gc can now work | Teddy | 2013-08-13 |
* | ... | Teddy | 2013-08-12 |
* | ... | Teddy | 2013-08-12 |
* | basic gc | Teddy | 2013-08-12 |
* | fixed severe bug in many special opts | Teddy | 2013-08-11 |
* | added more comments | Teddy | 2013-08-11 |
* | fixed `next` pointer and `ext_repr` issues | Teddy | 2013-08-11 |
* | `delay` and `force` support is added | Teddy | 2013-08-11 |
* | `apply` and `or` support | Teddy | 2013-08-11 |
* | more built-ins | Teddy | 2013-08-10 |
* | numerical overflow detection | Teddy | 2013-08-09 |
* | bugfix on `lt` `gt` `eq`, added `number?` | Teddy | 2013-08-09 |
* | removed trailing spaces | Teddy | 2013-08-09 |
* | added `and` operator | Teddy | 2013-08-09 |
* | removed `skip` field from Pair, use `next` to make jumps insteadskip_removal | Teddy | 2013-08-09 |
* | ... | Teddy | 2013-08-09 |
* | support for equal? | Teddy | 2013-08-08 |
* | rectified some names | Teddy | 2013-08-08 |
* | eqv? is implemented | Teddy | 2013-08-08 |
* | `lambda` and `define` are fully supported now | Teddy | 2013-08-08 |
* | added more list-specific procs | Teddy | 2013-08-08 |
* | added support for `eval` | Teddy | 2013-08-07 |
* | added GMP support | Teddy | 2013-08-07 |
* | list checking fix | Teddy | 2013-08-07 |
* | dot sign support in literal mode | Teddy | 2013-08-06 |
* | added and restructured built-in procedures | Teddy | 2013-08-06 |
* | vector, literal support! | Teddy | 2013-08-06 |
* | added more built-in procedures | Teddy | 2013-08-05 |
* | complex, real, rational, integral number support | Teddy | 2013-08-05 |
* | added list support | Teddy | 2013-08-05 |
* | added support for `cons`, `car`, `cdr` | Teddy | 2013-08-04 |
* | added more error report | Teddy | 2013-08-04 |
* | added exception facilities | Teddy | 2013-08-04 |
* | replaced many `dynamic_cast` to `static_cast` | Teddy | 2013-08-04 |
* | modified the API of Env: add_binding | Teddy | 2013-08-04 |
* | added more docs | Teddy | 2013-08-04 |