aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/generator/function.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-011-333/+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-13/+13
| | | | Code nodes.
* - Moved the "host" directory from under "generator" to under "luxc".Eduardo Julian2017-10-311-5/+5
|
* - Fixed some bugs.Eduardo Julian2017-10-291-9/+10
| | | | | - Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation.
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-181-11/+11
|
* - Migrated new-luxc to latest version of stdlib.Eduardo Julian2017-10-111-81/+74
| | | - Some refactoring.
* - Function generation.Eduardo Julian2017-09-191-0/+341