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
/
macro
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Improved binding syntax for "syntax:".
Eduardo Julian
2021-08-12
3
-10
/
+17
|
*
Relocated maybe and lazy from data to control.
Eduardo Julian
2021-08-11
11
-22
/
+22
|
*
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
2021-08-09
3
-26
/
+44
|
*
No more #export magic syntax.
Eduardo Julian
2021-08-08
15
-22
/
+22
|
*
Made the be/de macros for (co)monadic expression extensible.
Eduardo Julian
2021-08-07
1
-1
/
+1
|
*
Even more renamings.
Eduardo Julian
2021-08-01
2
-2
/
+2
|
*
More renamings.
Eduardo Julian
2021-07-30
1
-1
/
+1
|
*
Switched from the "from to" convention to the "minimum additional" convention.
Eduardo Julian
2021-07-29
2
-3
/
+3
|
*
Re-named wrap => in && unwrap => out.
Eduardo Julian
2021-07-27
3
-11
/
+11
|
*
Re-named Promise to Async.
Eduardo Julian
2021-07-26
2
-3
/
+3
|
*
Better syntax for "library/lux.^multi".
Eduardo Julian
2021-07-25
2
-20
/
+20
|
*
Now properly loading cached modules.
Eduardo Julian
2021-07-17
1
-48
/
+53
|
*
Re-named "spec" hierarchy to "specification".
Eduardo Julian
2021-07-15
9
-9
/
+9
|
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
15
-269
/
+284
|
*
Better syntax for parallel-hierarchy imports.
Eduardo Julian
2021-07-12
15
-60
/
+50
|
*
Delegate text (lower|upper)-casing to the host-platform implementations.
Eduardo Julian
2021-06-26
1
-9
/
+9
|
*
Refactored the machinery to make local macros into its own module.
Eduardo Julian
2021-06-18
2
-5
/
+90
|
*
Added import name formatting to "import:" macros for other backends.
Eduardo Julian
2021-06-11
1
-1
/
+2
|
*
lux/macro/template.with can now produce multiple outputs.
Eduardo Julian
2021-05-30
1
-5
/
+5
|
*
Updates for PHP compiler.
Eduardo Julian
2021-02-22
1
-4
/
+4
|
*
Mo' updates, less problems.
Eduardo Julian
2021-02-07
1
-2
/
+6
|
*
Removed the (ultimately redundant) on_stop function for actors.
Eduardo Julian
2021-01-13
1
-0
/
+25
|
*
Moved "log!" function under "lux/debug".
Eduardo Julian
2021-01-08
6
-160
/
+46
|
*
Added lexically-scoped templates.
Eduardo Julian
2021-01-05
10
-82
/
+95
|
*
Place the "program:" macro of "lux/control/parser/cli" in its own module.
Eduardo Julian
2021-01-03
6
-25
/
+55
|
*
Unified repository abstraction for Aedifex.
Eduardo Julian
2020-12-29
3
-52
/
+60
|
*
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2020-12-29
7
-46
/
+80
|
*
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2020-12-25
8
-132
/
+132
|
*
Refactored "export" common syntax.
Eduardo Julian
2020-12-23
3
-13
/
+33
|
*
Properly naming unicode Block type.
Eduardo Julian
2020-12-22
3
-15
/
+133
|
*
More optimizations to the Lux syntax parser.
Eduardo Julian
2020-12-17
2
-1
/
+40
|
*
Removed several unnecessary imports.
Eduardo Julian
2020-12-12
1
-4
/
+5
|
*
Re-named "with-cover" to "for".
Eduardo Julian
2020-12-10
3
-74
/
+74
|
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵
Eduardo Julian
2020-12-02
6
-34
/
+34
|
|
|
|
convention that only macros that deal with types may start with a colon.
*
Added specialized root/2 and root/3 functions in lux/math.
Eduardo Julian
2020-12-01
1
-2
/
+2
|
*
Added "private" macro to lux/debug.
Eduardo Julian
2020-11-28
2
-28
/
+28
|
*
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
2020-10-31
3
-6
/
+6
|
*
Some improvements to the Lux syntax parser.
Eduardo Julian
2020-10-25
3
-23
/
+31
|
*
Re-named some list functions.
Eduardo Julian
2020-10-24
1
-2
/
+2
|
*
Re-named "search" to "one" and "search-all" to "all".
Eduardo Julian
2020-10-24
1
-12
/
+14
|
*
Re-named "to-text" functions to "format".
Eduardo Julian
2020-10-15
1
-3
/
+3
|
*
Gave the Location type its own module.
Eduardo Julian
2020-10-14
1
-3
/
+5
|
*
Re-named "Cursor" type to "Location".
Eduardo Julian
2020-10-07
1
-3
/
+3
|
*
Added deployment code to Aedifex.
Eduardo Julian
2020-10-03
1
-0
/
+1
|
*
Changed the format of project descriptor files.
Eduardo Julian
2020-09-16
2
-2
/
+2
|
*
Test programs + auti build/test.
Eduardo Julian
2020-08-29
1
-16
/
+15
|
*
Build programs.
Eduardo Julian
2020-08-28
2
-0
/
+81
|
*
Download and catch dependencies in Aedifex.
Eduardo Julian
2020-08-26
3
-24
/
+159
|
*
Calculate SHA-1 and MD5 hashes.
Eduardo Julian
2020-08-18
1
-44
/
+167
|
*
Moved all spec(ifications) from under "test/" to under "spec/".
Eduardo Julian
2020-07-01
1
-1
/
+1
|
[prev]
[next]