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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-11-05
Improved error reporting for syntax macros.
Eduardo Julian
2
-4
/
+56
2020-11-05
Lightweight machinery for agent-oriented programming.
Eduardo Julian
1
-0
/
+49
2020-11-04
Re-named "lux/control/concurrency/process" to "thread".
Eduardo Julian
1
-0
/
+97
2020-10-31
Easy to use Rev constants.
Eduardo Julian
9
-43
/
+43
2020-10-25
Some small refactoring.
Eduardo Julian
1
-4
/
+4
2020-10-24
Re-named some list functions.
Eduardo Julian
1
-1
/
+1
2020-10-09
Mandatory long names for JVM imports, instead of having "long" be optional an...
Eduardo Julian
1
-1
/
+1
2020-10-07
Optimized generation of I64, F64 and variants on JVM.
Eduardo Julian
1
-11
/
+41
2020-10-07
Test imports for circular dependencies.
Eduardo Julian
1
-0
/
+61
2020-08-09
Allow "#io" outputs for JS imports.
Eduardo Julian
1
-2
/
+3
2020-07-02
Now using the new syntax for variants (even though they still work the old wa...
Eduardo Julian
1
-6
/
+6
2020-07-01
Moved all spec(ifications) from under "test/" to under "spec/".
Eduardo Julian
10
-0
/
+369
2020-05-28
Can now parse TAR files.
Eduardo Julian
1
-0
/
+31
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
5
-7
/
+7
2019-12-28
Implemented an alternative method for extensible JVM bytecode generation.
Eduardo Julian
1
-8
/
+12
2019-09-07
Renamed "Statement" to "Directive".
Eduardo Julian
2
-22
/
+22
2019-07-26
No more "n/"-prefixed functions.
Eduardo Julian
5
-35
/
+41
2019-07-25
No more "i/"-prefixed functions.
Eduardo Julian
2
-12
/
+14
2019-07-24
No more "f/"-prefixed functions.
Eduardo Julian
4
-21
/
+28
2019-07-02
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
9
-79
/
+75
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
5
-12
/
+10
2019-04-28
Turned all "lux int ???" extensions to "lux i64 ???".
Eduardo Julian
1
-6
/
+6
2019-04-28
Turned all "lux frac ???" extensions to "lux f64 ???".
Eduardo Julian
1
-7
/
+7
2019-04-27
Ported tests for type analysis.
Eduardo Julian
3
-19
/
+96
2019-04-26
Refactored the spec a bit better.
Eduardo Julian
8
-75
/
+142
2019-04-26
Ported common extensions tests.
Eduardo Julian
1
-0
/
+339
2019-04-26
- Ported pattern-matching tests.
Eduardo Julian
3
-24
/
+378
2019-04-26
Ported reference tests.
Eduardo Julian
2
-20
/
+101
2019-04-26
WIP: Turning compiler tests into a re-usable specification.
Eduardo Julian
3
-0
/
+201