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
/
compiler
/
default
/
phase.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-29
Nested the compiler and the interpreter under the lux/platform/* path.
Eduardo Julian
1
-115
/
+0
2018-08-20
- Added timing functionality to measure performance.
Eduardo Julian
1
-0
/
+19
2018-08-09
- Fixes for eval.
Eduardo Julian
1
-1
/
+7
2018-08-08
- Re-defined the relationship between analysis and evaluation.
Eduardo Julian
1
-4
/
+6
2018-08-02
Moved statement phase into stdlib.
Eduardo Julian
1
-0
/
+16
2018-08-02
Cleared out "lux/compiler/default" module off its contents to re-use the spac...
Eduardo Julian
1
-0
/
+3
2018-07-21
- Re-named "Compiler" to "Phase".
Eduardo Julian
1
-5
/
+5
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-4
/
+5
2018-07-13
- Fixes for compiler build [part 0].
Eduardo Julian
1
-18
/
+5
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-10
/
+12
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-4
/
+4
2018-07-10
- Re-named path "lux/lang/*" to "lux/language/*".
Eduardo Julian
1
-0
/
+0
2018-07-04
- "with-stack" function for stacking exceptions.
Eduardo Julian
1
-16
/
+4
2018-06-17
- Heavy refactoring to integrate extensions better with the rest of the compi...
Eduardo Julian
1
-6
/
+51
2018-06-14
- Refactored generic compiler infrastructure.
Eduardo Julian
1
-0
/
+46