aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/parser (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-31Re-factored the UTF8 codec into its own module.Eduardo Julian1-10/+11
2021-01-13Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian1-20/+20
2021-01-12Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian1-14/+14
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-1/+2
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian11-51/+51
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian8-449/+450
2020-12-23Refactored "export" common syntax.Eduardo Julian2-15/+84
2020-12-22Properly naming unicode Block type.Eduardo Julian1-29/+31
2020-12-17More optimizations to the Lux syntax parser.Eduardo Julian1-1/+2
2020-12-15Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian1-15/+16
2020-12-12Removed several unnecessary imports.Eduardo Julian1-2/+1
2020-12-11Improved parsing speed for Lux code.Eduardo Julian1-8/+8
2020-12-10Re-named "with-cover" to "for".Eduardo Julian11-21/+60
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian9-139/+139
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian1-0/+52
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian9-98/+122
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-46/+46
2020-11-02Added CoMonad for CoFree.Eduardo Julian1-1/+1
2020-11-02Allow defining anonymous actors.Eduardo Julian3-25/+25
2020-11-01Improved the design of actors.Eduardo Julian6-125/+125
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian1-16/+16
2020-10-25Some small refactoring.Eduardo Julian1-3/+12
2020-10-24Changed type-parameters for Mixin types.Eduardo Julian1-1/+1
2020-10-24Re-named some list functions.Eduardo Julian1-2/+2
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian1-4/+4
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian1-2/+6
2020-10-09Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian1-66/+82
2020-10-07Re-named "Cursor" type to "Location".Eduardo Julian1-7/+7
2020-10-03Gave Aedifex support for multiple profiles.Eduardo Julian1-3/+3
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