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
2021-09-04
De-taggification | part 2
Eduardo Julian
244
-1445
/
+1445
2021-09-03
Unified tuple and record syntax.
Eduardo Julian
27
-304
/
+305
2021-09-01
De-taggification | part 1
Eduardo Julian
3
-66
/
+66
2021-09-01
Updates to the JS compiler.
Eduardo Julian
1
-38
/
+0
2021-08-29
De-taggification | part 0
Eduardo Julian
9
-31
/
+22
2021-08-29
Made labels (tags & slots) into a form of global binding.
Eduardo Julian
3
-49
/
+35
2021-08-27
Updates to the Ruby compiler.
Eduardo Julian
52
-192
/
+212
2021-08-26
"Interface" instead of "interface:", and "Rec" can be used in type definition.
Eduardo Julian
8
-49
/
+67
2021-08-25
Updates to the Lua compiler.
Eduardo Julian
9
-67
/
+68
2021-08-24
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
162
-1108
/
+1122
2021-08-23
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
53
-284
/
+284
2021-08-21
Can now produce arbitrary code fragments statically by evaluating arbitrary e...
Eduardo Julian
3
-11
/
+103
2021-08-20
More fixes.
Eduardo Julian
1
-13
/
+13
2021-08-19
Enabled compile-time code evaluation (i.e. "eval" function).
Eduardo Julian
3
-2
/
+13
2021-08-18
Some bug fixes.
Eduardo Julian
118
-762
/
+769
2021-08-16
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
54
-491
/
+511
2021-08-14
Moved documentation-generation machinery to its own module.
Eduardo Julian
25
-170
/
+265
2021-08-13
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
54
-371
/
+440
2021-08-12
Improved binding syntax for "syntax:".
Eduardo Julian
56
-196
/
+358
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
126
-981
/
+998
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
59
-332
/
+370
2021-08-08
No more #export magic syntax.
Eduardo Julian
241
-488
/
+505
2021-08-07
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
116
-512
/
+542
2021-08-02
Fixed a bug in the new compiler which allowed the same module to be imported ...
Eduardo Julian
29
-95
/
+136
2021-08-01
Even more renamings.
Eduardo Julian
39
-282
/
+313
2021-07-31
Yet more renamings.
Eduardo Julian
13
-100
/
+122
2021-07-30
More renamings.
Eduardo Julian
75
-266
/
+324
2021-07-29
Switched from the "from to" convention to the "minimum additional" convention.
Eduardo Julian
20
-90
/
+129
2021-07-28
Re-named List's tags: Nil => End && Cons => Item
Eduardo Julian
21
-417
/
+435
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
124
-2453
/
+2456
2021-07-26
Re-named Promise to Async.
Eduardo Julian
56
-475
/
+531
2021-07-25
Better syntax for "library/lux.^multi".
Eduardo Julian
114
-1042
/
+1028
2021-07-24
Now packaging JVM programs as "fat" jars in new JVM compiler.
Eduardo Julian
1
-5
/
+127
2021-07-23
Automatically handling input/output conversions for methods in new JVM compi...
Eduardo Julian
2
-22
/
+113
2021-07-22
New JVM compiler can now compile JVM classes.
Eduardo Julian
2
-78
/
+241
2021-07-20
Updated the Scriptum documentation generator.
Eduardo Julian
3
-39
/
+168
2021-07-19
Made the default JS file-system promise-based so it works well on Node.
Eduardo Julian
2
-0
/
+104
2021-07-18
New JVM compiler can now compile JVM interfaces.
Eduardo Julian
6
-83
/
+210
2021-07-17
Now allowing compilers to generate custom-named outputs.
Eduardo Julian
7
-11
/
+150
2021-07-17
Now properly loading cached modules.
Eduardo Julian
9
-166
/
+526
2021-07-16
Fixed some inconsistent naming.
Eduardo Julian
23
-107
/
+158
2021-07-15
Re-named "spec" hierarchy to "specification".
Eduardo Julian
124
-130
/
+244
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
227
-4049
/
+4408
2021-07-13
Improved the XML parsing library.
Eduardo Julian
4
-114
/
+132
2021-07-12
A bit more clarity for Licentia licenses.
Eduardo Julian
6
-87
/
+262
2021-07-12
Better syntax for parallel-hierarchy imports.
Eduardo Julian
232
-1097
/
+1117
2021-07-11
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
12
-240
/
+327
2021-07-10
Made the "try" macro into a common one, instead of a host-specific one.
Eduardo Julian
12
-71
/
+329
2021-07-08
Made sure the "phase" parameter of extensions is always usable (even across l...
Eduardo Julian
2
-75
/
+230
2021-07-06
Simplified the API for file-system operations.
Eduardo Julian
13
-461
/
+292
[next]