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
/
lux-jvm
/
source
/
luxc
/
lang
/
synthesis
/
variable.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-09-15
"module:" => "using"
Eduardo Julian
1
-1
/
+1
2021-09-14
Re-named "recur" to "again".
Eduardo Julian
1
-10
/
+10
2021-09-13
Updated only/except import syntax to take into account record => variant synt...
Eduardo Julian
1
-1
/
+1
2021-09-12
Made the "#" character great again!
Eduardo Julian
1
-16
/
+17
2021-09-10
Migrated variants to the new syntax.
Eduardo Julian
1
-16
/
+16
2021-09-07
De-taggification | part 4
Eduardo Julian
1
-1
/
+1
2021-09-04
De-taggification | part 2
Eduardo Julian
1
-1
/
+1
2021-08-24
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
1
-2
/
+2
2021-08-23
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
1
-11
/
+11
2021-08-12
Improved binding syntax for "syntax:".
Eduardo Julian
1
-4
/
+4
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
1
-7
/
+7
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-1
/
+2
2020-05-30
Split new-luxc into lux-jvm and lux-r.
Eduardo Julian
1
-0
/
+0
2018-07-13
Re-named "Bool" type to "Bit".
Eduardo Julian
1
-1
/
+1
2018-06-15
- WIP: Adjustments to new-luxc based on recent changes to stdlib.
Eduardo Julian
1
-2
/
+2
2017-11-29
- Adapted main codebase to the latest syntatic changes.
Eduardo Julian
1
-32
/
+32
2017-11-01
- Re-organized synthesis.
Eduardo Julian
1
-0
/
+0
2017-10-31
- Migrated the format of analysis nodes from a custom data-type, to just Code...
Eduardo Julian
1
-23
/
+21
2017-10-11
- Migrated new-luxc to latest version of stdlib.
Eduardo Julian
1
-2
/
+2
2017-07-02
- Adjusted compiler to the new lack of Char type.
Eduardo Julian
1
-0
/
+100