aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format/xml.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - Improved the way exceptions work.Eduardo Julian2018-02-071-16/+20
|
* - Changed the identifier separator, from the semi-colon (;) to the ↵Eduardo Julian2017-11-291-141/+140
| | | | period/dot (.).
* - Got rid of even more dots.Eduardo Julian2017-11-271-2/+2
|
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-271-1/+1
|
* - Removed "lux text last-index" procedure.Eduardo Julian2017-11-141-1/+1
| | | | | - Removed "lux text trim" procedure. - Modified "lux text clip" procedure. - Some bug fixes.
* - Re-named "Result" type back to "Error".Eduardo Julian2017-10-161-13/+13
|
* - Re-named lux/control/parser;opt to lux/control/parser;maybe.Eduardo Julian2017-10-161-3/+3
|
* - Changed the terminology of monoids ("append" -> "compose", "unit" -> ↵Eduardo Julian2017-09-191-8/+8
| | | | "identity").
* - XML parsing.Eduardo Julian2017-09-191-23/+117
|
* - Moved "codec" from lux/data/text/lexer to lux/control/parser.Eduardo Julian2017-08-051-2/+2
|
* - Added formatters for JSON, XML and time types.Eduardo Julian2017-07-311-28/+27
|
* - Can now generate Eq instances for #rec-style recursive types.Eduardo Julian2017-07-151-1/+1
| | | - Minor refactorings.
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-021-2/+1
|
* - Lexers now carry an offset which they use to figure out where to extract ↵Eduardo Julian2017-07-011-2/+2
| | | | | parts of the whole input, instead of having to clip the input as they lex. thereby doing a lot of unnecessary text allocations. - Some refactoring.
* - CLI, Syntax and Lexer are now based upon a common Parser type.Eduardo Julian2017-06-211-75/+68
|
* - JSON polytypic generator checks for (Dict Text ?) instead of (List [Text ?]).Eduardo Julian2017-06-191-28/+28
| | | - Lexers now rely only on Text, instead of also relying on Char.
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-7/+7
|
* - The XML header is now parsed optionally.Eduardo Julian2017-04-121-1/+1
|
* - Renamed "lambda" to "function".Eduardo Julian2017-04-101-2/+2
|
* - Added XML support.Eduardo Julian2017-04-061-0/+264