| Commit message (Expand) | Author | Age |
* | add inf list test | Teddy | 2013-08-11 |
* | ... | Teddy | 2013-08-11 |
* | removed unecessary `next` initialization | 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 |
* | 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 |
* | forget to return in `str_to_lower` | Teddy | 2013-08-09 |
* | str_to_lower should only apply to Symbols | 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 |
* | new target set | Teddy | 2013-08-08 |
* | eqv? is implemented | Teddy | 2013-08-08 |
* | fixed a bug in ProcObj::call | 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 |
* | proper case-insensitive | 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 |
* | Merge pull request #1 from sjtufs/patch-1 | Ted Yin | 2013-08-06 |
|\ |
|
| * | 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 |
* | boolean and char are now supported | Teddy | 2013-08-06 |
* | vector, literal support! | Teddy | 2013-08-06 |
* | improved complex parsing | Teddy | 2013-08-06 |
* | added support for string | Teddy | 2013-08-05 |
* | added string quoting support in the parsernumeric_types | Teddy | 2013-08-05 |
* | added more built-in procedures | Teddy | 2013-08-05 |
* | complex, real, rational, integral number support | Teddy | 2013-08-05 |