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
/
test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Migrated the format of analysis nodes from a custom data-type, to just Code...
Eduardo Julian
2017-10-31
12
-186
/
+138
*
- Moved the "host" directory from under "generator" to under "luxc".
Eduardo Julian
2017-10-31
1
-4
/
+4
*
- Re-named "expr" module to "expression".
Eduardo Julian
2017-10-31
7
-95
/
+95
*
- Now, all special forms are handled as procedures.
Eduardo Julian
2017-10-31
2
-8
/
+10
*
- Added a test to check that can parse more than 1 Code node at once.
Eduardo Julian
2017-10-31
1
-9
/
+25
*
- Migrated the format of synthesis nodes from a custom data-type, to just Cod...
Eduardo Julian
2017-10-30
14
-446
/
+433
*
- Fixed some bugs.
Eduardo Julian
2017-10-29
5
-11
/
+39
*
- Testing definition generation and reference.
Eduardo Julian
2017-10-26
1
-0
/
+56
*
- Added a new piece of compiler state, just for storing the current-module.
Eduardo Julian
2017-10-26
1
-31
/
+4
*
- Fixed remaining tests in compiler.
Eduardo Julian
2017-10-26
3
-139
/
+130
*
- Fixed some compiler tests.
Eduardo Julian
2017-10-26
3
-39
/
+106
*
- Fixed tests for analysis of common procedures.
Eduardo Julian
2017-10-26
1
-8
/
+9
*
- Fixed parser tests.
Eduardo Julian
2017-10-26
1
-8
/
+5
*
- "Fixed" the tests to match the latest changes.
Eduardo Julian
2017-10-26
3
-72
/
+72
*
- Updated new compiler to latest version of stdlib.
Eduardo Julian
2017-10-21
21
-2143
/
+2261
*
- Compilation for method invocation.
Eduardo Julian
2017-10-19
1
-1
/
+72
*
- Method invocation analysis.
Eduardo Julian
2017-10-18
1
-0
/
+47
*
- Updated to the latest changes in stdlib.
Eduardo Julian
2017-10-18
18
-359
/
+359
*
- Compilation and tests for fields.
Eduardo Julian
2017-10-14
1
-0
/
+33
*
- Compilation for object-based procedures.
Eduardo Julian
2017-10-14
1
-2
/
+98
*
- Compilation and tests for arrays.
Eduardo Julian
2017-10-12
1
-0
/
+108
*
- Compilation and tests for arithmetic, bit-wise operations and order.
Eduardo Julian
2017-10-12
2
-3
/
+135
*
- Compilation and tests for primitive conversions.
Eduardo Julian
2017-10-12
1
-0
/
+100
*
- Migrated new-luxc to latest version of stdlib.
Eduardo Julian
2017-10-11
11
-109
/
+114
*
- Improved polymorphism and inheritance support.
Eduardo Julian
2017-10-09
1
-4
/
+26
*
- WIP: Added support for inheritance.
Eduardo Julian
2017-10-08
1
-2
/
+37
*
- WIP: JVM field analysis.
Eduardo Julian
2017-10-08
1
-0
/
+69
*
- Added tests for host procedures.
Eduardo Julian
2017-10-07
1
-0
/
+353
*
- Simplified "eval".
Eduardo Julian
2017-10-05
5
-89
/
+133
*
- Added tests for type-checking and type-coercion.
Eduardo Julian
2017-10-05
3
-7
/
+97
*
- WIP: JVM host procedure analysis.
Eduardo Julian
2017-10-04
1
-101
/
+101
*
- Function generation.
Eduardo Julian
2017-09-19
4
-4
/
+101
*
- Added pattern-matching compilation.
Eduardo Julian
2017-09-17
2
-11
/
+113
*
- Removed the (non) tests for case synthesis.
Eduardo Julian
2017-09-08
1
-213
/
+0
*
- Re-named luxc/env to luxc/scope.
Eduardo Julian
2017-09-08
3
-17
/
+16
*
- Re-named "jvm-import" to "import".
Eduardo Julian
2017-09-08
2
-5
/
+5
*
- Replaced the term "total" with "exhaustive".
Eduardo Julian
2017-09-07
1
-23
/
+23
*
- Added more tests for pattern-matching analysis.
Eduardo Julian
2017-09-07
1
-19
/
+68
*
- Added optional "char" syntax for nats.
Eduardo Julian
2017-09-05
1
-0
/
+12
*
- Added alternative syntax for Frac numbers, based on traditional ratio/fract...
Eduardo Julian
2017-09-05
1
-0
/
+22
*
- Updated new compiler's code to the recent changes in the language.
Eduardo Julian
2017-09-05
19
-87
/
+298
*
- Tested the compilation for "nat" procedures.
Eduardo Julian
2017-07-03
1
-0
/
+127
*
- 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
10
-67
/
+245
*
- Added loop synthesis.
Eduardo Julian
2017-06-09
2
-2
/
+165
[next]