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
/
library
/
lux
/
target
/
jvm
/
class.lux
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2022-07-03
Moved "lux/target" to "lux/meta/target".
Eduardo Julian
1
-151
/
+0
2022-07-02
More traditional names for unquoting macros.
Eduardo Julian
1
-2
/
+2
2022-06-26
Re-named "format/lux/data/binary.Writer" to "Format".
Eduardo Julian
1
-20
/
+20
2022-06-25
De-sigil-ification: suffix : [Part 15]
Eduardo Julian
1
-1
/
+1
2022-06-16
De-sigil-ification: suffix : [Part 14]
Eduardo Julian
1
-2
/
+2
2022-06-16
De-sigil-ification: suffix : [Part 13]
Eduardo Julian
1
-4
/
+4
2022-06-15
De-sigil-ification: suffix : [Part 11]
Eduardo Julian
1
-13
/
+14
2022-06-13
New "format" hierarchy.
Eduardo Julian
1
-2
/
+2
2022-06-12
De-sigil-ification: suffix : [Part 3]
Eduardo Julian
1
-2
/
+2
2022-06-04
De-sigil-ification: #
Eduardo Julian
1
-1
/
+1
2022-06-04
Extensible import syntax [Part 6]
Eduardo Julian
1
-1
/
+1
2022-06-03
Extensible import syntax [Part 4]
Eduardo Julian
1
-1
/
+1
2022-06-02
Extensible import syntax [Part 2]
Eduardo Julian
1
-1
/
+1
2022-06-01
Extensible import syntax: Part 1
Eduardo Julian
1
-18
/
+18
2022-04-08
De-sigil-ification: $
Eduardo Julian
1
-30
/
+30
2022-03-30
De-sigil-ification: /
Eduardo Julian
1
-1
/
+1
2022-03-16
De-sigil-ification: prefix :
Eduardo Julian
1
-7
/
+7
2022-03-14
De-sigil-ification: @
Eduardo Julian
1
-2
/
+2
2022-01-22
Fixes for the pure-Lux JVM compiler machinery. [Part 10]
Eduardo Julian
1
-5
/
+16
2022-01-19
Fixes for the pure-Lux JVM compiler machinery. [Part 9]
Eduardo Julian
1
-42
/
+45
2021-09-15
"module:" => "using"
Eduardo Julian
1
-1
/
+1
2021-09-15
"Row" => "Sequence"
Eduardo Julian
1
-17
/
+17
2021-09-13
Updated only/except import syntax to take into account record => variant ↵
Eduardo Julian
1
-16
/
+16
syntax change.
2021-09-12
Re-named \ => # && \\ => ##
Eduardo Julian
1
-2
/
+2
2021-09-07
De-taggification | part 4
Eduardo Julian
1
-18
/
+18
2021-09-05
Changed the syntax of do/be's (co)monad bindings.
Eduardo Julian
1
-1
/
+1
2021-09-04
De-taggification | part 2
Eduardo Julian
1
-17
/
+17
2021-09-03
Unified tuple and record syntax.
Eduardo Julian
1
-4
/
+4
2021-08-26
"Interface" instead of "interface:", and "Rec" can be used in type definition.
Eduardo Julian
1
-13
/
+14
2021-08-24
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
1
-12
/
+13
2021-08-23
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
1
-6
/
+6
2021-08-18
Some bug fixes.
Eduardo Julian
1
-5
/
+5
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
1
-1
/
+1
2021-08-08
No more #export magic syntax.
Eduardo Julian
1
-5
/
+5
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
1
-29
/
+29
2021-07-25
Better syntax for "library/lux.^multi".
Eduardo Julian
1
-2
/
+2
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-13
/
+14
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
1
-13
/
+13
2020-12-12
Removed several unnecessary imports.
Eduardo Julian
1
-10
/
+6
2020-11-17
Made the syntax of ^template more consistent.
Eduardo Julian
1
-2
/
+2
2020-11-07
Pure-Lux implementation for biggest and smallest Frac values.
Eduardo Julian
1
-2
/
+2
2020-10-25
Some improvements to the Lux syntax parser.
Eduardo Julian
1
-3
/
+3
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
1
-1
/
+1
2019-11-07
WIP: Major refactoring of JVM bytecode machinery.
Eduardo Julian
1
-26
/
+28
2019-07-06
Removed the parsing machinery for JVM classes.
Eduardo Julian
1
-28
/
+0
2019-07-05
WIP: Method compilation.
Eduardo Julian
1
-8
/
+9
2019-06-21
Separated reading and writing binary data (lumping them together was a bad ↵
Eduardo Julian
1
-40
/
+28
idea in the first place).
2019-06-21
Extracted binary parsing code into its own module.
Eduardo Julian
1
-17
/
+9
2019-06-20
Re-structured encoding-related modules a bit.
Eduardo Julian
1
-5
/
+6
2019-06-20
Unified the unsigned integers.
Eduardo Julian
1
-3
/
+3
[next]