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
/
library
/
lux
/
tool
/
compiler
/
language
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Made the "#" character great again!
Eduardo Julian
2021-09-12
112
-1741
/
+1737
*
Adjusted new compilers to work with the new variant syntax.
Eduardo Julian
2021-09-10
4
-21
/
+34
*
Fixed the indentation of variants.
Eduardo Julian
2021-09-10
9
-75
/
+75
*
Migrated variants to the new syntax.
Eduardo Julian
2021-09-10
96
-1473
/
+1493
*
The old record syntax has been re-purposed as variant syntax.
Eduardo Julian
2021-09-09
1
-9
/
+10
*
De-bracing | part 2
Eduardo Julian
2021-09-08
11
-29
/
+32
*
De-bracing | part 1
Eduardo Julian
2021-09-08
1
-1
/
+1
*
Normalized syntax of "exception:", "actor:" and "message:".
Eduardo Julian
2021-09-08
22
-75
/
+132
*
Post annotations clean-up.
Eduardo Julian
2021-09-08
4
-27
/
+20
*
No more module annotations.
Eduardo Julian
2021-09-08
2
-28
/
+0
*
De-taggification | part 4
Eduardo Julian
2021-09-07
157
-1988
/
+1988
*
New chapter on compiler extensions.
Eduardo Julian
2021-09-06
2
-2
/
+6
*
Applied new convention for variants.
Eduardo Julian
2021-09-06
1
-10
/
+12
*
Changed the syntax of do/be's (co)monad bindings.
Eduardo Julian
2021-09-05
84
-212
/
+212
*
Clearing the local scope during eval analysis to avoid accidentally seeing va...
Eduardo Julian
2021-09-05
2
-2
/
+18
*
Handled formatting issues in documentation.
Eduardo Julian
2021-09-05
1
-12
/
+11
*
De-taggification | part 2
Eduardo Julian
2021-09-04
170
-1554
/
+1554
*
Unified tuple and record syntax.
Eduardo Julian
2021-09-03
18
-239
/
+278
*
Updates to the JS compiler.
Eduardo Julian
2021-09-01
4
-55
/
+75
*
Better tagged type documentation + lexer fix.
Eduardo Julian
2021-08-30
1
-1
/
+1
*
De-taggification | part 0
Eduardo Julian
2021-08-29
4
-12
/
+12
*
Made labels (tags & slots) into a form of global binding.
Eduardo Julian
2021-08-29
7
-130
/
+150
*
Updates to the Ruby compiler.
Eduardo Julian
2021-08-27
34
-170
/
+192
*
"Interface" instead of "interface:", and "Rec" can be used in type definition.
Eduardo Julian
2021-08-26
5
-48
/
+54
*
Updates to the Lua compiler.
Eduardo Julian
2021-08-25
14
-130
/
+155
*
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
2021-08-24
109
-1260
/
+1284
*
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
2021-08-23
55
-451
/
+490
*
Can now produce arbitrary code fragments statically by evaluating arbitrary e...
Eduardo Julian
2021-08-21
1
-1
/
+10
*
More fixes.
Eduardo Julian
2021-08-20
1
-1
/
+20
*
Enabled compile-time code evaluation (i.e. "eval" function).
Eduardo Julian
2021-08-19
10
-62
/
+94
*
Some bug fixes.
Eduardo Julian
2021-08-18
73
-437
/
+446
*
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
2021-08-16
40
-336
/
+344
*
Moved documentation-generation machinery to its own module.
Eduardo Julian
2021-08-14
5
-12
/
+15
*
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
2021-08-13
29
-67
/
+67
*
Improved binding syntax for "syntax:".
Eduardo Julian
2021-08-12
23
-111
/
+118
*
Relocated maybe and lazy from data to control.
Eduardo Julian
2021-08-11
59
-317
/
+313
*
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2021-08-09
80
-727
/
+742
*
No more #export magic syntax.
Eduardo Julian
2021-08-08
170
-1016
/
+1025
*
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
2021-08-07
46
-178
/
+178
*
Fixed a bug in the new compiler which allowed the same module to be imported ...
Eduardo Julian
2021-08-02
43
-146
/
+148
*
Even more renamings.
Eduardo Julian
2021-08-01
65
-306
/
+306
*
Yet more renamings.
Eduardo Julian
2021-07-31
6
-76
/
+76
*
More renamings.
Eduardo Julian
2021-07-30
26
-123
/
+123
*
Switched from the "from to" convention to the "minimum additional" convention.
Eduardo Julian
2021-07-29
10
-45
/
+45
*
Re-named List's tags: Nil => End && Cons => Item
Eduardo Julian
2021-07-28
60
-296
/
+296
*
Re-named wrap => in && unwrap => out.
Eduardo Julian
2021-07-27
117
-2400
/
+2401
*
Re-named Promise to Async.
Eduardo Julian
2021-07-26
29
-209
/
+210
*
Better syntax for "library/lux.^multi".
Eduardo Julian
2021-07-25
25
-118
/
+118
*
Automatically handling input/output conversions for methods in new JVM compi...
Eduardo Julian
2021-07-23
1
-27
/
+65
*
New JVM compiler can now compile JVM classes.
Eduardo Julian
2021-07-22
2
-11
/
+43
[prev]
[next]