index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
/
source
/
lux
/
data
/
format
/
binary.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-291
/
+0
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
1
-1
/
+1
2021-05-31
Re-factored the UTF8 codec into its own module.
Eduardo Julian
1
-3
/
+4
2021-03-16
Done with PHP.
Eduardo Julian
1
-1
/
+1
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
1
-6
/
+6
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
1
-12
/
+12
2020-12-11
Improved parsing speed for Lux code.
Eduardo Julian
1
-1
/
+1
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
1
-5
/
+5
2020-11-28
Re-named "_.claim" to "_.cover'".
Eduardo Julian
1
-6
/
+6
2020-11-17
Made the syntax of ^template more consistent.
Eduardo Julian
1
-27
/
+27
2020-10-07
Re-named "Cursor" type to "Location".
Eduardo Julian
1
-3
/
+3
2020-05-19
Can now write TAR files.
Eduardo Julian
1
-0
/
+13
2020-05-05
Fixed bugs while parsing modules' cached data.
Eduardo Julian
1
-79
/
+68
2020-04-22
Now caching the documents generated after compiling each module.
Eduardo Julian
1
-7
/
+10
2020-04-21
Now caching the reservations from the archive.
Eduardo Julian
1
-4
/
+3
2019-11-07
WIP: Major refactoring of JVM bytecode machinery.
Eduardo Julian
1
-1
/
+2
2019-07-26
No more "n/"-prefixed functions.
Eduardo Julian
1
-10
/
+11
2019-07-24
Small improvements here and there.
Eduardo Julian
1
-2
/
+2
2019-07-06
No more alternative row writers.
Eduardo Julian
1
-13
/
+9
2019-07-05
WIP: Method compilation.
Eduardo Julian
1
-3
/
+6
2019-07-02
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
1
-9
/
+9
2019-06-22
Implemented several different bytecode instructions.
Eduardo Julian
1
-6
/
+9
2019-06-21
Separated reading and writing binary data (lumping them together was a bad id...
Eduardo Julian
1
-161
/
+129
2019-06-21
Extracted binary parsing code into its own module.
Eduardo Julian
1
-129
/
+48
2019-06-20
Moved "lux/world/binary" to "lux/data/binary".
Eduardo Julian
1
-4
/
+3
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
1
-5
/
+5
2019-06-20
Expanded serialization capabilities for JVM bytecode.
Eduardo Julian
1
-34
/
+36
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-4
/
+5
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
1
-4
/
+4
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
1
-9
/
+9
2019-02-11
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
1
-2
/
+2
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-20
/
+19
2018-12-28
Fixed bug when parsing blobs.
Eduardo Julian
1
-1
/
+1
2018-12-26
WIP: JVM bytecode generation in pure Lux.
Eduardo Julian
1
-27
/
+35
2018-12-26
Expansion for binary format.
Eduardo Julian
1
-124
/
+220
2018-12-15
Re-named the "Error" tag to "Failure".
Eduardo Julian
1
-6
/
+6
2018-07-28
Removed temporary "|" prefix on Nat.
Eduardo Julian
1
-18
/
+18
2018-07-28
Temporary commit to get rid of "+" signs for Nat.
Eduardo Julian
1
-18
/
+18
2018-07-21
Re-named "seq" to "and" and "alt" to "or".
Eduardo Julian
1
-17
/
+17
2018-07-21
Re-named "Symbol" to "Identifier".
Eduardo Julian
1
-1
/
+1
2018-07-21
Re-named "Ident" to "Name".
Eduardo Julian
1
-5
/
+5
2018-07-21
Re-named "lux/world/blob" to "lux/world/binary".
Eduardo Julian
1
-43
/
+43
2018-07-21
Re-named "Binary" type to "Format".
Eduardo Julian
1
-23
/
+23
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-6
/
+7
2018-07-14
- New syntax for bit values: "#0" and "#1", instead of "false" and "true".
Eduardo Julian
1
-2
/
+2
2018-07-13
Re-named "Bool" type to "Bit".
Eduardo Julian
1
-6
/
+6
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-10
/
+13
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-6
/
+6
2018-07-10
- Ported caching machinery for default compiler.
Eduardo Julian
1
-6
/
+85
2018-07-08
- Ported caching machinery for Lux Meta-Compiler to stdlib.
Eduardo Julian
1
-31
/
+88
[next]