index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
new-luxc
/
source
/
luxc
/
lang
/
translation
/
common-lisp
/
runtime.jvm.lux
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Now implementing process functionality in stdlib instead of the compiler.
Eduardo Julian
2018-07-31
1
-43
/
+1
|
*
Now implementing atom functionality in stdlib instead of the compiler.
Eduardo Julian
2018-07-31
1
-14
/
+0
|
*
Re-named "Symbol" to "Identifier".
Eduardo Julian
2018-07-21
1
-8
/
+8
|
*
Switched to using new bit syntax in new-luxc.
Eduardo Julian
2018-07-14
1
-7
/
+7
|
*
Re-named "Bool" type to "Bit".
Eduardo Julian
2018-07-13
1
-2
/
+2
|
*
- Re-named ":!" to ":coerce".
Eduardo Julian
2018-07-03
1
-1
/
+1
|
*
- Re-named "Top" to "Any", and "Bottom" to "Nothing".
Eduardo Julian
2018-05-20
1
-1
/
+1
|
|
|
- Removed some modules that should have been deleted before.
*
- Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵
Eduardo Julian
2018-05-06
1
-2
/
+2
|
|
|
|
signed-shift-right -> arithmetic-right-shift.
*
- Updated new-luxc to the latest stdlib changes.
Eduardo Julian
2018-05-06
1
-3
/
+3
|
*
- Initial Common Lisp back-end implementation.
Eduardo Julian
2018-04-25
1
-0
/
+372