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