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
/
analyser
/
procedure
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-31
- Migrated the format of analysis nodes from a custom data-type, to just Code...
Eduardo Julian
2
-34
/
+41
2017-10-31
- Now, all special forms are handled as procedures.
Eduardo Julian
2
-37
/
+103
2017-10-26
- Fixed some compiler tests.
Eduardo Julian
1
-1
/
+1
2017-10-26
- Fixed tests for analysis of common procedures.
Eduardo Julian
1
-1
/
+2
2017-10-21
- Updated new compiler to latest version of stdlib.
Eduardo Julian
1
-19
/
+19
2017-10-19
- Compilation for method invocation.
Eduardo Julian
1
-4
/
+9
2017-10-18
- Method invocation analysis.
Eduardo Julian
1
-57
/
+119
2017-10-18
- Updated to the latest changes in stdlib.
Eduardo Julian
2
-116
/
+116
2017-10-15
- WIP: Method analysis.
Eduardo Julian
1
-5
/
+317
2017-10-14
- Compilation and tests for fields.
Eduardo Julian
1
-15
/
+26
2017-10-12
- Compilation and tests for arrays.
Eduardo Julian
1
-3
/
+3
2017-10-12
- Compilation and tests for arithmetic, bit-wise operations and order.
Eduardo Julian
1
-7
/
+2
2017-10-11
- Migrated new-luxc to latest version of stdlib.
Eduardo Julian
2
-71
/
+72
2017-10-09
- Improved polymorphism and inheritance support.
Eduardo Julian
1
-93
/
+174
2017-10-08
- WIP: Added support for inheritance.
Eduardo Julian
1
-104
/
+127
2017-10-08
- WIP: JVM field analysis.
Eduardo Julian
2
-59
/
+365
2017-10-07
- Added tests for host procedures.
Eduardo Julian
1
-104
/
+118
2017-10-04
- WIP: JVM host procedure analysis.
Eduardo Julian
2
-171
/
+611
2017-09-05
- Updated new compiler's code to the recent changes in the language.
Eduardo Julian
1
-45
/
+45
2017-07-03
- Tested the compilation for "nat" procedures.
Eduardo Julian
1
-32
/
+32
2017-06-30
- WIP: Added generation for common procedures.
Eduardo Julian
1
-3
/
+2
2017-05-30
- Documented the analysis phase.
Eduardo Julian
1
-0
/
+3
2017-05-29
- Fixes for pattern-matching (case) analysis.
Eduardo Julian
1
-0
/
+333