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
/
lux
/
tool
/
compiler
/
phase
/
generation
/
lua
/
runtime.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-11
Re-located code related to Lux's compilation across the different phases.
Eduardo Julian
1
-363
/
+0
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
1
-1
/
+1
2019-06-14
Some fixes for the scripting languages.
Eduardo Julian
1
-2
/
+2
2019-04-27
Moved the modules under "lux/host/" to now be under "lux/target/".
Eduardo Julian
1
-1
/
+1
2019-04-27
Re-named "lux/tool/compiler/host" to "lux/target".
Eduardo Julian
1
-1
/
+2
2019-04-19
Moved the code/syntax parser under "lux/control/parser/".
Eduardo Julian
1
-2
/
+3
2019-04-12
Improvements and fixes to "tuple//left" and "tuple//right".
Eduardo Julian
1
-0
/
+3
2019-04-11
WIP: Lua compiler.
Eduardo Julian
1
-93
/
+131
2019-04-09
WIP: Ruby compiler.
Eduardo Julian
1
-3
/
+3
2019-04-08
Moved Ruby back-end code to stdlib.
Eduardo Julian
1
-150
/
+92
2019-04-07
Upgraded the tuple right-access mechanism to the new style.
Eduardo Julian
1
-23
/
+22
2019-04-07
- Upgrade the tuple left-access mechanism to the new style.
Eduardo Julian
1
-11
/
+9
2019-04-06
Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".
Eduardo Julian
1
-1
/
+1
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-1
/
+2
2019-04-04
- Updated analysis phase.
Eduardo Julian
1
-1
/
+1
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
1
-2
/
+2
2019-03-27
The Python compiler is alive.
Eduardo Julian
1
-22
/
+10
2019-03-26
Got the Python compiler running.
Eduardo Julian
1
-1
/
+1
2019-03-26
WIP: Moved Python code-generation machinery over to stdlib.
Eduardo Julian
1
-0
/
+392