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