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
/
target
/
jvm
/
attribute
/
code.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-07
WIP: Major refactoring of JVM bytecode machinery.
Eduardo Julian
1
-9
/
+10
2019-07-26
No more "n/"-prefixed functions.
Eduardo Julian
1
-3
/
+5
2019-07-08
* Re-named "Instruction" to "Bytecode".
Eduardo Julian
1
-1
/
+1
2019-07-06
Removed the parsing machinery for JVM classes.
Eduardo Julian
1
-20
/
+0
2019-06-25
WIP: Label resolution support for JVM instructions.
Eduardo Julian
1
-1
/
+1
2019-06-22
Implemented several different bytecode instructions.
Eduardo Julian
1
-10
/
+7
2019-06-21
Separated reading and writing binary data (lumping them together was a bad id...
Eduardo Julian
1
-35
/
+21
2019-06-21
Extracted binary parsing code into its own module.
Eduardo Julian
1
-13
/
+9
2019-06-20
Moved "lux/world/binary" to "lux/data/binary".
Eduardo Julian
1
-3
/
+2
2019-06-20
Re-structured encoding-related modules a bit.
Eduardo Julian
1
-11
/
+12
2019-06-20
Unified the unsigned integers.
Eduardo Julian
1
-2
/
+2
2019-06-20
Re-factored exceptions.
Eduardo Julian
1
-46
/
+7
2019-06-20
Re-factored labels.
Eduardo Julian
1
-17
/
+9
2019-06-20
Re-factored code attributes.
Eduardo Julian
1
-0
/
+165