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
/
constant
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
2
-206
/
+0
*
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
2021-06-30
1
-1
/
+1
*
Re-named lux/host to lux/ffi.
Eduardo Julian
2021-05-24
1
-1
/
+1
*
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2020-12-29
1
-8
/
+9
*
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2020-12-25
2
-21
/
+21
*
Removed several unnecessary imports.
Eduardo Julian
2020-12-12
1
-3
/
+4
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
2020-12-02
1
-2
/
+2
*
Made the syntax of ^template more consistent.
Eduardo Julian
2020-11-17
1
-6
/
+6
*
Pure-Lux implementation for biggest and smallest Frac values.
Eduardo Julian
2020-11-07
2
-9
/
+9
*
Some improvements to the Lux syntax parser.
Eduardo Julian
2020-10-25
1
-2
/
+2
*
"abstract:" macro now takes annotations after representation type.
Eduardo Julian
2020-08-09
1
-2
/
+0
*
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
2020-05-17
1
-1
/
+1
*
Some tweaks to how dictionaries and rows work.
Eduardo Julian
2020-04-15
1
-2
/
+2
*
WIP: Tests for JVM bytecode machinery. [Part 0]
Eduardo Julian
2019-11-09
1
-39
/
+35
*
WIP: Major refactoring of JVM bytecode machinery.
Eduardo Julian
2019-11-07
2
-111
/
+48
*
Got the tests running again.
Eduardo Julian
2019-09-15
1
-3
/
+5
*
No more "n/"-prefixed functions.
Eduardo Julian
2019-07-26
1
-3
/
+4
*
Added I32, I16 and I8.
Eduardo Julian
2019-07-08
1
-1
/
+2
*
Ported JVM structure generation to the new JVM bytecode machinery.
Eduardo Julian
2019-07-07
1
-1
/
+4
*
Got long and double constants to work.
Eduardo Julian
2019-07-06
1
-39
/
+52
*
No more alternative row writers.
Eduardo Julian
2019-07-06
1
-4
/
+7
*
Removed the parsing machinery for JVM classes.
Eduardo Julian
2019-07-06
2
-14
/
+1
*
+ Support for string constants.
Eduardo Julian
2019-07-06
1
-2
/
+9
*
WIP: Method compilation.
Eduardo Julian
2019-07-05
1
-15
/
+42
*
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
2019-07-02
1
-5
/
+5
*
Constant pool support, finished label machinery, and enhanced machinery for w...
Eduardo Julian
2019-06-26
1
-16
/
+27
*
Separated reading and writing binary data (lumping them together was a bad id...
Eduardo Julian
2019-06-21
2
-11
/
+22
*
Re-structured encoding-related modules a bit.
Eduardo Julian
2019-06-20
2
-9
/
+12
*
Unified the unsigned integers.
Eduardo Julian
2019-06-20
2
-5
/
+5
*
Improved the convention for using text formatters.
Eduardo Julian
2019-06-20
1
-6
/
+6
*
Expanded serialization capabilities for JVM bytecode.
Eduardo Julian
2019-06-20
1
-8
/
+84
*
Moved the modules under "lux/host/" to now be under "lux/target/".
Eduardo Julian
2019-04-27
2
-0
/
+128