aboutsummaryrefslogtreecommitdiff
path: root/input (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-14- Added a ' (quote) macro that works like ` (backquote), without unquote or ↵Eduardo Julian1-38/+50
unquote splice working and not automatic prefixing of unprefixed symbols/tags. - Added (slightly) better type-error messages.
2015-07-12- Added the beginnings of the standard library.Eduardo Julian21-412/+2578
- Fixed several bugs.
2015-06-21- The backwards analysis of function application is back.Eduardo Julian1-351/+282
2015-06-20- The directory for source-code is now named "input".Eduardo Julian2-0/+2188
- Implemented module-caching to avoid the waiting too much during program compilation.