aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/parser (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-factored the UTF8 codec into its own module.Eduardo Julian2021-05-311-10/+11
|
* Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian2021-01-131-20/+20
|
* Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian2021-01-121-14/+14
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-1/+2
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-2911-51/+51
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-258-449/+450
|
* Refactored "export" common syntax.Eduardo Julian2020-12-232-15/+84
|
* Properly naming unicode Block type.Eduardo Julian2020-12-221-29/+31
|
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-171-1/+2
|
* Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian2020-12-151-15/+16
|
* Removed several unnecessary imports.Eduardo Julian2020-12-121-2/+1
|
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-8/+8
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-1011-21/+60
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-029-139/+139
| | | | convention that only macros that deal with types may start with a colon.
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-0/+52
|
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-269-98/+122
|
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-46/+46
|
* Added CoMonad for CoFree.Eduardo Julian2020-11-021-1/+1
|
* Allow defining anonymous actors.Eduardo Julian2020-11-023-25/+25
|
* Improved the design of actors.Eduardo Julian2020-11-016-125/+125
|
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-16/+16
|
* Some small refactoring.Eduardo Julian2020-10-251-3/+12
|
* Changed type-parameters for Mixin types.Eduardo Julian2020-10-241-1/+1
|
* Re-named some list functions.Eduardo Julian2020-10-241-2/+2
|
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-4/+4
|
* Mandatory long names for JVM imports, instead of having "long" be optional ↵Eduardo Julian2020-10-091-2/+6
| | | | and short be default.
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-091-66/+82
|
* Re-named "Cursor" type to "Location".Eduardo Julian2020-10-071-7/+7
|
* Gave Aedifex support for multiple profiles.Eduardo Julian2020-10-031-3/+3
|
* 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 ↵Eduardo Julian2020-06-241-1/+2
| | | | library and its tests.
* 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
| | | | compiler.
* 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