index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
/
source
/
lux
/
meta
/
syntax
/
common
/
reader.lux
(
unfollow
)
Commit message (
Expand
)
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
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 defini...
Eduardo Julian
1
-24
/
+26
2017-09-19
- Some refactoring.
Eduardo Julian
1
-2
/
+3
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 "wri...
Eduardo Julian
1
-63
/
+22
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
2017-01-25
- Renamed lux/data/struct/tree to lux/data/struct/tree/rose.
Eduardo Julian
1
-2
/
+2
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
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
2016-12-01
- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...
Eduardo Julian
1
-0
/
+164