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
/
web
/
css
/
query.lux
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2023-01-13
Re-licensed to MPL 2.0
Eduardo Julian
1
-0
/
+3
2022-12-09
Added machinery for averaging a time-series.
Eduardo Julian
1
-0
/
+0
2022-11-21
Added index section to documentation + re-named Primitive -> Nominal
Eduardo Julian
1
-4
/
+4
2022-10-28
Eliminated the .alias# extension. Now detecting aliases in .def#.
Eduardo Julian
1
-2
/
+2
2022-10-24
Minor naming & syntax improvements.
Eduardo Julian
1
-4
/
+4
2022-07-02
Moved "lux/macro" to "lux/meta/macro".
Eduardo Julian
1
-3
/
+3
2022-07-02
More traditional names for unquoting macros.
Eduardo Julian
1
-2
/
+2
2022-07-01
Moved "lux/macro/code" to "lux/meta/code".
Eduardo Julian
1
-7
/
+5
2022-06-30
Alternative names for (un)quoting macros.
Eduardo Julian
1
-2
/
+3
2022-06-16
De-sigil-ification: suffix : [Part 14]
Eduardo Julian
1
-1
/
+1
2022-06-16
De-sigil-ification: suffix : [Part 13]
Eduardo Julian
1
-9
/
+9
2022-06-15
De-sigil-ification: suffix : [Part 12]
Eduardo Julian
1
-3
/
+3
2022-06-13
New "format" hierarchy.
Eduardo Julian
1
-1
/
+1
2022-06-12
De-sigil-ification: suffix : [Part 3]
Eduardo Julian
1
-4
/
+4
2022-06-11
De-sigil-ification: : [Part 2]
Eduardo Julian
1
-3
/
+4
2022-06-03
Extensible import syntax [Part 5]
Eduardo Julian
1
-1
/
+1
2022-06-03
Extensible import syntax [Part 4]
Eduardo Julian
1
-1
/
+1
2022-06-02
Extensible import syntax [Part 3]
Eduardo Julian
1
-1
/
+1
2022-06-02
Extensible import syntax [Part 2]
Eduardo Julian
1
-1
/
+1
2022-06-01
Extensible import syntax: Part 1
Eduardo Julian
1
-8
/
+8
2022-04-09
Re-branded "abstract" types as "primitive" types.
Eduardo Julian
1
-4
/
+4
2022-04-08
Removed (mostly useless) pattern-matching macro for abstract types.
Eduardo Julian
1
-1
/
+1
2022-03-17
De-sigil-ification: !
Eduardo Julian
1
-1
/
+1
2022-03-16
De-sigil-ification: prefix :
Eduardo Julian
1
-31
/
+31
2021-10-22
FIXED analysis extensions got reset and new ones would be unavailable.
Eduardo Julian
1
-1
/
+1
2021-09-15
"module:" => "using"
Eduardo Julian
1
-1
/
+1
2021-09-14
Re-named "Identifier" to "Symbol".
Eduardo Julian
1
-4
/
+4
2021-09-13
Updated only/except import syntax to take into account record => variant ↵
Eduardo Julian
1
-9
/
+9
syntax change.
2021-09-10
Undid the foolish re-design of "abstract:" and "actor:".
Eduardo Julian
1
-94
/
+94
2021-09-08
Normalized the syntax of "abstract:" and "actor:".
Eduardo Julian
1
-100
/
+94
2021-09-07
De-taggification | part 4
Eduardo Julian
1
-9
/
+9
2021-09-04
De-taggification | part 2
Eduardo Julian
1
-10
/
+10
2021-08-12
Improved binding syntax for "syntax:".
Eduardo Julian
1
-1
/
+1
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
1
-1
/
+1
2021-08-08
No more #export magic syntax.
Eduardo Julian
1
-11
/
+17
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
1
-13
/
+13
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-13
/
+14
2020-08-09
"abstract:" macro now takes annotations after representation type.
Eduardo Julian
1
-6
/
+0
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
1
-1
/
+1
2019-04-19
Moved the code/syntax parser under "lux/control/parser/".
Eduardo Julian
1
-1
/
+4
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
1
-4
/
+4
2019-03-14
Now allowing the alias of a module to refer to the alias of an ancestor.
Eduardo Julian
1
-7
/
+7
2019-01-24
Wrapped-up type-safe CSS.
Eduardo Julian
1
-0
/
+137