Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-24 | - Removed the "seen-sources" field from the compiler state. | Eduardo Julian | 1 | -3/+3 | |
- Fixed the caching mechanism. | |||||
2015-07-21 | - Added a way to pass the cursor from un-expanded macro-forms to their ↵ | Eduardo Julian | 1 | -1/+1 | |
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 | 11 | -80/+138 | |
- Added some type-tags to avoid reflection inside the compiler. | |||||
2015-07-19 | Added copyright notice on all files that missed it. | Eduardo Julian | 1 | -26/+2 | |
2015-07-19 | - Some bug fixes. | Eduardo Julian | 25 | -316/+1121 | |
- More additions to the standard library. | |||||
2015-07-12 | - Added the beginnings of the standard library. | Eduardo Julian | 19 | -0/+1551 | |
- Fixed several bugs. |