aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/common-lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-043-10/+2
* - Implemented not-a-number and both infinities in pure Lux.Eduardo Julian2018-07-041-13/+0
* - Improved abstract types.Eduardo Julian2018-07-031-5/+0
* - Re-named "import" to "import:".Eduardo Julian2018-07-032-13/+13
* - 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
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-081-2/+2
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian2018-05-062-9/+9
* - 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