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
/
meta
/
io.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-19
/
+0
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
1
-2
/
+2
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
1
-1
/
+1
2020-06-29
Added the missing cache invalidation to the new compiler.
Eduardo Julian
1
-3
/
+6
2020-05-06
Loading the artifacts from the cache and re-populating the analyser's state.
Eduardo Julian
1
-3
/
+1
2020-04-19
Fixed artifact file-name generation and archive module naming in caching.
Eduardo Julian
1
-0
/
+2
2019-02-24
Got new-luxc to compile/build again.
Eduardo Julian
1
-2
/
+2
2019-02-12
Re-named "lux/platform" to "lux/tool".
Eduardo Julian
1
-0
/
+0
2018-10-29
Nested the compiler and the interpreter under the lux/platform/* path.
Eduardo Julian
1
-0
/
+0
2018-10-13
Introduced an explicit "Compiler" abstraction.
Eduardo Julian
1
-1
/
+3
2018-07-21
- Re-named "Compiler" to "Phase".
Eduardo Julian
1
-0
/
+0
2018-07-21
Re-named "lux/world/blob" to "lux/world/binary".
Eduardo Julian
1
-9
/
+2
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-9
/
+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-08
- Ported caching machinery for Lux Meta-Compiler to stdlib.
Eduardo Julian
1
-0
/
+2
2018-07-08
- Moved LuxC's I/O to stdlib.
Eduardo Julian
1
-0
/
+16