Commit message (Expand) | Author | Age | |
---|---|---|---|
* | 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 |
* | modified the API of Env: add_binding | Teddy | 2013-08-04 |
* | added more docs | Teddy | 2013-08-04 |
* | C++ version now works! | Teddy | 2013-08-03 |
* | AST parser can now work! | Teddy | 2013-08-03 |
* | transfering the implementation language to C++ | Teddy | 2013-08-02 |