aboutsummaryrefslogtreecommitdiff
path: root/input/lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Removed the "seen-sources" field from the compiler state.Eduardo Julian2015-07-241-3/+3
| | | - Fixed the caching mechanism.
* - Added a way to pass the cursor from un-expanded macro-forms to their ↵Eduardo Julian2015-07-211-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 Julian2015-07-1911-80/+138
| | | - Added some type-tags to avoid reflection inside the compiler.
* Added copyright notice on all files that missed it.Eduardo Julian2015-07-191-26/+2
|
* - Some bug fixes.Eduardo Julian2015-07-1925-316/+1121
| | | - More additions to the standard library.
* - Added the beginnings of the standard library.Eduardo Julian2015-07-1219-0/+1551
- Fixed several bugs.