aboutsummaryrefslogtreecommitdiff
path: root/input/lux.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* /cache and /output now using same format.Eduardo Julian2015-07-251-38/+10
|
* - Removed the "seen-sources" field from the compiler state.Eduardo Julian2015-07-241-17/+19
| | | - Fixed the caching mechanism.
* - Added a way to pass the cursor from un-expanded macro-forms to their ↵Eduardo Julian2015-07-211-18/+87
| | | | | expansions in order to aid error-reporting. - Added recursive type definitions through the #rec tag in deftype.
* - Some bug fixes.Eduardo Julian2015-07-191-135/+158
| | | - More additions to the standard library.
* - Added a ' (quote) macro that works like ` (backquote), without unquote or ↵Eduardo Julian2015-07-141-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 Julian2015-07-121-399/+1001
| | | - Fixed several bugs.
* - The backwards analysis of function application is back.Eduardo Julian2015-06-211-351/+282
|
* - The directory for source-code is now named "input".Eduardo Julian2015-06-201-0/+2173
- Implemented module-caching to avoid the waiting too much during program compilation.