aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format/binary.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-2/+2
2019-02-04Changed the naming style for structures.Eduardo Julian1-20/+19
2018-12-28Fixed bug when parsing blobs.Eduardo Julian1-1/+1
2018-12-26WIP: JVM bytecode generation in pure Lux.Eduardo Julian1-27/+35
2018-12-26Expansion for binary format.Eduardo Julian1-124/+220
2018-12-15Re-named the "Error" tag to "Failure".Eduardo Julian1-6/+6
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-18/+18
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-18/+18
2018-07-21Re-named "seq" to "and" and "alt" to "or".Eduardo Julian1-17/+17
2018-07-21Re-named "Symbol" to "Identifier".Eduardo Julian1-1/+1
2018-07-21Re-named "Ident" to "Name".Eduardo Julian1-5/+5
2018-07-21Re-named "lux/world/blob" to "lux/world/binary".Eduardo Julian1-43/+43
2018-07-21Re-named "Binary" type to "Format".Eduardo Julian1-23/+23
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-6/+7
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-2/+2
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-6/+6
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-10/+13
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-6/+6
2018-07-10- Ported caching machinery for default compiler.Eduardo Julian1-6/+85
2018-07-08- Ported caching machinery for Lux Meta-Compiler to stdlib.Eduardo Julian1-31/+88
2018-07-05- Binary (de)serialization module.Eduardo Julian1-0/+150