aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/php/runtime.jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-1/+1
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-131-1/+1
* Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-25/+0
* Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-16/+0
* Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian2018-07-301-33/+0
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-7/+7
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-6/+6
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-2/+2
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-151-1/+1
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-1/+1
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian2018-05-061-38/+2
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-3/+3
* - WIP: - Initial PHP back-end implementation [missing procedures].Eduardo Julian2018-05-011-143/+136
* - WIP: - Initial PHP back-end implementation.Eduardo Julian2018-04-271-0/+447