aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/generator/host/jvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Moved the "host" directory from under "generator" to under "luxc".Eduardo Julian2017-10-313-808/+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-182-7/+7
* - 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-112-13/+14
* - Function generation.Eduardo Julian2017-09-192-6/+13
* - Added pattern-matching compilation.Eduardo Julian2017-09-171-11/+38
* - Re-named "jvm-import" to "import".Eduardo Julian2017-09-082-14/+14
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-052-65/+74
* - Now using strict floating point math on the JVM.Eduardo Julian2017-09-041-9/+11
* - Tested the compilation for "nat" procedures.Eduardo Julian2017-07-032-138/+144
* - Adjusted compiler to the new lack of Char type.Eduardo Julian2017-07-023-4/+4
* - WIP: Added generation for common procedures.Eduardo Julian2017-06-302-21/+276
* - Heavy refactoring.Eduardo Julian2017-06-143-0/+475