aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/procedure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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.
* - Fixed some failing new-luxc tests.Eduardo Julian2018-02-061-60/+52
| | | | - Re-designed the way casting is done for JVM interop. - Now always adding extensions when initializing compiler.
* - Got JS backend to build with the rest of the new-luxc code.Eduardo Julian2018-01-282-4/+2
|
* - Moved all translation code under the JVM path (in preparation for porting ↵Eduardo Julian2018-01-082-0/+1570
the JS back-end).