| Commit message (Expand) | Author | Age |
* | Removed uncessary `new UnspecObj()`, use a global pointer instead. | Teddy | 2013-08-12 |
* | ready for alpha release | Teddy | 2013-08-12 |
* | fixed severe bug in many special opts | Teddy | 2013-08-11 |
* | removed more redundancy | Teddy | 2013-08-11 |
* | checking the code in `builtin.cpp`, removed some bugs and redundancyrestructure | Teddy | 2013-08-11 |
* | added more comments | Teddy | 2013-08-11 |
* | ... | 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 |
* | fixed bug in `equal?` | Teddy | 2013-08-09 |
* | add proper precision to ext repr of real numbers | Teddy | 2013-08-09 |
* | bugfix on `lt` `gt` `eq`, added `number?` | Teddy | 2013-08-09 |
* | canonicalize the rational number to avoid crash | 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 |
* | deal with circular reference | Teddy | 2013-08-09 |
* | change the name from CONS_OBJ to PAIR_OBJnew_ext | Teddy | 2013-08-08 |
* | support for equal? | Teddy | 2013-08-08 |
* | new ext_repr() approach | 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 |
* | removed some redundant if-cases | Teddy | 2013-08-07 |
* | added support for `eval` | Teddy | 2013-08-07 |
* | fixed a severe bug in `define` | Teddy | 2013-08-07 |
* | more than three arguments aren't allowed in `if` | Teddy | 2013-08-07 |
* | added GMP support | Teddy | 2013-08-07 |
* | fixed some severe problems and added tests | Teddy | 2013-08-07 |
* | a little fix | Ted Yin | 2013-08-07 |
* | a little fix | Ted Yin | 2013-08-07 |
* | TO_CONS review | Ted Yin | 2013-08-07 |
* | Update builtin.cpp | ihsgnef | 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 |
* | improved complex parsing | Teddy | 2013-08-06 |
* | added more built-in procedures | Teddy | 2013-08-05 |
* | complex, real, rational, integral number support | Teddy | 2013-08-05 |
* | empty-list fix | 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 |