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
/
bytecode
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
7
-1134
/
+0
*
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
2021-06-30
3
-3
/
+3
*
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2020-12-29
4
-9
/
+13
*
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2020-12-25
5
-211
/
+211
*
Removed several unnecessary imports.
Eduardo Julian
2020-12-12
1
-2
/
+3
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
2020-12-02
5
-16
/
+16
*
Made the syntax of ^template more consistent.
Eduardo Julian
2020-11-17
2
-11
/
+11
*
Pure-Lux implementation for biggest and smallest Frac values.
Eduardo Julian
2020-11-07
2
-11
/
+11
*
Some improvements to the Lux syntax parser.
Eduardo Julian
2020-10-25
1
-10
/
+10
*
Also using BIPUSH and SIPUSH during JVM generation.
Eduardo Julian
2020-10-09
1
-6
/
+34
*
"abstract:" macro now takes annotations after representation type.
Eduardo Julian
2020-08-09
4
-8
/
+0
*
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
2020-05-17
1
-4
/
+4
*
Compiler versions are now natural numbers, and are included as part of the na...
Eduardo Julian
2020-05-12
2
-2
/
+2
*
Properly track how the stack changes in the presence of discontinuities.
Eduardo Julian
2019-12-21
3
-11
/
+63
*
Tests for JVM bytecode machinery. [Part 5]
Eduardo Julian
2019-11-16
3
-21
/
+72
*
WIP: Tests for JVM bytecode machinery. [Part 3]
Eduardo Julian
2019-11-15
2
-12
/
+18
*
WIP: Tests for JVM bytecode machinery. [Part 0]
Eduardo Julian
2019-11-09
3
-13
/
+31
*
WIP: Major refactoring of JVM bytecode machinery.
Eduardo Julian
2019-11-07
7
-0
/
+982