aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/common-lisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-081-2/+2
| | | - Merged the functionality of "lux process future" into "lux process schedule".
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵Eduardo Julian2018-05-062-9/+9
| | | | signed-shift-right -> arithmetic-right-shift.
* - Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian2018-05-062-3/+1
|
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-067-11/+11
|
* - Initial Common Lisp back-end implementation.Eduardo Julian2018-04-2513-0/+1650