Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-25 | - The output directory is now being used as the cache. | Eduardo Julian | 31 | -5222/+0 | |
- "input" has been renamed as "source" and "output" has been renamed as "target". | |||||
2015-07-25 | /cache and /output now using same format. | Eduardo Julian | 1 | -38/+10 | |
2015-07-24 | - Removed the "seen-sources" field from the compiler state. | Eduardo Julian | 2 | -20/+22 | |
- Fixed the caching mechanism. | |||||
2015-07-21 | - Added a way to pass the cursor from un-expanded macro-forms to their ↵ | Eduardo Julian | 2 | -19/+88 | |
expansions in order to aid error-reporting. - Added recursive type definitions through the #rec tag in deftype. | |||||
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. |