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
/
analysis
/
reference.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
-82
/
+0
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
1
-2
/
+2
2019-06-01
Removed the (magical) "alias" annotations tag.
Eduardo Julian
1
-5
/
+5
2019-05-24
Removed the (magical) "export?" annotations tag.
Eduardo Julian
1
-2
/
+2
2019-04-15
Improved error reporting in the (new) compilers.
Eduardo Julian
1
-2
/
+2
2019-04-14
Ported the analysis tests to the new format.
Eduardo Julian
1
-8
/
+10
2019-04-07
- Upgrade the tuple left-access mechanism to the new style.
Eduardo Julian
1
-1
/
+2
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
1
-2
/
+2
2019-03-14
Now allowing the alias of a module to refer to the alias of an ancestor.
Eduardo Julian
1
-9
/
+9
2019-03-12
WIP: Some tweaks to handle imports at the compiler-state level.
Eduardo Julian
1
-1
/
+0
2019-03-03
Some refactoring around analysis.
Eduardo Julian
1
-15
/
+16
2019-02-12
Re-named "lux/platform" to "lux/tool".
Eduardo Julian
1
-0
/
+0
2019-02-11
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
1
-1
/
+1
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-4
/
+4
2018-10-29
Extracted "phase" from under "lux/platform/compiler/default".
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-07-21
Re-named "name-for" to "name-of".
Eduardo Julian
1
-1
/
+1
2018-07-21
Re-named "Symbol" to "Identifier".
Eduardo Julian
1
-1
/
+1
2018-07-21
Re-named "Ident" to "Name".
Eduardo Julian
1
-5
/
+5
2018-07-21
- Re-named "Compiler" to "Phase".
Eduardo Julian
1
-0
/
+0
2018-07-21
Moved "lux/language/type/*" to "lux/type/*".
Eduardo Julian
1
-3
/
+0
2018-07-20
"^open" and "open:" now use aliases instead of prefixes, the same way as modu...
Eduardo Julian
1
-1
/
+1
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-7
/
+6
2018-07-13
- Fixes for compiler build [part 0].
Eduardo Julian
1
-16
/
+20
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-8
/
+10
2018-07-11
- Improvements to import syntax [part 1].
Eduardo Julian
1
-1
/
+1
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-2
/
+2
2018-07-10
- Re-named path "lux/lang/*" to "lux/language/*".
Eduardo Julian
1
-1
/
+1
2018-07-05
- Re-named "equality" to "equivalence".
Eduardo Julian
1
-1
/
+1
2018-07-04
- Test (and fix) that global-reference analysis only allows you to see defini...
Eduardo Julian
1
-12
/
+32
2018-06-17
- Heavy refactoring to integrate extensions better with the rest of the compi...
Eduardo Julian
1
-12
/
+13
2018-06-14
- Refactored references.
Eduardo Julian
1
-10
/
+10
2018-06-14
- Migrated synthesis to stdlib.
Eduardo Julian
1
-2
/
+2
2018-05-16
- Migrated reference analysis to stdlib.
Eduardo Julian
1
-0
/
+56