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
/
ruby
/
runtime.jvm.lux
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now implementing process functionality in stdlib instead of the compiler.
Eduardo Julian
2018-07-31
1
-14
/
+0
*
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
-5
/
+5
*
Switched to using new bit syntax in new-luxc.
Eduardo Julian
2018-07-14
1
-6
/
+6
*
Re-named "Bool" type to "Bit".
Eduardo Julian
2018-07-13
1
-2
/
+2
*
- WIP: Adjustments to new-luxc based on recent changes to stdlib.
Eduardo Julian
2018-06-15
1
-1
/
+1
*
- Re-named "Top" to "Any", and "Bottom" to "Nothing".
Eduardo Julian
2018-05-20
1
-1
/
+1
*
- Re-named "lux process concurrency-level" to "lux process parallelism-level".
Eduardo Julian
2018-05-08
1
-13
/
+8
*
- Implemented bit-count in pure Lux.
Eduardo Julian
2018-05-07
1
-10
/
+1
*
- Implemented Deg functionality in pure Lux.
Eduardo Julian
2018-05-07
1
-58
/
+0
*
- Implemented Nat functionality in pure Lux.
Eduardo Julian
2018-05-06
1
-35
/
+0
*
- Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...
Eduardo Julian
2018-05-06
1
-6
/
+6
*
- Updated new-luxc to the latest stdlib changes.
Eduardo Julian
2018-05-06
1
-2
/
+2
*
- Adapted new-luxc's code to latest stdlib changes.
Eduardo Julian
2018-04-06
1
-1
/
+1
*
- Initial Ruby back-end implementation.
Eduardo Julian
2018-03-13
1
-0
/
+385