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
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
2018-07-05
- Binary (de)serialization module.
Eduardo Julian
1
-0
/
+150