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
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
2019-02-11
Added the special # syntax for referring to the module's alias when opening ↵
Eduardo Julian
1
-1
/
+1
structures.
2019-02-07
Small improvements & fixes.
Eduardo Julian
1
-0
/
+5
2019-02-05
Folded license-making program (legislator) into the Lux project proper (as ↵
Eduardo Julian
1
-0
/
+66
licentia).