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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Applied several tweaks to make the code easier to process by the new compiler.
Eduardo Julian
2019-05-28
7
-11
/
+15
|
*
Removed the (magical) "export?" annotations tag.
Eduardo Julian
2019-05-24
1
-6
/
+2
|
*
Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.
Eduardo Julian
2019-05-21
6
-197
/
+200
|
*
Can now set the name of the "this" object, instead of being forced to use ↵
Eduardo Julian
2019-05-05
1
-4
/
+4
|
|
|
|
"_jvm_this".
*
- Replaced "Dirty" values with "Safe" values.
Eduardo Julian
2019-05-04
3
-74
/
+18
|
|
|
- Generalized "Safety" and "Privacy" as instances of "Policy".
*
The Common Lisp compiler is alive.
Eduardo Julian
2019-05-01
1
-0
/
+3
|
*
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
-13
/
+13
|
*
Moved the modules under "lux/host/" to now be under "lux/target/".
Eduardo Julian
2019-04-27
2
-4
/
+5
|
*
WIP: PHP compiler.
Eduardo Julian
2019-04-24
1
-0
/
+3
|
*
Moved the code/syntax parser under "lux/control/parser/".
Eduardo Julian
2019-04-19
3
-37
/
+42
|
*
Moved the XML parser under "lux/control/parser/".
Eduardo Julian
2019-04-19
1
-11
/
+12
|
*
Moved the JSON parser under "lux/control/parser/".
Eduardo Julian
2019-04-19
1
-2
/
+4
|
*
Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree".
Eduardo Julian
2019-04-19
3
-14
/
+12
|
*
Moved the (rose) tree parser under "lux/control/parser/".
Eduardo Julian
2019-04-19
2
-102
/
+94
|
*
Moved the CLI parser under "lux/control/parser/".
Eduardo Julian
2019-04-19
3
-14
/
+17
|
*
Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.
Eduardo Julian
2019-04-19
2
-6
/
+8
|
*
Moved the text lexers under "lux/control/parser/".
Eduardo Julian
2019-04-19
5
-11
/
+20
|
*
Extracted the type-parsing machinery into its own module.
Eduardo Julian
2019-04-19
1
-2
/
+5
|
*
Simplified the "Order" signature.
Eduardo Julian
2019-04-17
3
-18
/
+22
|
*
The old compiler is now identified with "old" instead of "jvm". This should ↵
Eduardo Julian
2019-04-16
2
-0
/
+0
|
|
|
|
help to get old JVM code and new JVM code to coexist without forcing a major rewrite of old compiler code to get it to fit the style of the new JVM compiler code.
*
Improvements to error messaging for extensions.
Eduardo Julian
2019-04-16
1
-5
/
+5
|
*
Removed the (deemed unnecessary) host extensions for the scripting languages.
Eduardo Julian
2019-04-15
1
-3
/
+1
|
*
Ported the synthesis tests to the new format.
Eduardo Julian
2019-04-15
12
-460
/
+472
|
*
Ported the analysis tests to the new format.
Eduardo Julian
2019-04-14
16
-1037
/
+1088
|
*
Started porting tests for "lux/tool".
Eduardo Julian
2019-04-13
4
-168
/
+183
|
*
Fixed some bugs.
Eduardo Julian
2019-04-12
3
-25
/
+17
|
*
Improvements and fixes to "tuple//left" and "tuple//right".
Eduardo Julian
2019-04-12
2
-16
/
+26
|
*
WIP: Lua compiler.
Eduardo Julian
2019-04-11
1
-1
/
+5
|
*
Moved Ruby back-end code to stdlib.
Eduardo Julian
2019-04-08
1
-1
/
+7
|
*
Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".
Eduardo Julian
2019-04-06
31
-125
/
+138
|
*
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
2019-04-06
94
-132
/
+149
|
*
Fixed a bug when pattern matching against "Error" values.
Eduardo Julian
2019-04-04
1
-14
/
+13
|
*
Forgot "lux text char".
Eduardo Julian
2019-04-04
1
-1
/
+1
|
*
Changed the order of the inputs to the common extensions.
Eduardo Julian
2019-04-04
1
-18
/
+18
|
*
Re-named "do-template" to "template".
Eduardo Julian
2019-03-30
19
-33
/
+33
|
*
Yet more fixes.
Eduardo Julian
2019-03-30
2
-5
/
+5
|
*
Fixed some more tests.
Eduardo Julian
2019-03-30
4
-26
/
+24
|
*
Fixed more tests.
Eduardo Julian
2019-03-29
12
-349
/
+321
|
*
Fixed some tests.
Eduardo Julian
2019-03-28
12
-167
/
+196
|
*
WIP: Moved Python code-generation machinery over to stdlib.
Eduardo Julian
2019-03-26
1
-2
/
+5
|
*
Ported tests for world-related modules.
Eduardo Julian
2019-03-25
6
-302
/
+327
|
*
Ported tests for type-related modules.
Eduardo Julian
2019-03-24
7
-450
/
+452
|
*
Ported tests for macro-related modules.
Eduardo Julian
2019-03-24
8
-236
/
+310
|
*
Ported tests for math-related modules.
Eduardo Julian
2019-03-24
10
-493
/
+442
|
*
Ported tests for collection-related modules.
Eduardo Julian
2019-03-24
20
-1208
/
+1243
|
*
Ported tests for format-related modules.
Eduardo Julian
2019-03-23
4
-191
/
+140
|
*
Ported tests for time-related modules.
Eduardo Julian
2019-03-23
7
-281
/
+198
|
*
Ported tests for text-related modules.
Eduardo Julian
2019-03-22
8
-607
/
+564
|
*
Ported tests for number-related modules.
Eduardo Julian
2019-03-22
36
-666
/
+827
|
[prev]
[next]