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
/
extension
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Re-named ":!" to ":coerce".
Eduardo Julian
2018-07-03
1
-3
/
+3
*
- Migrated Scheme back-end to stdlib.
Eduardo Julian
2018-06-17
2
-18
/
+0
*
- Migrated special-form analysis to stdlib.
Eduardo Julian
2018-05-23
3
-1685
/
+0
*
- Re-named "Top" to "Any", and "Bottom" to "Nothing".
Eduardo Julian
2018-05-20
3
-13
/
+13
*
- Re-named "lux process concurrency-level" to "lux process parallelism-level".
Eduardo Julian
2018-05-08
1
-2
/
+1
*
- Implemented bit-count in pure Lux.
Eduardo Julian
2018-05-07
1
-1
/
+0
*
- Implemented Nat functionality in pure Lux.
Eduardo Julian
2018-05-06
1
-18
/
+2
*
- Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...
Eduardo Julian
2018-05-06
1
-3
/
+3
*
- Removed "lux text upper" and "lux text lower" procedures.
Eduardo Julian
2018-05-06
1
-2
/
+0
*
- Updated new-luxc to the latest stdlib changes.
Eduardo Julian
2018-05-06
6
-16
/
+16
*
- Adapted new-luxc's code to latest stdlib changes.
Eduardo Julian
2018-04-06
4
-86
/
+102
*
- Removed the "root2" and "root3" host procedures (their functionality is red...
Eduardo Julian
2018-02-24
1
-2
/
+0
*
- Fixed some failing new-luxc tests.
Eduardo Julian
2018-02-06
1
-163
/
+132
*
- WIP: Host procedures for JS.
Eduardo Julian
2018-01-21
1
-2
/
+2
*
- Moved all translation code under the JVM path (in preparation for porting t...
Eduardo Julian
2018-01-08
1
-3
/
+3
*
- Now using synthesis extensions during synthesis.
Eduardo Julian
2018-01-08
1
-8
/
+11
*
- Added "lux program" compilation.
Eduardo Julian
2018-01-05
1
-4
/
+6
*
- Added "Box" support to new-luxc.
Eduardo Julian
2018-01-03
1
-0
/
+46
*
- All analysis procedures have been turned into extensions.
Eduardo Julian
2017-12-05
6
-10
/
+1682
*
- Added analysis, synthesis, translation and statement extensions.
Eduardo Julian
2017-12-05
4
-0
/
+173