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
/
licentia
/
source
/
program
/
licentia.lux
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2023-01-13
Re-licensed to MPL 2.0
Eduardo Julian
1
-0
/
+3
2022-12-02
Added some simple time-series handling machinery.
Eduardo Julian
1
-5
/
+5
2022-08-11
Re-named the "case" macro to "when".
Eduardo Julian
1
-1
/
+1
2022-07-09
First-class programs instead of having a "lux program" extension.
Eduardo Julian
1
-24
/
+25
2022-06-27
New "parser" hierarchy. [Part 5]
Eduardo Julian
1
-7
/
+7
2022-06-16
De-sigil-ification: suffix : [Part 14]
Eduardo Julian
1
-2
/
+2
2022-06-16
New "parser" hierarchy. [Part 3]
Eduardo Julian
1
-3
/
+3
2022-06-16
De-sigil-ification: suffix : [Part 13]
Eduardo Julian
1
-2
/
+2
2022-06-13
New "format" hierarchy.
Eduardo Julian
1
-1
/
+1
2022-06-05
De-sigil-ification: : [Part 1]
Eduardo Julian
1
-2
/
+2
2022-06-04
De-sigil-ification: #
Eduardo Julian
1
-5
/
+5
2022-06-04
Extensible import syntax [Part 6]
Eduardo Julian
1
-1
/
+1
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-01
Extensible import syntax: Part 1
Eduardo Julian
1
-7
/
+7
2022-03-16
De-sigil-ification: prefix :
Eduardo Julian
1
-12
/
+12
2022-03-14
Made JVM "import:" syntax consistent with the other "import:"s.
Eduardo Julian
1
-31
/
+31
2021-09-15
"module:" => "using"
Eduardo Julian
1
-1
/
+1
2021-09-13
Updated only/except import syntax to take into account record => variant ↵
Eduardo Julian
1
-7
/
+7
syntax change.
2021-09-12
Re-named \ => # && \\ => ##
Eduardo Julian
1
-7
/
+7
2021-09-12
Made the "#" character great again!
Eduardo Julian
1
-2
/
+2
2021-09-10
Migrated variants to the new syntax.
Eduardo Julian
1
-2
/
+2
2021-09-07
De-taggification | part 4
Eduardo Julian
1
-15
/
+15
2021-09-05
Changed the syntax of do/be's (co)monad bindings.
Eduardo Julian
1
-1
/
+1
2021-09-04
De-taggification | part 2
Eduardo Julian
1
-9
/
+9
2021-08-24
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
1
-1
/
+1
2021-08-23
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
1
-3
/
+3
2021-08-13
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
1
-5
/
+5
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
1
-2
/
+2
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
1
-12
/
+12
2021-07-17
Now properly loading cached modules.
Eduardo Julian
1
-25
/
+26
2021-07-12
A bit more clarity for Licentia licenses.
Eduardo Julian
1
-4
/
+5
2021-07-12
Better syntax for parallel-hierarchy imports.
Eduardo Julian
1
-9
/
+7
2021-06-18
Refactored the machinery to make local macros into its own module.
Eduardo Julian
1
-2
/
+0
2021-06-14
Extracted Licentia out of the standard library.
Eduardo Julian
1
-23
/
+26
2020-12-11
Improved parsing speed for Lux code.
Eduardo Julian
1
-2
/
+2
2020-12-09
Added support for "Commons Clause" to Licentia.
Eduardo Julian
1
-17
/
+20
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵
Eduardo Julian
1
-4
/
+4
convention that only macros that deal with types may start with a colon.
2020-12-01
Added specialized root/2 and root/3 functions in lux/math.
Eduardo Julian
1
-2
/
+2
2020-10-25
Some small refactoring.
Eduardo Julian
1
-2
/
+2
2020-10-09
Mandatory long names for JVM imports, instead of having "long" be optional ↵
Eduardo Julian
1
-2
/
+2
and short be default.
2020-07-10
Fixes and improvements to JavaScript compilation.
Eduardo Julian
1
-1
/
+2
2019-07-02
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
1
-7
/
+7
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
1
-1
/
+1
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-1
/
+2
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", ↵
Eduardo Julian
1
-2
/
+2
to avoid confusion since "/" is used for relative module paths.
2019-03-14
Now allowing the alias of a module to refer to the alias of an ancestor.
Eduardo Julian
1
-3
/
+3
2019-02-24
Improved the names of monad transformers.
Eduardo Julian
1
-1
/
+1
2019-02-11
Updated license for 2019.
Eduardo Julian
1
-18
/
+24
[next]