aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data/text (follow)
Commit message (Expand)AuthorAgeFilesLines
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-1/+1
* Some updates for the new compilers.Eduardo Julian2021-06-291-1/+1
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-261-6/+6
* Re-factored the UTF8 codec into its own module.Eduardo Julian2021-05-312-5/+25
* lux/macro/template.with can now produce multiple outputs.Eduardo Julian2021-05-301-5/+5
* Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian2021-05-181-1/+2
* Text-escaping machinery.Eduardo Julian2021-05-181-0/+156
* Done with Python.Eduardo Julian2021-02-242-13/+20
* Almost done with Lua.Eduardo Julian2021-02-151-3/+6
* Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian2021-01-122-4/+4
* Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian2021-01-111-3/+2
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-081-1/+1
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-296-27/+27
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-255-356/+356
* Refactored "export" common syntax.Eduardo Julian2020-12-231-2/+3
* Properly naming unicode Block type.Eduardo Julian2020-12-223-231/+233
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-171-8/+10
* Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian2020-12-153-39/+335
* Removed several unnecessary imports.Eduardo Julian2020-12-121-0/+163
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-0/+224
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-0/+43
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-261-6/+6
* Changed the format of project descriptor files.Eduardo Julian2020-09-161-2/+3
* Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian2020-07-021-5/+5
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-6/+6
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-2/+2
* Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.Eduardo Julian2019-05-211-4/+8
* Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian2019-04-191-2/+3
* Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.Eduardo Julian2019-04-191-4/+4
* Moved the text lexers under "lux/control/parser/".Eduardo Julian2019-04-192-178/+7
* Improvements and fixes to "tuple//left" and "tuple//right".Eduardo Julian2019-04-121-14/+26
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-062-2/+2
* Ported tests for text-related modules.Eduardo Julian2019-03-223-439/+388
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-153-21/+21
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-112-2/+2
* Integrated tests into normal source code.Eduardo Julian2019-02-053-0/+512