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
/
jvm
/
procedure
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Re-named "lux process concurrency-level" to "lux process parallelism-level".
Eduardo Julian
2018-05-08
1
-9
/
+2
*
- Implemented bit-count in pure Lux.
Eduardo Julian
2018-05-07
1
-7
/
+0
*
- Implemented Deg functionality in pure Lux.
Eduardo Julian
2018-05-07
1
-40
/
+0
*
- Implemented Nat functionality in pure Lux.
Eduardo Julian
2018-05-06
1
-39
/
+5
*
- Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...
Eduardo Julian
2018-05-06
1
-6
/
+6
*
- Removed "lux text upper" and "lux text lower" procedures.
Eduardo Julian
2018-05-06
1
-4
/
+0
*
- Updated new-luxc to the latest stdlib changes.
Eduardo Julian
2018-05-06
2
-4
/
+4
*
- Adapted new-luxc's code to latest stdlib changes.
Eduardo Julian
2018-04-06
2
-28
/
+35
*
- Initial Python back-end implementation.
Eduardo Julian
2018-04-04
1
-1
/
+0
*
- Removed the "root2" and "root3" host procedures (their functionality is red...
Eduardo Julian
2018-02-24
1
-4
/
+0
*
- Added all the missing tests for translation of common procedures.
Eduardo Julian
2018-02-23
1
-23
/
+18
*
- Fixed some failing new-luxc tests.
Eduardo Julian
2018-02-06
1
-60
/
+52
*
- Got JS backend to build with the rest of the new-luxc code.
Eduardo Julian
2018-01-28
2
-4
/
+2
*
- Moved all translation code under the JVM path (in preparation for porting t...
Eduardo Julian
2018-01-08
2
-0
/
+1570