aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/licentia.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-141-82/+0
|
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-2/+2
|
* Added support for "Commons Clause" to Licentia.Eduardo Julian2020-12-091-17/+20
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-4/+4
| | | | 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 Julian2020-12-011-2/+2
|
* Some small refactoring.Eduardo Julian2020-10-251-2/+2
|
* Mandatory long names for JVM imports, instead of having "long" be optional ↵Eduardo Julian2020-10-091-2/+2
| | | | and short be default.
* Fixes and improvements to JavaScript compilation.Eduardo Julian2020-07-101-1/+2
|
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-7/+7
|
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-1/+1
|
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+2
|
* Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian2019-03-151-2/+2
| | | | to avoid confusion since "/" is used for relative module paths.
* Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian2019-03-141-3/+3
|
* Improved the names of monad transformers.Eduardo Julian2019-02-241-1/+1
|
* Updated license for 2019.Eduardo Julian2019-02-111-18/+24
|
* Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian2019-02-111-1/+1
| | | | structures.
* Small improvements & fixes.Eduardo Julian2019-02-071-0/+5
|
* Folded license-making program (legislator) into the Lux project proper (as ↵Eduardo Julian2019-02-051-0/+66
licentia).