Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-11-15 | - Re-named "lux/meta" to to "lux/macro". | Eduardo Julian | 1 | -150/+0 | |
2017-10-25 | - Changed the way some special forms work. | Eduardo Julian | 1 | -2/+2 | |
2017-10-16 | - Re-named "Lux" type to "Meta". | Eduardo Julian | 1 | -3/+3 | |
- Moved lux/type/* under lux/meta/*. | |||||
2017-10-16 | - Re-named lux/control/parser;opt to lux/control/parser;maybe. | Eduardo Julian | 1 | -2/+2 | |
2017-10-11 | - Eliminated the Anns and Ann-Value types, and now only using Code for ↵ | Eduardo Julian | 1 | -24/+26 | |
definition annotations. | |||||
2017-09-19 | - Some refactoring. | Eduardo Julian | 1 | -2/+3 | |
- Moved "assume" and "default" to lux/data/maybe. | |||||
2017-06-26 | - Some refactoring. | Eduardo Julian | 1 | -1/+1 | |
2017-06-21 | - CLI, Syntax and Lexer are now based upon a common Parser type. | Eduardo Julian | 1 | -25/+26 | |
2017-06-19 | - Split "lux/macro/syntax/common" into 2 other sub-modules ("reader" and ↵ | Eduardo Julian | 1 | -63/+22 | |
"writer"). | |||||
2017-06-17 | - Small refactorings and name-changes. | Eduardo Julian | 1 | -60/+71 | |
2017-05-24 | - Renamed ^=> to ^multi. | Eduardo Julian | 1 | -5/+5 | |
2017-05-07 | - Renamed "AST" to "Code". | Eduardo Julian | 1 | -13/+13 | |
2017-04-11 | - Fused the lux/compiler and lux/macro modules. | Eduardo Julian | 1 | -2/+2 | |
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 | -11/+11 | |
- 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 | -2/+2 | |
- 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-12 | - Simplified the macros for asking about or ensuring AST tokens. | Eduardo Julian | 1 | -10/+10 | |
2017-01-04 | - Updated the documentation of most modules left. | Eduardo Julian | 1 | -13/+29 | |
- Minor refactorings. | |||||
2016-12-12 | - No longer using record syntax in certain macros. | Eduardo Julian | 1 | -5/+5 | |
2016-12-01 | - Bug fixes, refactorings and minor expansions. | Eduardo Julian | 1 | -13/+14 | |
- Added tests for lux/data/error/exception. - Update tests for lux/data/format/json. | |||||
2016-12-01 | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵ | Eduardo Julian | 1 | -0/+164 | |
plugin's and the Emacs mode's into a big monorepo, to keep development unified. |