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
/
program
/
compositor
/
cli.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-29
Can now import previously exported libraries.
Eduardo Julian
1
-1
/
+5
2020-05-28
Can now export Lux code as library TAR files.
Eduardo Julian
1
-28
/
+41
2020-05-16
Parallel compilation for the new compiler(s).
Eduardo Julian
1
-16
/
+15
2019-04-19
Moved the CLI parser under "lux/control/parser/".
Eduardo Julian
1
-5
/
+5
2019-04-07
- Upgrade the tuple left-access mechanism to the new style.
Eduardo Julian
1
-2
/
+2
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
1
-1
/
+1
2019-03-13
The general shape of the compiler has been recognized as a program unto itsel...
Eduardo Julian
1
-0
/
+0
2019-02-24
Got new-luxc to compile/build again.
Eduardo Julian
1
-10
/
+12
2019-02-12
Re-named "lux/platform" to "lux/tool".
Eduardo Julian
1
-0
/
+0
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-2
/
+4
2018-10-29
Nested the compiler and the interpreter under the lux/platform/* path.
Eduardo Julian
1
-0
/
+0
2018-08-11
Moved interpreter (REPL) code to stdlib.
Eduardo Julian
1
-25
/
+11
2018-08-11
Moved CLI machinery to stdlib.
Eduardo Julian
1
-0
/
+53