aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format/xml.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-19/+14
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-081-35/+40
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-2/+2
* Mo' updates, less problems.Eduardo Julian2021-02-071-25/+30
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-4/+5
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-74/+74
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-171-0/+5
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-1/+1
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-9/+29
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-2/+2
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-94/+95
* Re-named some list functions.Eduardo Julian2020-10-241-1/+1
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-3/+7
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-261-3/+6
* WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian2020-08-121-4/+10
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-091-7/+13
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-1/+2
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-2/+2
* Adjusted the analysis to the changes in the interop layer.Eduardo Julian2019-05-121-2/+2
* Moved the XML parser under "lux/control/parser/".Eduardo Julian2019-04-191-151/+39
* Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.Eduardo Julian2019-04-191-16/+16
* Moved the text lexers under "lux/control/parser/".Eduardo Julian2019-04-191-3/+3
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-2/+3
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-31/+31
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-10/+10
* Changed the naming style for structures.Eduardo Julian2019-02-041-21/+22
* Re-named the "Error" tag to "Failure".Eduardo Julian2018-12-151-13/+13
* No more escaping of new-line.Eduardo Julian2018-08-231-4/+6
* No more escaping of double-quotes.Eduardo Julian2018-08-231-6/+6
* Re-named "seq" to "and" and "alt" to "or".Eduardo Julian2018-07-211-1/+1
* Re-named "Ident" to "Name".Eduardo Julian2018-07-211-15/+15
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-201-4/+4
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-201-6/+6
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-141-1/+1
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-14/+17
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-111-11/+10
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-2/+2
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-101-2/+2
* - Re-organized dictionary & set modules a bit.Eduardo Julian2018-07-101-1/+1
* - Re-named "Dict" type to "Dictionary".Eduardo Julian2018-07-101-2/+2
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-101-2/+2
* - Re-named "equality" to "equivalence".Eduardo Julian2018-07-051-5/+5
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-2/+2
* - Re-named ".../eq" modules to ".../equality".Eduardo Julian2018-05-131-1/+1
* - Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian2018-05-131-1/+1
* - Removed Void and Unit as kinds of types.Eduardo Julian2018-05-051-2/+2
* - Made the names of all exceptions lower-case.Eduardo Julian2018-05-021-17/+17
* - Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".Eduardo Julian2018-05-011-1/+1
* - Re-organized dict modules.Eduardo Julian2018-05-011-6/+6
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-051-7/+7