aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data/format/xml.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-7/+7
* New "format" hierarchy.Eduardo Julian2022-06-131-1/+1
* De-sigil-ification: suffix : [Part 3]Eduardo Julian2022-06-121-1/+1
* De-sigil-ification: #Eduardo Julian2022-06-041-1/+1
* Extensible import syntax [Part 6]Eduardo Julian2022-06-041-3/+3
* Extensible import syntax [Part 2]Eduardo Julian2022-06-021-1/+1
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-5/+5
* Better names for testing macros (plus better indentation).Eduardo Julian2022-04-091-7/+7
* De-sigil-ification: $Eduardo Julian2022-04-081-25/+25
* De-sigil-ification: ^Eduardo Julian2022-03-151-1/+3
* De-sigil-ification: >Eduardo Julian2022-03-141-1/+0
* De-sigil-ification: @Eduardo Julian2022-03-141-29/+29
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-141-8/+8
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-141-4/+5
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-6/+6
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-6/+6
* De-taggification | part 4Eduardo Julian2021-09-071-10/+10
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-2/+2
* De-taggification | part 2Eduardo Julian2021-09-041-6/+6
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-2/+2
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-1/+1
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-1/+1
* No more #export magic syntax.Eduardo Julian2021-08-081-2/+2
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-1/+1
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-1/+1
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-25/+26
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-6/+5
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-3/+3
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-5/+5
* Removed several unnecessary imports.Eduardo Julian2020-12-121-5/+5
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-2/+2
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-5/+5
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-1/+1
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-60/+40
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-261-7/+7
* Easy to use Rev constants.Eduardo Julian2020-10-311-4/+4
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-3/+3
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-011-1/+1
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-2/+2
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-3/+5
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-1/+1
* 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-10/+9
* Moved the XML parser under "lux/control/parser/".Eduardo Julian2019-04-191-11/+12
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-3/+4
* Ported tests for format-related modules.Eduardo Julian2019-03-231-89/+80
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-12/+12
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-3/+3