Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Added a few more modules. | Eduardo Julian | 2015-07-19 | 12 | -81/+141 |
| | | | - Added some type-tags to avoid reflection inside the compiler. | ||||
* | Added copyright notice on all files that missed it. | Eduardo Julian | 2015-07-19 | 2 | -26/+10 |
| | |||||
* | - Some bug fixes. | Eduardo Julian | 2015-07-19 | 27 | -461/+1299 |
| | | | - More additions to the standard library. | ||||
* | - Added a ' (quote) macro that works like ` (backquote), without unquote or ↵ | Eduardo Julian | 2015-07-14 | 1 | -38/+50 |
| | | | | | unquote splice working and not automatic prefixing of unprefixed symbols/tags. - Added (slightly) better type-error messages. | ||||
* | - Added the beginnings of the standard library. | Eduardo Julian | 2015-07-12 | 21 | -412/+2578 |
| | | | - Fixed several bugs. | ||||
* | - The backwards analysis of function application is back. | Eduardo Julian | 2015-06-21 | 1 | -351/+282 |
| | |||||
* | - The directory for source-code is now named "input". | Eduardo Julian | 2015-06-20 | 2 | -0/+2188 |
- Implemented module-caching to avoid the waiting too much during program compilation. |