aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/parser (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add local repo installation to Aedifex.Eduardo Julian2020-08-171-12/+31
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-091-0/+171
* "abstract:" macro now takes annotations after representation type.Eduardo Julian2020-08-092-11/+205
* No longer inline the object literal for variants.Eduardo Julian2020-08-092-16/+211
* Can get the JS(JS) compiler to compile.Eduardo Julian2020-07-241-4/+6
* Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian2020-06-241-1/+2
* Bug fixes.Eduardo Julian2020-06-231-150/+395
* Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian2020-06-121-0/+161
* Updated test for function optimization.Eduardo Julian2020-06-111-0/+158
* Basic pattern-matching optimizations.Eduardo Julian2020-06-091-0/+135
* Now applying the loop optimization to all functions.Eduardo Julian2020-06-031-59/+65
* Properly implemented and enabled loop optimization.Eduardo Julian2020-06-031-0/+359
* Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian2020-06-011-0/+146
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-172-2/+2
* No more "n/"-prefixed functions.Eduardo Julian2019-07-262-6/+8
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-022-19/+19
* Improved the convention for using text formatters.Eduardo Julian2019-06-202-2/+0
* Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.Eduardo Julian2019-05-212-93/+93
* Moved the CLI parser under "lux/control/parser/".Eduardo Julian2019-04-191-0/+77
* Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.Eduardo Julian2019-04-191-2/+4
* Moved the text lexers under "lux/control/parser/".Eduardo Julian2019-04-191-0/+171