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
/
test
/
lux
/
control
/
parser
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-05
Optimizations for the pure-Lux JVM compiler. [Part 5]
Eduardo Julian
1
-39
/
+39
2022-02-18
Yet more fixes for JVM interop.
Eduardo Julian
1
-0
/
+18
2022-02-06
Fixes for JVM interop.
Eduardo Julian
1
-32
/
+47
2022-01-20
Better text formatting for types.
Eduardo Julian
1
-29
/
+62
2022-01-19
Fixes for the pure-Lux JVM compiler machinery. [Part 9]
Eduardo Julian
1
-2
/
+2
2021-09-15
"module:" => "using"
Eduardo Julian
11
-11
/
+11
2021-09-15
"Row" => "Sequence"
Eduardo Julian
2
-15
/
+15
2021-09-14
Re-named "recur" to "again".
Eduardo Julian
1
-4
/
+4
2021-09-14
Re-named "Identifier" to "Symbol".
Eduardo Julian
1
-2
/
+2
2021-09-14
Re-named "Name" to "Symbol".
Eduardo Julian
6
-32
/
+38
2021-09-13
Re-named "primitive" to "Primitive".
Eduardo Julian
2
-2
/
+2
2021-09-13
Updated only/except import syntax to take into account record => variant synt...
Eduardo Julian
11
-49
/
+49
2021-09-12
Re-named \ => # && \\ => ##
Eduardo Julian
10
-195
/
+195
2021-09-12
Made the "#" character great again!
Eduardo Julian
11
-205
/
+202
2021-09-10
Fixed the indentation of variants.
Eduardo Julian
1
-11
/
+11
2021-09-10
Migrated variants to the new syntax.
Eduardo Julian
11
-209
/
+209
2021-09-09
The old record syntax has been re-purposed as variant syntax.
Eduardo Julian
2
-13
/
+2
2021-09-07
De-taggification | part 4
Eduardo Julian
11
-125
/
+125
2021-09-05
Changed the syntax of do/be's (co)monad bindings.
Eduardo Julian
10
-109
/
+109
2021-09-04
De-taggification | part 2
Eduardo Julian
11
-60
/
+60
2021-08-27
Updates to the Ruby compiler.
Eduardo Julian
2
-2
/
+20
2021-08-24
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
10
-88
/
+88
2021-08-23
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
3
-25
/
+25
2021-08-18
Some bug fixes.
Eduardo Julian
6
-12
/
+12
2021-08-16
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
1
-4
/
+4
2021-08-14
Moved documentation-generation machinery to its own module.
Eduardo Julian
2
-7
/
+7
2021-08-13
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
1
-3
/
+3
2021-08-12
Improved binding syntax for "syntax:".
Eduardo Julian
3
-6
/
+6
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
11
-343
/
+344
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2
-4
/
+4
2021-08-08
No more #export magic syntax.
Eduardo Julian
11
-96
/
+96
2021-08-07
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
4
-20
/
+20
2021-08-02
Fixed a bug in the new compiler which allowed the same module to be imported ...
Eduardo Julian
1
-2
/
+2
2021-08-01
Even more renamings.
Eduardo Julian
2
-45
/
+45
2021-07-30
More renamings.
Eduardo Julian
2
-3
/
+3
2021-07-29
Switched from the "from to" convention to the "minimum additional" convention.
Eduardo Julian
2
-7
/
+7
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
7
-48
/
+48
2021-07-26
Re-named Promise to Async.
Eduardo Julian
2
-4
/
+4
2021-07-25
Better syntax for "library/lux.^multi".
Eduardo Julian
9
-107
/
+107
2021-07-16
Fixed some inconsistent naming.
Eduardo Julian
1
-2
/
+2
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
11
-264
/
+275
2021-07-13
Improved the XML parsing library.
Eduardo Julian
1
-56
/
+22
2021-07-12
Better syntax for parallel-hierarchy imports.
Eduardo Julian
11
-22
/
+22
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
1
-1
/
+1
2021-05-31
Re-factored the UTF8 codec into its own module.
Eduardo Julian
1
-10
/
+11
2021-01-13
Removed the (ultimately redundant) on_stop function for actors.
Eduardo Julian
1
-20
/
+20
2021-01-12
Raise error when trying to use deprecated fields/method/classes in JVM.
Eduardo Julian
1
-14
/
+14
2020-12-29
Unified repository abstraction for Aedifex.
Eduardo Julian
1
-1
/
+2
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
11
-51
/
+51
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
8
-449
/
+450
[next]