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 (
Expand
)
Author
Files
Lines
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 synt...
Eduardo Julian
1
-16
/
+16
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 id...
Eduardo Julian
1
-40
/
+28
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
2019-06-20
Improved the design of modifiers.
Eduardo Julian
1
-18
/
+18
2019-06-20
Expanded serialization capabilities for JVM bytecode.
Eduardo Julian
1
-15
/
+68
2019-06-19
Various fixes.
Eduardo Julian
1
-1
/
+1
2019-04-27
Moved the modules under "lux/host/" to now be under "lux/target/".
Eduardo Julian
1
-0
/
+0
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-2
/
+3
2019-03-14
Now allowing the alias of a module to refer to the alias of an ancestor.
Eduardo Julian
1
-18
/
+18
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-15
/
+15
2018-12-28
Added equivalences.
Eduardo Julian
1
-7
/
+29
2018-12-28
Re-organized the class machinery.
Eduardo Julian
1
-0
/
+105