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
/
stdlib
/
source
/
spec
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Allow "#io" outputs for JS imports.
Eduardo Julian
2020-08-09
1
-2
/
+3
|
*
Now using the new syntax for variants (even though they still work the old ↵
Eduardo Julian
2020-07-02
1
-6
/
+6
|
|
|
|
way... for now)
*
Moved all spec(ifications) from under "test/" to under "spec/".
Eduardo Julian
2020-07-01
10
-0
/
+369
|
*
Can now parse TAR files.
Eduardo Julian
2020-05-28
1
-0
/
+31
|
*
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
2020-05-17
5
-7
/
+7
|
*
Implemented an alternative method for extensible JVM bytecode generation.
Eduardo Julian
2019-12-28
1
-8
/
+12
|
*
Renamed "Statement" to "Directive".
Eduardo Julian
2019-09-07
2
-22
/
+22
|
*
No more "n/"-prefixed functions.
Eduardo Julian
2019-07-26
5
-35
/
+41
|
*
No more "i/"-prefixed functions.
Eduardo Julian
2019-07-25
2
-12
/
+14
|
*
No more "f/"-prefixed functions.
Eduardo Julian
2019-07-24
4
-21
/
+28
|
|
|
+ No more "m/"-prefixed functions.
*
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
2019-07-02
9
-79
/
+75
|
*
Improved the convention for using text formatters.
Eduardo Julian
2019-06-20
5
-12
/
+10
|
*
Turned all "lux int ???" extensions to "lux i64 ???".
Eduardo Julian
2019-04-28
1
-6
/
+6
|
*
Turned all "lux frac ???" extensions to "lux f64 ???".
Eduardo Julian
2019-04-28
1
-7
/
+7
|
*
Ported tests for type analysis.
Eduardo Julian
2019-04-27
3
-19
/
+96
|
*
Refactored the spec a bit better.
Eduardo Julian
2019-04-26
8
-75
/
+142
|
*
Ported common extensions tests.
Eduardo Julian
2019-04-26
1
-0
/
+339
|
*
- Ported pattern-matching tests.
Eduardo Julian
2019-04-26
3
-24
/
+378
|
|
|
- Ported function tests.
*
Ported reference tests.
Eduardo Julian
2019-04-26
2
-20
/
+101
|
*
WIP: Turning compiler tests into a re-usable specification.
Eduardo Julian
2019-04-26
3
-0
/
+201