| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-named "lux/platform" to "lux/tool". | Eduardo Julian | 2019-02-12 | 1 | -6/+3 |
* | Added the special # syntax for referring to the module's alias when opening s... | Eduardo Julian | 2019-02-11 | 1 | -2/+2 |
* | Changed the naming style for structures. | Eduardo Julian | 2019-02-04 | 1 | -11/+11 |
* | Re-named the "Error" tag to "Failure". | Eduardo Julian | 2018-12-15 | 1 | -8/+8 |
* | Moved the "lux/concurrency" modules under "lux/control". | Eduardo Julian | 2018-12-15 | 1 | -26/+26 |
* | Some refactoring and small fixes. | Eduardo Julian | 2018-12-04 | 1 | -3/+4 |
* | Some refactoring. | Eduardo Julian | 2018-12-04 | 1 | -3/+9 |
* | No more escaping of double-quotes. | Eduardo Julian | 2018-08-23 | 1 | -2/+2 |
* | Made some adjustments to fit stdlib's compiler infrastructure to new-luxc. | Eduardo Julian | 2018-08-04 | 1 | -5/+19 |
* | Re-named "seq" to "and" and "alt" to "or". | Eduardo Julian | 2018-07-21 | 1 | -5/+5 |
* | Re-named "Symbol" to "Identifier". | Eduardo Julian | 2018-07-21 | 1 | -4/+4 |
* | "^open" and "open:" now use aliases instead of prefixes, the same way as modu... | Eduardo Julian | 2018-07-20 | 1 | -2/+2 |
* | No longer giving default aliases to un-prefixed imports. | Eduardo Julian | 2018-07-20 | 1 | -4/+5 |
* | - Improvements to import syntax [part 2]. | Eduardo Julian | 2018-07-11 | 1 | -11/+13 |
* | - Improvements to import syntax [part 1]. | Eduardo Julian | 2018-07-11 | 1 | -2/+2 |
* | - Improvements to import syntax [part 0]. | Eduardo Julian | 2018-07-10 | 1 | -2/+2 |
* | - Re-named path "lux/data/coll/*" to "lux/data/collection/*". | Eduardo Julian | 2018-07-10 | 1 | -1/+1 |
* | - Re-named "equality" to "equivalence". | Eduardo Julian | 2018-07-05 | 1 | -1/+1 |
* | - Re-named "Top" to "Any", and "Bottom" to "Nothing". | Eduardo Julian | 2018-05-20 | 1 | -3/+3 |
* | - Improved the way "lux program" is analysed and compiled. | Eduardo Julian | 2018-05-08 | 1 | -35/+38 |
* | - Removed Void and Unit as kinds of types. | Eduardo Julian | 2018-05-05 | 1 | -3/+3 |
* | - Changed the syntax for the parameters of "syntax:". | Eduardo Julian | 2018-05-02 | 1 | -1/+3 |
* | - Improved the syntax for the "lux.function" macro. | Eduardo Julian | 2018-04-05 | 1 | -6/+6 |
* | - Added some ~! to some macros to stop them from imposing dependencies. | Eduardo Julian | 2017-12-02 | 1 | -4/+4 |
* | - "gensym" went back to producing Code, instead of Ident. | Eduardo Julian | 2017-12-02 | 1 | -7/+7 |
* | - Added context-sensitive macro-expansion by means of "lux in-module", and re... | Eduardo Julian | 2017-12-02 | 1 | -11/+9 |
* | - Changed some of the syntax for macro templating. | Eduardo Julian | 2017-12-01 | 1 | -8/+8 |
* | - Changed the identifier separator, from the semi-colon (;) to the period/dot... | Eduardo Julian | 2017-11-29 | 1 | -49/+49 |
* | - Re-named "lux/meta" to to "lux/macro". | Eduardo Julian | 2017-11-15 | 1 | -3/+3 |
* | - Changed the way some special forms work. | Eduardo Julian | 2017-10-25 | 1 | -22/+24 |
* | - Simplified CLI. | Eduardo Julian | 2017-10-17 | 1 | -46/+40 |
* | - Re-named "Lux" type to "Meta". | Eduardo Julian | 2017-10-16 | 1 | -3/+3 |
* | - Re-named "Result" type back to "Error". | Eduardo Julian | 2017-10-16 | 1 | -24/+24 |
* | - Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident... | Eduardo Julian | 2017-09-19 | 1 | -6/+6 |
* | - Some refactoring. | Eduardo Julian | 2017-09-19 | 1 | -5/+3 |
* | - "program:" now evaluates its body within an implicit IO monad. | Eduardo Julian | 2017-08-19 | 1 | -6/+10 |
* | - CLI, Syntax and Lexer are now based upon a common Parser type. | Eduardo Julian | 2017-06-21 | 1 | -161/+33 |
* | - Renamed "Error" to "Result". | Eduardo Julian | 2017-05-17 | 1 | -57/+57 |
* | - Renamed "AST" to "Code". | Eduardo Julian | 2017-05-07 | 1 | -4/+4 |
* | - Fixed the way "program:" CLI params are specified. | Eduardo Julian | 2017-04-14 | 1 | -8/+21 |
* | - Simplified some of the documentation and error messages. | Eduardo Julian | 2017-04-12 | 1 | -2/+2 |
* | - Fused the lux/compiler and lux/macro modules. | Eduardo Julian | 2017-04-11 | 1 | -1/+1 |
* | - Renamed "lambda" to "function". | Eduardo Julian | 2017-04-10 | 1 | -12/+12 |
* | - Changed the license from MPL 2.0 to MIT. | Eduardo Julian | 2017-01-26 | 1 | -5/+0 |
* | - Moved the lux/data/struct/* modules to lux/data/coll/*. | Eduardo Julian | 2017-01-25 | 1 | -2/+2 |
* | - Updated documentation for lux/cli, lux/compiler, lux/codata/*. | Eduardo Julian | 2017-01-02 | 1 | -0/+3 |
* | - No longer using record syntax in certain macros. | Eduardo Julian | 2016-12-12 | 1 | -1/+1 |
* | - Updated lux/cli tests. | Eduardo Julian | 2016-12-02 | 1 | -12/+11 |
* | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl... | Eduardo Julian | 2016-12-01 | 1 | -0/+271 |