aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format/binary.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-291/+0
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-1/+1
2021-05-31Re-factored the UTF8 codec into its own module.Eduardo Julian1-3/+4
2021-03-16Done with PHP.Eduardo Julian1-1/+1
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-6/+6
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-12/+12
2020-12-11Improved parsing speed for Lux code.Eduardo Julian1-1/+1
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-5/+5
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian1-6/+6
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-27/+27
2020-10-07Re-named "Cursor" type to "Location".Eduardo Julian1-3/+3
2020-05-19Can now write TAR files.Eduardo Julian1-0/+13
2020-05-05Fixed bugs while parsing modules' cached data.Eduardo Julian1-79/+68
2020-04-22Now caching the documents generated after compiling each module.Eduardo Julian1-7/+10
2020-04-21Now caching the reservations from the archive.Eduardo Julian1-4/+3
2019-11-07WIP: Major refactoring of JVM bytecode machinery.Eduardo Julian1-1/+2
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-10/+11
2019-07-24Small improvements here and there.Eduardo Julian1-2/+2
2019-07-06No more alternative row writers.Eduardo Julian1-13/+9
2019-07-05WIP: Method compilation.Eduardo Julian1-3/+6
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-9/+9
2019-06-22Implemented several different bytecode instructions.Eduardo Julian1-6/+9
2019-06-21Separated reading and writing binary data (lumping them together was a bad id...Eduardo Julian1-161/+129
2019-06-21Extracted binary parsing code into its own module.Eduardo Julian1-129/+48
2019-06-20Moved "lux/world/binary" to "lux/data/binary".Eduardo Julian1-4/+3
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-5/+5
2019-06-20Expanded serialization capabilities for JVM bytecode.Eduardo Julian1-34/+36
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-4/+5
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-4/+4
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-9/+9
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