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
/
new-luxc
/
source
/
luxc
/
lang
/
analysis
/
case
/
coverage.lux
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2018-05-20
- Migrated pattern-matching analysis to stdlib.
Eduardo Julian
1
-300
/
+0
2018-05-06
- Updated new-luxc to the latest stdlib changes.
Eduardo Julian
1
-1
/
+1
2018-04-06
- Adapted new-luxc's code to latest stdlib changes.
Eduardo Julian
1
-6
/
+7
2017-12-02
- Adjusted new-luxc to new macro-templating syntax.
Eduardo Julian
1
-1
/
+1
2017-11-29
- Adapted main codebase to the latest syntatic changes.
Eduardo Julian
1
-53
/
+53
2017-11-15
- Re-named "lux/meta" to to "lux/macro".
Eduardo Julian
1
-7
/
+7
2017-11-15
- Heavy refactoring.
Eduardo Julian
1
-1
/
+1
2017-10-31
- Re-organized analysis.
Eduardo Julian
1
-0
/
+0
2017-10-31
- Migrated the format of analysis nodes from a custom data-type, to just ↵
Eduardo Julian
1
-35
/
+47
Code nodes.
2017-10-18
- Updated to the latest changes in stdlib.
Eduardo Julian
1
-20
/
+20
2017-09-07
- Replaced the term "total" with "exhaustive".
Eduardo Julian
1
-26
/
+26
2017-09-05
- Updated new compiler's code to the recent changes in the language.
Eduardo Julian
1
-13
/
+13
- WIP: Some other changes/additions to the new compiler.
2017-07-02
- Adjusted compiler to the new lack of Char type.
Eduardo Julian
1
-1
/
+1
- WIP: PM/case synthesis.
2017-06-09
- Added loop synthesis.
Eduardo Julian
1
-4
/
+4
- Some refactoring.
2017-05-30
- Documented the analysis phase.
Eduardo Julian
1
-0
/
+287
- Some refactoring. - Removed singleton variants.