aboutsummaryrefslogtreecommitdiff
path: root/input (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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-1221-412/+2578
| | | - 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-202-0/+2188
- Implemented module-caching to avoid the waiting too much during program compilation.