aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/common-lisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-035-31/+31
|
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-155-10/+10
|
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-203-11/+11
| | | - Removed some modules that should have been deleted before.
* - 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