aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/generator/host/jvm/inst.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Moved the "host" directory from under "generator" to under "luxc".Eduardo Julian2017-10-311-383/+0
* - Fixed some bugs.Eduardo Julian2017-10-291-63/+69
* - Compilation for method invocation.Eduardo Julian2017-10-191-18/+14
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-181-5/+5
* - Compilation for object-based procedures.Eduardo Julian2017-10-141-5/+12
* - Compilation and tests for arrays.Eduardo Julian2017-10-121-15/+25
* - Compilation and tests for arithmetic, bit-wise operations and order.Eduardo Julian2017-10-121-16/+17
* - Compilation and tests for primitive conversions.Eduardo Julian2017-10-121-10/+16
* - Migrated new-luxc to latest version of stdlib.Eduardo Julian2017-10-111-2/+3
* - Function generation.Eduardo Julian2017-09-191-1/+1
* - Added pattern-matching compilation.Eduardo Julian2017-09-171-11/+38
* - Re-named "jvm-import" to "import".Eduardo Julian2017-09-081-7/+7
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-051-62/+71
* - Tested the compilation for "nat" procedures.Eduardo Julian2017-07-031-128/+128
* - Adjusted compiler to the new lack of Char type.Eduardo Julian2017-07-021-2/+2
* - WIP: Added generation for common procedures.Eduardo Julian2017-06-301-13/+138
* - Heavy refactoring.Eduardo Julian2017-06-141-0/+195