aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/procedure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-071-40/+0
|
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-061-39/+5
|
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵Eduardo Julian2018-05-061-6/+6
| | | | signed-shift-right -> arithmetic-right-shift.
* - Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian2018-05-061-4/+0
|
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-062-4/+4
|
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-062-28/+35
|
* - Initial Python back-end implementation.Eduardo Julian2018-04-041-1/+0
|
* - 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.
* - 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).