aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/meta/syntax/common/reader.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-150/+0
2017-10-25- Changed the way some special forms work.Eduardo Julian1-2/+2
2017-10-16- Re-named "Lux" type to "Meta".Eduardo Julian1-3/+3
- Moved lux/type/* under lux/meta/*.
2017-10-16- Re-named lux/control/parser;opt to lux/control/parser;maybe.Eduardo Julian1-2/+2
2017-10-11- Eliminated the Anns and Ann-Value types, and now only using Code for ↵Eduardo Julian1-24/+26
definition annotations.
2017-09-19- Some refactoring.Eduardo Julian1-2/+3
- Moved "assume" and "default" to lux/data/maybe.
2017-06-26- Some refactoring.Eduardo Julian1-1/+1
2017-06-21- CLI, Syntax and Lexer are now based upon a common Parser type.Eduardo Julian1-25/+26
2017-06-19- Split "lux/macro/syntax/common" into 2 other sub-modules ("reader" and ↵Eduardo Julian1-63/+22
"writer").
2017-06-17- Small refactorings and name-changes.Eduardo Julian1-60/+71
2017-05-24- Renamed ^=> to ^multi.Eduardo Julian1-5/+5
2017-05-07- Renamed "AST" to "Code".Eduardo Julian1-13/+13
2017-04-11- Fused the lux/compiler and lux/macro modules.Eduardo Julian1-2/+2
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian1-5/+0
2017-01-25- Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian1-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 Julian1-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 Julian1-10/+10
2017-01-04- Updated the documentation of most modules left.Eduardo Julian1-13/+29
- Minor refactorings.
2016-12-12- No longer using record syntax in certain macros.Eduardo Julian1-5/+5
2016-12-01- Bug fixes, refactorings and minor expansions.Eduardo Julian1-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 Julian1-0/+164
plugin's and the Emacs mode's into a big monorepo, to keep development unified.