aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/generator/procedure/common.jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-011-708/+0
* - Re-organized synthesis.Eduardo Julian2017-11-011-1/+0
* - Re-organized analysis.Eduardo Julian2017-10-311-1/+0
* - Migrated the format of analysis nodes from a custom data-type, to just Code...Eduardo Julian2017-10-311-1/+0
* - Moved the "host" directory from under "generator" to under "luxc".Eduardo Julian2017-10-311-5/+5
* - Migrated the format of synthesis nodes from a custom data-type, to just Cod...Eduardo Julian2017-10-301-0/+5
* - Fixed some bugs.Eduardo Julian2017-10-291-20/+21
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-181-8/+8
* - Compilation and tests for arrays.Eduardo Julian2017-10-121-2/+2
* - Compilation and tests for primitive conversions.Eduardo Julian2017-10-121-11/+18
* - Migrated new-luxc to latest version of stdlib.Eduardo Julian2017-10-111-32/+32
* - Function generation.Eduardo Julian2017-09-191-19/+19
* - Re-named "jvm-import" to "import".Eduardo Julian2017-09-081-3/+3
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-051-143/+120
* - Tested the compilation for "nat" procedures.Eduardo Julian2017-07-031-6/+6
* - WIP: Added generation for common procedures.Eduardo Julian2017-06-301-0/+721