Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-04-10 | - Move the structures for the Free monad into lux/control/monad. | Eduardo Julian | 1 | -53/+0 | |
2017-04-10 | - Renamed "lambda" to "function". | Eduardo Julian | 1 | -5/+5 | |
2017-04-01 | - Some refactorings, new types & functions, and moved the lux/effect module ↵ | Eduardo Julian | 1 | -48/+43 | |
to lux/control/effect. | |||||
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 | -3/+3 | |
- 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-12 | - Simplified the macros for asking about or ensuring AST tokens. | Eduardo Julian | 1 | -1/+1 | |
2017-01-06 | - Fixed a lot of errors in the documentation. | Eduardo Julian | 1 | -16/+17 | |
2017-01-04 | - Updated the documentation of most modules left. | Eduardo Julian | 1 | -5/+51 | |
- Minor refactorings. | |||||
2016-12-18 | - Fixed a bug in the way effect-handling worked. | Eduardo Julian | 1 | -25/+32 | |
- Added tests for lux/control/effect. | |||||
2016-12-18 | - Bug fixes and refactorings for algebraic effects. | Eduardo Julian | 1 | -42/+79 | |
2016-12-15 | - Updated tests for lux/type. | Eduardo Julian | 1 | -1/+1 | |
- Added tests for lux/type/check and lux/type/auto. | |||||
2016-12-12 | - No longer using record syntax in certain macros. | Eduardo Julian | 1 | -6/+6 | |
2016-12-04 | - Minor refactorings and expansions. | Eduardo Julian | 1 | -3/+3 | |
2016-12-02 | - Changed the names of math op functions to make them more consistent and ↵ | Eduardo Julian | 1 | -1/+1 | |
similar. | |||||
2016-12-01 | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵ | Eduardo Julian | 1 | -0/+315 | |
plugin's and the Emacs mode's into a big monorepo, to keep development unified. |