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
/
cli.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-29
- Changed the identifier separator, from the semi-colon (;) to the period/dot...
Eduardo Julian
1
-49
/
+49
2017-11-15
- Re-named "lux/meta" to to "lux/macro".
Eduardo Julian
1
-3
/
+3
2017-10-25
- Changed the way some special forms work.
Eduardo Julian
1
-22
/
+24
2017-10-17
- Simplified CLI.
Eduardo Julian
1
-46
/
+40
2017-10-16
- Re-named "Lux" type to "Meta".
Eduardo Julian
1
-3
/
+3
2017-10-16
- Re-named "Result" type back to "Error".
Eduardo Julian
1
-24
/
+24
2017-09-19
- Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...
Eduardo Julian
1
-6
/
+6
2017-09-19
- Some refactoring.
Eduardo Julian
1
-5
/
+3
2017-08-19
- "program:" now evaluates its body within an implicit IO monad.
Eduardo Julian
1
-6
/
+10
2017-06-21
- CLI, Syntax and Lexer are now based upon a common Parser type.
Eduardo Julian
1
-161
/
+33
2017-05-17
- Renamed "Error" to "Result".
Eduardo Julian
1
-57
/
+57
2017-05-07
- Renamed "AST" to "Code".
Eduardo Julian
1
-4
/
+4
2017-04-14
- Fixed the way "program:" CLI params are specified.
Eduardo Julian
1
-8
/
+21
2017-04-12
- Simplified some of the documentation and error messages.
Eduardo Julian
1
-2
/
+2
2017-04-11
- Fused the lux/compiler and lux/macro modules.
Eduardo Julian
1
-1
/
+1
2017-04-10
- Renamed "lambda" to "function".
Eduardo Julian
1
-12
/
+12
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
-2
/
+2
2017-01-02
- Updated documentation for lux/cli, lux/compiler, lux/codata/*.
Eduardo Julian
1
-0
/
+3
2016-12-12
- No longer using record syntax in certain macros.
Eduardo Julian
1
-1
/
+1
2016-12-02
- Updated lux/cli tests.
Eduardo Julian
1
-12
/
+11
2016-12-01
- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...
Eduardo Julian
1
-0
/
+271