aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format/binary.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-2/+2
* Changed the naming style for structures.Eduardo Julian2019-02-041-20/+19
* Fixed bug when parsing blobs.Eduardo Julian2018-12-281-1/+1
* WIP: JVM bytecode generation in pure Lux.Eduardo Julian2018-12-261-27/+35
* Expansion for binary format.Eduardo Julian2018-12-261-124/+220
* Re-named the "Error" tag to "Failure".Eduardo Julian2018-12-151-6/+6
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-281-18/+18
* 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-211-17/+17
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-1/+1
* Re-named "Ident" to "Name".Eduardo Julian2018-07-211-5/+5
* 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
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-201-6/+7
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-141-2/+2
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-6/+6
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-10/+13
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-6/+6
* - Ported caching machinery for default compiler.Eduardo Julian2018-07-101-6/+85
* - 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