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