Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-07-14 | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 1 | -84/+0 | |
2021-06-30 | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 1 | -3/+3 | |
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it. | |||||
2020-12-02 | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵ | Eduardo Julian | 1 | -2/+2 | |
convention that only macros that deal with types may start with a colon. | |||||
2020-11-28 | Re-named "_.claim" to "_.cover'". | Eduardo Julian | 1 | -5/+5 | |
2020-11-17 | Made the syntax of ^template more consistent. | Eduardo Julian | 1 | -3/+3 | |
2020-11-01 | Improved the design of actors. | Eduardo Julian | 1 | -3/+6 | |
2020-10-31 | Re-named the directory for my bookmarks to better reflect what they are. | Eduardo Julian | 1 | -5/+6 | |
2020-09-16 | Changed the format of project descriptor files. | Eduardo Julian | 1 | -1/+1 | |
2020-08-09 | No longer inline the object literal for variants. | Eduardo Julian | 1 | -10/+10 | |
2020-05-09 | Including runtime machinery in the cache. | Eduardo Julian | 1 | -7/+13 | |
2019-04-19 | Moved the code/syntax parser under "lux/control/parser/". | Eduardo Julian | 1 | -3/+4 | |
2019-04-19 | Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree". | Eduardo Julian | 1 | -0/+0 | |
2019-04-06 | Created the "lux/abstract" branch and moved some modules into it. | Eduardo Julian | 1 | -2/+3 | |
2019-03-28 | Fixed some tests. | Eduardo Julian | 1 | -5/+5 | |
2019-03-24 | Ported tests for collection-related modules. | Eduardo Julian | 1 | -4/+0 | |
2019-03-15 | Changed the convention for the structure opening separator from "/" to ";", ↵ | Eduardo Julian | 1 | -5/+5 | |
to avoid confusion since "/" is used for relative module paths. | |||||
2019-02-11 | Added the special # syntax for referring to the module's alias when opening ↵ | Eduardo Julian | 1 | -1/+1 | |
structures. | |||||
2019-02-04 | Changed the naming style for structures. | Eduardo Julian | 1 | -5/+5 | |
2018-07-28 | Added "+" sign to positive Int. | Eduardo Julian | 1 | -3/+3 | |
2018-07-21 | Re-named "seq" to "and" and "alt" to "or". | Eduardo Julian | 1 | -2/+2 | |
2018-07-20 | "^open" and "open:" now use aliases instead of prefixes, the same way as ↵ | Eduardo Julian | 1 | -1/+1 | |
module aliases. | |||||
2018-07-20 | No longer giving default aliases to un-prefixed imports. | Eduardo Julian | 1 | -2/+4 | |
2018-07-11 | - Improvements to import syntax [part 2]. | Eduardo Julian | 1 | -10/+11 | |
2018-07-11 | - Improvements to import syntax [part 1]. | Eduardo Julian | 1 | -9/+9 | |
2018-07-10 | - Improvements to import syntax [part 0]. | Eduardo Julian | 1 | -2/+2 | |
2018-07-10 | - Re-named path "lux/data/coll/*" to "lux/data/collection/*". | Eduardo Julian | 1 | -1/+1 | |
2018-07-10 | - Re-named "struct:" to "structure:". | Eduardo Julian | 1 | -3/+3 | |
2018-07-05 | - Re-named "equality" to "equivalence". | Eduardo Julian | 1 | -4/+4 | |
2018-05-13 | - Re-named ".../eq" modules to ".../equality". | Eduardo Julian | 1 | -1/+1 | |
- Other minor improvements. | |||||
2018-05-02 | - Changed the syntax for the parameters of "syntax:". | Eduardo Julian | 1 | -1/+1 | |
2018-04-05 | - Improved the syntax for the "lux.function" macro. | Eduardo Julian | 1 | -1/+1 | |
2017-12-01 | - Changed some of the syntax for macro templating. | Eduardo Julian | 1 | -1/+1 | |
- "gensym" now produces Ident instead of Code. | |||||
2017-11-29 | - Changed the identifier separator, from the semi-colon (;) to the ↵ | Eduardo Julian | 1 | -10/+10 | |
period/dot (.). | |||||
2017-11-27 | - Got rid of even more dots. | Eduardo Julian | 1 | -1/+1 | |
2017-11-15 | - Re-named "lux/meta" to to "lux/macro". | Eduardo Julian | 1 | -3/+3 | |
2017-10-16 | - Re-named "Lux" type to "Meta". | Eduardo Julian | 1 | -3/+3 | |
- Moved lux/type/* under lux/meta/*. | |||||
2017-07-22 | - Removed the "M" suffix from monadic functions. | Eduardo Julian | 1 | -1/+1 | |
2017-06-23 | - Added Fold structure for rose trees. | Eduardo Julian | 1 | -2/+10 | |
2017-06-21 | - CLI, Syntax and Lexer are now based upon a common Parser type. | Eduardo Julian | 1 | -5/+6 | |
2017-05-07 | - Renamed "AST" to "Code". | Eduardo Julian | 1 | -4/+4 | |
2017-04-11 | - Fused the lux/compiler and lux/macro modules. | Eduardo Julian | 1 | -1/+1 | |
2017-04-06 | - Made some changes to (rose) trees and zippers. | Eduardo Julian | 1 | -16/+25 | |
2017-01-26 | - Changed the license from MPL 2.0 to MIT. | Eduardo Julian | 1 | -5/+0 | |
2017-01-25 | - Moved the lux/data/struct/* modules to lux/data/coll/*. | Eduardo Julian | 1 | -1/+1 | |
- Did the same for the lux/codata/struct/* modules. - Moved lux/codata/io to lux/io. - Moved lux/control/effect to lux/effect. - Renamed "sample" functions to "this" functions. - Renamed "at" functions to "nth" functions. | |||||
2017-01-25 | - Renamed lux/data/struct/tree to lux/data/struct/tree/rose. | Eduardo Julian | 1 | -0/+0 | |
- Moved lux/data/struct/zipper to lux/data/struct/tree/zipper. - Moved lux/regex to lux/lexer/regex. - Changed the suffix of annotation tags, from M to A. - Renamed Frac(tional) numbers to Deg(rees). | |||||
2017-01-04 | - Updated the documentation of most modules left. | Eduardo Julian | 1 | -1/+7 | |
- Minor refactorings. | |||||
2016-12-12 | - No longer using record syntax in certain macros. | Eduardo Julian | 1 | -1/+1 | |
2016-12-01 | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵ | Eduardo Julian | 1 | -0/+54 | |
plugin's and the Emacs mode's into a big monorepo, to keep development unified. |