Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-06-21 | - CLI, Syntax and Lexer are now based upon a common Parser type. | Eduardo Julian | 1 | -161/+33 | |
2017-05-17 | - Renamed "Error" to "Result". | Eduardo Julian | 1 | -57/+57 | |
2017-05-07 | - Renamed "AST" to "Code". | Eduardo Julian | 1 | -4/+4 | |
2017-04-14 | - Fixed the way "program:" CLI params are specified. | Eduardo Julian | 1 | -8/+21 | |
- Added before/after combinators to lux/cli. | |||||
2017-04-12 | - Simplified some of the documentation and error messages. | Eduardo Julian | 1 | -2/+2 | |
2017-04-11 | - Fused the lux/compiler and lux/macro modules. | Eduardo Julian | 1 | -1/+1 | |
2017-04-10 | - Renamed "lambda" to "function". | Eduardo Julian | 1 | -12/+12 | |
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 | -2/+2 | |
- 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-02 | - Updated documentation for lux/cli, lux/compiler, lux/codata/*. | Eduardo Julian | 1 | -0/+3 | |
2016-12-12 | - No longer using record syntax in certain macros. | Eduardo Julian | 1 | -1/+1 | |
2016-12-02 | - Updated lux/cli tests. | Eduardo Julian | 1 | -12/+11 | |
2016-12-01 | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵ | Eduardo Julian | 1 | -0/+271 | |
plugin's and the Emacs mode's into a big monorepo, to keep development unified. |