aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/generator/procedure (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-012-1471/+0
* - Re-organized synthesis.Eduardo Julian2017-11-012-2/+0
* - Re-organized analysis.Eduardo Julian2017-10-312-3/+1
* - Migrated the format of analysis nodes from a custom data-type, to just Code...Eduardo Julian2017-10-312-2/+0
* - Moved the "host" directory from under "generator" to under "luxc".Eduardo Julian2017-10-312-10/+10
* - Migrated the format of synthesis nodes from a custom data-type, to just Cod...Eduardo Julian2017-10-302-15/+23
* - Fixed some bugs.Eduardo Julian2017-10-292-23/+25
* - Fixed some compiler tests.Eduardo Julian2017-10-261-6/+6
* - Compilation for method invocation.Eduardo Julian2017-10-191-4/+168
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-182-20/+20
* - Compilation and tests for fields.Eduardo Julian2017-10-141-1/+156
* - Compilation for object-based procedures.Eduardo Julian2017-10-141-0/+72
* - Compilation and tests for arrays.Eduardo Julian2017-10-122-2/+99
* - Compilation and tests for arithmetic, bit-wise operations and order.Eduardo Julian2017-10-121-0/+168
* - Compilation and tests for primitive conversions.Eduardo Julian2017-10-122-11/+124
* - 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