Commit message (Expand) | Author | Age | |
---|---|---|---|
* | rectified a bug in `modulo` | Teddy | 2013-08-12 |
* | numerical overflow detection | Teddy | 2013-08-09 |
* | fixed bug in `equal?` | 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 |
* | deal with circular reference | Teddy | 2013-08-09 |
* | support for equal? | Teddy | 2013-08-08 |
* | new ext_repr() approach | Teddy | 2013-08-08 |
* | rectified some names | Teddy | 2013-08-08 |
* | fixed a severe bug in `define` | Teddy | 2013-08-07 |
* | fixed some severe problems and added tests | Teddy | 2013-08-07 |
* | list checking fix | Teddy | 2013-08-07 |
* | vector, literal support! | Teddy | 2013-08-06 |
* | 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 |
* | C++ version now works! | Teddy | 2013-08-03 |
* | AST parser can now work! | Teddy | 2013-08-03 |