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