aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/analyser/procedure/host.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-organized analysis.Eduardo Julian2017-10-311-1241/+0
|
* - Migrated the format of analysis nodes from a custom data-type, to just ↵Eduardo Julian2017-10-311-26/+32
| | | | Code nodes.
* - Now, all special forms are handled as procedures.Eduardo Julian2017-10-311-19/+19
| | | - "lux case" now takes its branches as a non-empty record.
* - Fixed some compiler tests.Eduardo Julian2017-10-261-1/+1
|
* - Updated new compiler to latest version of stdlib.Eduardo Julian2017-10-211-19/+19
|
* - Compilation for method invocation.Eduardo Julian2017-10-191-4/+9
|
* - Method invocation analysis.Eduardo Julian2017-10-181-57/+119
|
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-181-106/+106
|
* - WIP: Method analysis.Eduardo Julian2017-10-151-5/+317
|
* - Compilation and tests for fields.Eduardo Julian2017-10-141-15/+26
|
* - Compilation and tests for arrays.Eduardo Julian2017-10-121-3/+3
|
* - Compilation and tests for arithmetic, bit-wise operations and order.Eduardo Julian2017-10-121-7/+2
|
* - Migrated new-luxc to latest version of stdlib.Eduardo Julian2017-10-111-28/+29
| | | - Some refactoring.
* - Improved polymorphism and inheritance support.Eduardo Julian2017-10-091-93/+174
| | | - Added casting support for automatic boxing/unboxing.
* - WIP: Added support for inheritance.Eduardo Julian2017-10-081-104/+127
|
* - WIP: JVM field analysis.Eduardo Julian2017-10-081-54/+360
|
* - Added tests for host procedures.Eduardo Julian2017-10-071-104/+118
|
* - WIP: JVM host procedure analysis.Eduardo Julian2017-10-041-0/+425