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
/
data
/
text.lux
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Can now produce arbitrary code fragments statically by evaluating arbitrary ↵
Eduardo Julian
2021-08-21
1
-8
/
+0
|
|
|
|
expressions at compile-time.
*
More fixes.
Eduardo Julian
2021-08-20
1
-9
/
+9
|
*
Some bug fixes.
Eduardo Julian
2021-08-18
1
-5
/
+5
|
*
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
2021-08-16
1
-1
/
+1
|
*
Moved documentation-generation machinery to its own module.
Eduardo Julian
2021-08-14
1
-3
/
+3
|
*
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
2021-08-13
1
-6
/
+6
|
*
Improved binding syntax for "syntax:".
Eduardo Julian
2021-08-12
1
-2
/
+4
|
*
Relocated maybe and lazy from data to control.
Eduardo Julian
2021-08-11
1
-7
/
+8
|
*
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2021-08-09
1
-11
/
+11
|
*
No more #export magic syntax.
Eduardo Julian
2021-08-08
1
-37
/
+37
|
*
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
2021-08-07
1
-1
/
+1
|
*
Fixed a bug in the new compiler which allowed the same module to be imported ↵
Eduardo Julian
2021-08-02
1
-3
/
+3
|
|
|
|
more than once.
*
Even more renamings.
Eduardo Julian
2021-08-01
1
-43
/
+40
|
*
More renamings.
Eduardo Julian
2021-07-30
1
-4
/
+4
|
*
Switched from the "from to" convention to the "minimum additional" convention.
Eduardo Julian
2021-07-29
1
-5
/
+5
|
*
Re-named List's tags: Nil => End && Cons => Item
Eduardo Julian
2021-07-28
1
-2
/
+2
|
*
Re-named wrap => in && unwrap => out.
Eduardo Julian
2021-07-27
1
-2
/
+2
|
*
Better syntax for "library/lux.^multi".
Eduardo Julian
2021-07-25
1
-2
/
+2
|
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
1
-0
/
+380
[prev]