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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
1
-82
/
+0
|
*
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2020-12-29
1
-3
/
+4
|
*
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2020-12-25
1
-5
/
+5
|
*
Removed several unnecessary imports.
Eduardo Julian
2020-12-12
1
-2
/
+3
|
*
Made the syntax of ^template more consistent.
Eduardo Julian
2020-11-17
1
-5
/
+5
|
*
Pure-Lux implementation for biggest and smallest Frac values.
Eduardo Julian
2020-11-07
1
-5
/
+5
|
*
WIP: Major refactoring of JVM bytecode machinery.
Eduardo Julian
2019-11-07
1
-9
/
+10
|
*
No more "n/"-prefixed functions.
Eduardo Julian
2019-07-26
1
-3
/
+5
|
*
* Re-named "Instruction" to "Bytecode".
Eduardo Julian
2019-07-08
1
-1
/
+1
|
|
|
* Re-named "Program" to "Instruction".
*
Removed the parsing machinery for JVM classes.
Eduardo Julian
2019-07-06
1
-20
/
+0
|
*
WIP: Label resolution support for JVM instructions.
Eduardo Julian
2019-06-25
1
-1
/
+1
|
*
Implemented several different bytecode instructions.
Eduardo Julian
2019-06-22
1
-10
/
+7
|
*
Separated reading and writing binary data (lumping them together was a bad ↵
Eduardo Julian
2019-06-21
1
-35
/
+21
|
|
|
|
idea in the first place).
*
Extracted binary parsing code into its own module.
Eduardo Julian
2019-06-21
1
-13
/
+9
|
*
Moved "lux/world/binary" to "lux/data/binary".
Eduardo Julian
2019-06-20
1
-3
/
+2
|
*
Re-structured encoding-related modules a bit.
Eduardo Julian
2019-06-20
1
-11
/
+12
|
*
Unified the unsigned integers.
Eduardo Julian
2019-06-20
1
-2
/
+2
|
*
Re-factored exceptions.
Eduardo Julian
2019-06-20
1
-46
/
+7
|
*
Re-factored labels.
Eduardo Julian
2019-06-20
1
-17
/
+9
|
*
Re-factored code attributes.
Eduardo Julian
2019-06-20
1
-0
/
+165