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