aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/parser/text.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-12Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian1-14/+14
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-3/+3
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-158/+158
2020-12-23Refactored "export" common syntax.Eduardo Julian1-14/+12
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-10Re-named "with-cover" to "for".Eduardo Julian1-1/+1
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-41/+41
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian1-16/+16
2020-11-01Improved the design of actors.Eduardo Julian1-55/+55
2020-10-03Gave Aedifex support for multiple profiles.Eduardo Julian1-3/+3
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian1-11/+8
2020-08-09No longer inline the object literal for variants.Eduardo Julian1-16/+39
2020-06-23Bug fixes.Eduardo Julian1-150/+395
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-1/+1
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-1/+3
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-6/+6
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-1/+0
2019-05-21Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.Eduardo Julian1-84/+84
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/+0
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+1
2019-03-22Ported tests for text-related modules.Eduardo Julian1-187/+153
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-7/+7
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-1/+1
2019-02-05Integrated tests into normal source code.Eduardo Julian1-0/+0
2019-02-04Changed the naming style for structures.Eduardo Julian1-2/+2
2018-12-15Re-named the "Error" tag to "Failure".Eduardo Julian1-5/+5
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-2/+2
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-2/+2
2018-07-21Re-named "seq" to "and" and "alt" to "or".Eduardo Julian1-4/+4
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian1-2/+2
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-4/+3
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-14/+14
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-4/+4
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-11/+15
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-1/+1
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-1/+1
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian1-1/+1
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian1-2/+2
2018-05-13- Added dedicated unicode support for text.Eduardo Julian1-2/+2
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian1-2/+2
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-108/+108
2017-11-27- Got rid of even more dots.Eduardo Julian1-2/+2
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian1-1/+1
2017-10-20- Replaced the "#seed" and "#times" options for "seed" and "times" test combi...Eduardo Julian1-13/+15
2017-10-16- Re-named "Result" type back to "Error".Eduardo Julian1-12/+12
2017-07-22- Removed the "M" suffix from monadic functions.Eduardo Julian1-1/+1
2017-07-02- Lux no longer has a Char primitive data-type.Eduardo Julian1-2/+2