Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-07-22 | - Removed algebraic effects module. If you want effects, just go with ↵ | Eduardo Julian | 1 | -344/+0 | |
finally-tagless approach. | |||||
2017-06-26 | - Miscellaneous refactoring. | Eduardo Julian | 1 | -2/+2 | |
2017-06-21 | - Renamed "App" to "Apply" and swapped the order of the arguments to it. | Eduardo Julian | 1 | -11/+11 | |
- Also did argument swapping for lux/type;application. | |||||
2017-06-21 | - CLI, Syntax and Lexer are now based upon a common Parser type. | Eduardo Julian | 1 | -15/+16 | |
2017-06-19 | - Split "lux/macro/syntax/common" into 2 other sub-modules ("reader" and ↵ | Eduardo Julian | 1 | -13/+15 | |
"writer"). | |||||
2017-06-17 | - Small refactorings and name-changes. | Eduardo Julian | 1 | -13/+13 | |
2017-05-24 | - Renamed ^=> to ^multi. | Eduardo Julian | 1 | -10/+10 | |
2017-05-17 | - Renamed "Error" to "Result". | Eduardo Julian | 1 | -1/+0 | |
2017-05-07 | - Renamed "AST" to "Code". | Eduardo Julian | 1 | -19/+19 | |
2017-05-07 | - Removed "T" suffix from Type's tags. | Eduardo Julian | 1 | -13/+13 | |
2017-04-11 | - Fused the lux/compiler and lux/macro modules. | Eduardo Julian | 1 | -13/+12 | |
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. |