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
/
test
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-19
Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree".
Eduardo Julian
3
-14
/
+12
2019-04-19
Moved the (rose) tree parser under "lux/control/parser/".
Eduardo Julian
2
-102
/
+94
2019-04-19
Moved the CLI parser under "lux/control/parser/".
Eduardo Julian
3
-14
/
+17
2019-04-19
Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.
Eduardo Julian
2
-6
/
+8
2019-04-19
Moved the text lexers under "lux/control/parser/".
Eduardo Julian
5
-11
/
+20
2019-04-19
Extracted the type-parsing machinery into its own module.
Eduardo Julian
1
-2
/
+5
2019-04-17
Simplified the "Order" signature.
Eduardo Julian
3
-18
/
+22
2019-04-16
The old compiler is now identified with "old" instead of "jvm". This should h...
Eduardo Julian
2
-0
/
+0
2019-04-16
Improvements to error messaging for extensions.
Eduardo Julian
1
-5
/
+5
2019-04-15
Removed the (deemed unnecessary) host extensions for the scripting languages.
Eduardo Julian
1
-3
/
+1
2019-04-15
Ported the synthesis tests to the new format.
Eduardo Julian
12
-460
/
+472
2019-04-14
Ported the analysis tests to the new format.
Eduardo Julian
16
-1037
/
+1088
2019-04-13
Started porting tests for "lux/tool".
Eduardo Julian
4
-168
/
+183
2019-04-12
Fixed some bugs.
Eduardo Julian
3
-25
/
+17
2019-04-12
Improvements and fixes to "tuple//left" and "tuple//right".
Eduardo Julian
2
-16
/
+26
2019-04-11
WIP: Lua compiler.
Eduardo Julian
1
-1
/
+5
2019-04-08
Moved Ruby back-end code to stdlib.
Eduardo Julian
1
-1
/
+7
2019-04-06
Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".
Eduardo Julian
31
-125
/
+138
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
94
-132
/
+149
2019-04-04
Fixed a bug when pattern matching against "Error" values.
Eduardo Julian
1
-14
/
+13
2019-04-04
Forgot "lux text char".
Eduardo Julian
1
-1
/
+1
2019-04-04
Changed the order of the inputs to the common extensions.
Eduardo Julian
1
-18
/
+18
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
19
-33
/
+33
2019-03-30
Yet more fixes.
Eduardo Julian
2
-5
/
+5
2019-03-30
Fixed some more tests.
Eduardo Julian
4
-26
/
+24
2019-03-29
Fixed more tests.
Eduardo Julian
12
-349
/
+321
2019-03-28
Fixed some tests.
Eduardo Julian
12
-167
/
+196
2019-03-26
WIP: Moved Python code-generation machinery over to stdlib.
Eduardo Julian
1
-2
/
+5
2019-03-25
Ported tests for world-related modules.
Eduardo Julian
6
-302
/
+327
2019-03-24
Ported tests for type-related modules.
Eduardo Julian
7
-450
/
+452
2019-03-24
Ported tests for macro-related modules.
Eduardo Julian
8
-236
/
+310
2019-03-24
Ported tests for math-related modules.
Eduardo Julian
10
-493
/
+442
2019-03-24
Ported tests for collection-related modules.
Eduardo Julian
20
-1208
/
+1243
2019-03-23
Ported tests for format-related modules.
Eduardo Julian
4
-191
/
+140
2019-03-23
Ported tests for time-related modules.
Eduardo Julian
7
-281
/
+198
2019-03-22
Ported tests for text-related modules.
Eduardo Julian
8
-607
/
+564
2019-03-22
Ported tests for number-related modules.
Eduardo Julian
36
-666
/
+827
2019-03-21
- Ported lux/data/bit tests.
Eduardo Julian
12
-348
/
+407
2019-03-21
- Ported lux/control/concurrency/promise tests.
Eduardo Julian
4
-108
/
+122
2019-03-21
Fixed a bug in the FRP/channel monad.
Eduardo Julian
2
-12
/
+15
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
67
-537
/
+542
2019-03-14
Now allowing the alias of a module to refer to the alias of an ancestor.
Eduardo Julian
3
-31
/
+31
2019-03-13
Replaced the digit separator in numbers from "_" to ",".
Eduardo Julian
6
-14
/
+14
2019-03-12
Re-named ":extract" to ":by-example".
Eduardo Julian
1
-3
/
+3
2019-03-02
Added the capacity to extract type-information from values to create new type...
Eduardo Julian
1
-0
/
+10
2019-02-24
Got rid of the Task type (it just provided the same functionality as (error.w...
Eduardo Julian
1
-41
/
+42
2019-02-24
Improved the names of monad transformers.
Eduardo Julian
4
-4
/
+4
2019-02-21
Moved extension machinery over.
Eduardo Julian
1
-1
/
+4
2019-02-20
Moved expression machinery over.
Eduardo Julian
1
-1
/
+2
2019-02-20
Moved function machinery over.
Eduardo Julian
1
-201
/
+199
[next]