Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Removed the "seen-sources" field from the compiler state. | Eduardo Julian | 2015-07-24 | 1 | -3/+3 |
| | | | - Fixed the caching mechanism. | ||||
* | - Added a way to pass the cursor from un-expanded macro-forms to their ↵ | Eduardo Julian | 2015-07-21 | 1 | -1/+1 |
| | | | | | expansions in order to aid error-reporting. - Added recursive type definitions through the #rec tag in deftype. | ||||
* | - Added a few more modules. | Eduardo Julian | 2015-07-19 | 11 | -80/+138 |
| | | | - Added some type-tags to avoid reflection inside the compiler. | ||||
* | Added copyright notice on all files that missed it. | Eduardo Julian | 2015-07-19 | 1 | -26/+2 |
| | |||||
* | - Some bug fixes. | Eduardo Julian | 2015-07-19 | 25 | -316/+1121 |
| | | | - More additions to the standard library. | ||||
* | - Added the beginnings of the standard library. | Eduardo Julian | 2015-07-12 | 19 | -0/+1551 |
- Fixed several bugs. |