aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-281-18/+18
|
* Added "+" sign to positive Int.Eduardo Julian2018-07-281-1/+1
|
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-281-18/+18
|
* Re-named "seq" to "and" and "alt" to "or".Eduardo Julian2018-07-213-22/+22
|
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-1/+1
|
* Re-named "Ident" to "Name".Eduardo Julian2018-07-212-20/+20
|
* Re-named "lux/world/blob" to "lux/world/binary".Eduardo Julian2018-07-211-43/+43
|
* Re-named "Binary" type to "Format".Eduardo Julian2018-07-211-23/+23
|
* "^open" and "open:" now use aliases instead of prefixes, the same way as ↵Eduardo Julian2018-07-204-12/+12
| | | | module aliases.
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-204-27/+29
|
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-143-13/+13
| | | - Small improvements to lux-mode.
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-132-17/+23
|
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-116-59/+72
|
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-114-28/+27
|
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-106-20/+20
|
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-105-8/+8
|
* - Re-organized dictionary & set modules a bit.Eduardo Julian2018-07-103-3/+3
|
* - Re-named "Dict" type to "Dictionary".Eduardo Julian2018-07-103-8/+8
|
* - Ported caching machinery for default compiler.Eduardo Julian2018-07-101-6/+85
| | | - Expanded binary format module.
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-102-4/+4
|
* - Ported caching machinery for Lux Meta-Compiler to stdlib.Eduardo Julian2018-07-081-31/+88
|
* - Binary (de)serialization module.Eduardo Julian2018-07-051-0/+150
|
* - Re-named "equality" to "equivalence".Eduardo Julian2018-07-052-14/+14
|
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-041-3/+3
|
* - Re-named "sequence" to "row".Eduardo Julian2018-07-031-11/+11
|
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-202-9/+9
| | | - Removed some modules that should have been deleted before.
* - Re-named ".../eq" modules to ".../equality".Eduardo Julian2018-05-132-2/+2
| | | - Other minor improvements.
* - Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian2018-05-132-7/+7
|
* - Some improvements and fixes for stdlib.Eduardo Julian2018-05-101-4/+1
|
* - Removed Void and Unit as kinds of types.Eduardo Julian2018-05-052-9/+9
| | | - Changed the value of "unit" in the old LuxC to match the one in new-luxc.
* - Made the names of all exceptions lower-case.Eduardo Julian2018-05-022-19/+19
|
* - Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".Eduardo Julian2018-05-013-3/+3
|
* - Re-organized dict modules.Eduardo Julian2018-05-013-10/+10
|
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-055-22/+22
|
* - Improved the way exceptions work.Eduardo Julian2018-02-072-17/+22
|
* - Added context-sensitive macro-expansion by means of "lux in-module", and ↵Eduardo Julian2017-12-021-1/+1
| | | | | | removed all the (now unnecessary) #hidden tags. - Fixed a bug when loading the imports from the cache. - Added special notation for context-sensitive macro-expansion.
* - Changed some of the syntax for macro templating.Eduardo Julian2017-12-011-2/+2
| | | - "gensym" now produces Ident instead of Code.
* - Changed the identifier separator, from the semi-colon (;) to the ↵Eduardo Julian2017-11-295-335/+334
| | | | period/dot (.).
* - Got rid of even more dots.Eduardo Julian2017-11-272-3/+3
|
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-273-4/+4
|
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-5/+5
|
* - Moved "/type/*" to from "lux/meta/" to "lux/".Eduardo Julian2017-11-151-37/+37
|
* - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian2017-11-151-2/+2
|
* - 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 "Lux" type to "Meta".Eduardo Julian2017-10-161-8/+8
| | | - Moved lux/type/* under lux/meta/*.
* - Re-named "Vector" to "Sequence" to avoid confusion with mathematical vectors.Eduardo Julian2017-10-161-11/+11
|
* - Re-named "Result" type back to "Error".Eduardo Julian2017-10-163-56/+56
|
* - Re-named lux/control/parser;opt to lux/control/parser;maybe.Eduardo Julian2017-10-161-3/+3
|
* - Moved Array type to lux.lux.Eduardo Julian2017-10-161-1/+1
| | | | - Re-named some array functions. - Minor refactorings.
* - Renamed "%r" to "%f".Eduardo Julian2017-10-121-1/+1
|