aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/procedure/common.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Removed the "root2" and "root3" host procedures (their functionality is ↵Eduardo Julian2018-02-241-4/+0
| | | | redundant, in the presence of the "pow" procedure).
* - Added all the missing tests for translation of common procedures.Eduardo Julian2018-02-231-23/+18
| | | | - Implemented some missing process functionality in the JVM runtime. - Minor bug fixes.
* - Got JS backend to build with the rest of the new-luxc code.Eduardo Julian2018-01-281-2/+1
|
* - Moved all translation code under the JVM path (in preparation for porting ↵Eduardo Julian2018-01-081-0/+809
the JS back-end).