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