aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/common-lisp/runtime.jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-43/+1
* Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-14/+0
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-8/+8
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-7/+7
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-2/+2
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-031-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-2/+2
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-3/+3
* - Initial Common Lisp back-end implementation.Eduardo Julian2018-04-251-0/+372