aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/analyser/procedure/host.jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Re-organized analysis.Eduardo Julian2017-10-311-1241/+0
* - Migrated the format of analysis nodes from a custom data-type, to just Code...Eduardo Julian2017-10-311-26/+32
* - Now, all special forms are handled as procedures.Eduardo Julian2017-10-311-19/+19
* - 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
* - Improved polymorphism and inheritance support.Eduardo Julian2017-10-091-93/+174
* - 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