aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/generator/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Moved the "host" directory from under "generator" to under "luxc".Eduardo Julian2017-10-314-938/+0
* - Fixed some bugs.Eduardo Julian2017-10-291-63/+69
* - WIP: Wiring everything to get the compiler to work fully.Eduardo Julian2017-10-261-2/+2
* - Compilation for method invocation.Eduardo Julian2017-10-191-18/+14
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-183-10/+10
* - 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-113-31/+32
* - Function generation.Eduardo Julian2017-09-193-8/+19
* - Added pattern-matching compilation.Eduardo Julian2017-09-171-11/+38
* - Re-named "jvm-import" to "import".Eduardo Julian2017-09-083-18/+18
* - 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-303-31/+351
* - Heavy refactoring.Eduardo Julian2017-06-144-0/+536