aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/common-lisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Forgot to remove the "eval" module.Eduardo Julian2019-05-011-166/+0
|
* The Common Lisp compiler is alive.Eduardo Julian2019-05-0111-1248/+0
|
* Re-named "do-template" to "template".Eduardo Julian2019-03-306-9/+9
|
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-131-1/+1
|
* Now implementing box functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-22/+0
|
* Now implementing array functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-29/+0
|
* Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian2018-07-312-61/+2
|
* Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian2018-07-312-34/+6
|
* Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian2018-07-301-27/+0
|
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-223-37/+8
| | | - Removed some (now) useless modules.
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-214-12/+12
|
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-143-10/+10
|
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-136-10/+10
|
* - Removed "lux text hash" extension.Eduardo Julian2018-07-111-1/+0
|
* - Removed stale machinery for "lux int min" and "lux int max".Eduardo Julian2018-07-111-11/+0
|
* - Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian2018-07-111-2/+0
|
* - 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
| | | - Got rid of "lux noop" translations.
* - 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
| | | - 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