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
/
test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Tested the compilation for "nat" procedures.
Eduardo Julian
2017-07-03
2
-1
/
+133
*
- Renamed "#Relative" to "#Variable" and "#Absolute" to "#Definition".
Eduardo Julian
2017-07-02
4
-10
/
+10
*
- Real syntax now supports exponential.
Eduardo Julian
2017-07-02
1
-2
/
+0
*
- Adjusted compiler to the new lack of Char type.
Eduardo Julian
2017-07-02
10
-42
/
+301
*
- WIP: Added generation for common procedures.
Eduardo Julian
2017-06-30
2
-2
/
+3
*
- Adapted compiler to the latest stdlib changes.
Eduardo Julian
2017-06-27
15
-766
/
+769
*
- Heavy refactoring.
Eduardo Julian
2017-06-14
1
-1
/
+1
*
- Renamed the "compilation" phase as the "generation" phase.
Eduardo Julian
2017-06-12
11
-68
/
+250
*
- Added loop synthesis.
Eduardo Julian
2017-06-09
3
-3
/
+167
*
- Now optimizing functions.
Eduardo Julian
2017-06-06
1
-2
/
+125
*
- Implemented some synthesis algorithms and tests for primitives, structures,...
Eduardo Julian
2017-05-31
13
-50
/
+241
*
- Documented the analysis phase.
Eduardo Julian
2017-05-30
1
-9
/
+0
*
- Fixes for pattern-matching (case) analysis.
Eduardo Julian
2017-05-29
8
-72
/
+1143
*
- Simplified the analytic model of tuples into products, and variants into sums.
Eduardo Julian
2017-05-20
2
-13
/
+14
*
- Some refactoring.
Eduardo Julian
2017-05-20
1
-1
/
+9
*
- Renamed "Error" to "Result".
Eduardo Julian
2017-05-17
4
-87
/
+87
*
WIP
Eduardo Julian
2017-05-15
6
-174
/
+205
*
- Added tests for some kinds of analysis.
Eduardo Julian
2017-05-09
2
-1
/
+175
*
- Renamed "AST" to "Code".
Eduardo Julian
2017-05-07
1
-14
/
+14
*
- Removed the "S" suffix from AST tags.
Eduardo Julian
2017-05-03
1
-12
/
+12
*
- Made some changes in the way the parser works.
Eduardo Julian
2017-05-03
1
-26
/
+27
*
- Some refactorings.
Eduardo Julian
2017-04-15
1
-35
/
+47
*
- Fixed a bug with multi-line comments.
Eduardo Julian
2017-04-15
1
-35
/
+55
*
- Fixed some bugs.
Eduardo Julian
2017-04-15
1
-17
/
+82
*
- The lexer now takes cursors into account.
Eduardo Julian
2017-04-14
1
-2
/
+2
*
- Added tests for parser.
Eduardo Julian
2017-04-14
2
-0
/
+93