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
/
lux
/
tool
/
compiler
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-09-14
Re-named "Identifier" to "Symbol".
Eduardo Julian
3
-6
/
+6
2021-09-14
Re-named "name_of" to "symbol".
Eduardo Julian
9
-18
/
+18
2021-09-14
Re-named "Name" to "Symbol".
Eduardo Julian
9
-50
/
+57
2021-09-13
Re-named "primitive" to "Primitive".
Eduardo Julian
1
-1
/
+1
2021-09-13
Updated only/except import syntax to take into account record => variant synt...
Eduardo Julian
15
-91
/
+91
2021-09-12
Re-named \ => # && \\ => ##
Eduardo Julian
13
-212
/
+212
2021-09-12
Made the "#" character great again!
Eduardo Julian
13
-296
/
+296
2021-09-10
Fixed the indentation of variants.
Eduardo Julian
5
-65
/
+65
2021-09-10
Migrated variants to the new syntax.
Eduardo Julian
13
-208
/
+208
2021-09-08
Normalized syntax of "exception:", "actor:" and "message:".
Eduardo Julian
1
-1
/
+2
2021-09-08
No more annotations.
Eduardo Julian
1
-2
/
+2
2021-09-07
De-taggification | part 4
Eduardo Julian
15
-233
/
+233
2021-09-05
Changed the syntax of do/be's (co)monad bindings.
Eduardo Julian
11
-76
/
+76
2021-09-04
De-taggification | part 2
Eduardo Julian
15
-121
/
+121
2021-09-03
Unified tuple and record syntax.
Eduardo Julian
4
-78
/
+79
2021-08-27
Updates to the Ruby compiler.
Eduardo Julian
3
-5
/
+5
2021-08-24
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
13
-183
/
+184
2021-08-23
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
3
-49
/
+49
2021-08-18
Some bug fixes.
Eduardo Julian
8
-81
/
+83
2021-08-16
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
3
-12
/
+12
2021-08-14
Moved documentation-generation machinery to its own module.
Eduardo Julian
3
-26
/
+26
2021-08-13
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
4
-8
/
+8
2021-08-12
Improved binding syntax for "syntax:".
Eduardo Julian
4
-10
/
+10
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
10
-34
/
+33
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
3
-7
/
+7
2021-08-08
No more #export magic syntax.
Eduardo Julian
15
-25
/
+25
2021-08-07
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
7
-34
/
+35
2021-08-02
Fixed a bug in the new compiler which allowed the same module to be imported ...
Eduardo Julian
3
-12
/
+12
2021-08-01
Even more renamings.
Eduardo Julian
4
-8
/
+8
2021-07-28
Re-named List's tags: Nil => End && Cons => Item
Eduardo Julian
8
-385
/
+385
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
9
-397
/
+397
2021-07-26
Re-named Promise to Async.
Eduardo Julian
6
-81
/
+81
2021-07-25
Better syntax for "library/lux.^multi".
Eduardo Julian
8
-264
/
+264
2021-07-16
Fixed some inconsistent naming.
Eduardo Julian
3
-5
/
+5
2021-07-12
Better syntax for parallel-hierarchy imports.
Eduardo Julian
13
-26
/
+26
2021-07-11
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
1
-1
/
+1
2020-12-12
Removed several unnecessary imports.
Eduardo Julian
1
-1
/
+1
2020-12-10
Re-named "with-cover" to "for".
Eduardo Julian
1
-1
/
+1
2020-12-09
Added support for "Commons Clause" to Licentia.
Eduardo Julian
1
-2
/
+0
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
10
-100
/
+100
2020-11-27
Re-named lux/data/format/context to lux/control/parser/environment.
Eduardo Julian
13
-137
/
+136
2020-11-17
Made the syntax of ^template more consistent.
Eduardo Julian
1
-12
/
+12
2020-11-02
Allow defining anonymous actors.
Eduardo Julian
3
-44
/
+44
2020-11-01
Improved the design of actors.
Eduardo Julian
7
-88
/
+88
2020-10-31
Easy to use Rev constants.
Eduardo Julian
1
-26
/
+26
2020-10-24
Re-named some list functions.
Eduardo Julian
7
-12
/
+12
2020-10-14
Gave the Location type its own module.
Eduardo Julian
1
-4
/
+6
2020-10-07
Re-named "Cursor" type to "Location".
Eduardo Julian
1
-9
/
+3
2020-06-12
Optimizing-away unnecessary variable declarations/bindings.
Eduardo Julian
2
-1
/
+338
2020-06-11
Updated test for function optimization.
Eduardo Julian
1
-148
/
+421
[prev]
[next]