aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-06- Adapted new-luxc's code to latest stdlib changes.Eduardo Julian12-119/+149
2018-04-04- Initial Python back-end implementation.Eduardo Julian1-1/+0
2018-02-24- Removed the "root2" and "root3" host procedures (their functionality is ↵Eduardo Julian1-4/+0
redundant, in the presence of the "pow" procedure).
2018-02-23- Added all the missing tests for translation of common procedures.Eduardo Julian2-27/+113
- Implemented some missing process functionality in the JVM runtime. - Minor bug fixes.
2018-02-06- Fixed some failing new-luxc tests.Eduardo Julian1-60/+52
- Re-designed the way casting is done for JVM interop. - Now always adding extensions when initializing compiler.
2018-01-28- Got JS backend to build with the rest of the new-luxc code.Eduardo Julian4-11/+14
2018-01-21- WIP: Host procedures for JS.Eduardo Julian1-2/+2
2018-01-08- Moved all translation code under the JVM path (in preparation for porting ↵Eduardo Julian15-0/+3550
the JS back-end).