Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Removed the "seen-sources" field from the compiler state. | Eduardo Julian | 2015-07-24 | 1 | -17/+19 |
| | | | - Fixed the caching mechanism. | ||||
* | - Added a way to pass the cursor from un-expanded macro-forms to their ↵ | Eduardo Julian | 2015-07-21 | 1 | -18/+87 |
| | | | | | expansions in order to aid error-reporting. - Added recursive type definitions through the #rec tag in deftype. | ||||
* | - Some bug fixes. | Eduardo Julian | 2015-07-19 | 1 | -135/+158 |
| | | | - 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 | 1 | -399/+1001 |
| | | | - 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 | 1 | -0/+2173 |
- Implemented module-caching to avoid the waiting too much during program compilation. |