aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/generator/procedure/common.jvm.lux (follow)
Commit message (Collapse)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 ↵Eduardo Julian2017-10-311-1/+0
| | | | Code nodes.
* - 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 ↵Eduardo Julian2017-10-301-0/+5
| | | | Code nodes.
* - Fixed some bugs.Eduardo Julian2017-10-291-20/+21
| | | | | - Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation.
* - 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
| | | - Some refactoring.
* - 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
| | | - WIP: Some other changes/additions to the new compiler.
* - Tested the compilation for "nat" procedures.Eduardo Julian2017-07-031-6/+6
| | | | - Expanded the runtime. - Some bug-fixes and refactorings.
* - WIP: Added generation for common procedures.Eduardo Julian2017-06-301-0/+721