aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/meta/io.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-19/+0
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-2/+2
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian1-1/+1
convention that only macros that deal with types may start with a colon.
2020-06-29Added the missing cache invalidation to the new compiler.Eduardo Julian1-3/+6
2020-05-06Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian1-3/+1
2020-04-19Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian1-0/+2
2019-02-24Got new-luxc to compile/build again.Eduardo Julian1-2/+2
2019-02-12Re-named "lux/platform" to "lux/tool".Eduardo Julian1-0/+0
2018-10-29Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian1-0/+0
2018-10-13Introduced an explicit "Compiler" abstraction.Eduardo Julian1-1/+3
2018-07-21- Re-named "Compiler" to "Phase".Eduardo Julian1-0/+0
- Re-structured the compiler infrastructure.
2018-07-21Re-named "lux/world/blob" to "lux/world/binary".Eduardo Julian1-9/+2
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-9/+12
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-4/+4
2018-07-10- Re-named path "lux/lang/*" to "lux/language/*".Eduardo Julian1-0/+0
2018-07-08- Ported caching machinery for Lux Meta-Compiler to stdlib.Eduardo Julian1-0/+2
2018-07-08- Moved LuxC's I/O to stdlib.Eduardo Julian1-0/+16
- Improved "lux/world/file".