aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/compiler/cache (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Renamed "App" to "Apply" and swapped the order of the arguments to it.Eduardo Julian2017-06-211-2/+2
| | | - Also did argument swapping for lux/type;application.
* - Removed "T" suffix from Type's tags.Eduardo Julian2017-05-071-22/+22
|
* - Renamed "LambdaT" to "FunctionT".Eduardo Julian2017-04-101-2/+2
|
* - Made some improvements to error messages in the compiler.Eduardo Julian2017-04-052-2/+2
|
* - Changed the license from MPL 2.0 to MIT.Eduardo Julian2017-01-262-10/+0
|
* - Improved Lux error messages by ensuring the cursor is always present.Eduardo Julian2017-01-252-2/+2
|
* - Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-22/+22
| | | | | | - Moved lux/data/struct/zipper to lux/data/struct/tree/zipper. - Moved lux/regex to lux/lexer/regex. - Changed the suffix of annotation tags, from M to A. - Renamed Frac(tional) numbers to Deg(rees).
* - Fixed a bug when deserializing annotations through the compiler cache.Eduardo Julian2017-01-061-2/+5
|
* - Added type annotations to eliminate reflection.Eduardo Julian2016-12-272-4/+4
|
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian2016-12-012-0/+323
plugin's and the Emacs mode's into a big monorepo, to keep development unified.