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
/
control
/
effect.lux
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Removed algebraic effects module. If you want effects, just go with finally...
Eduardo Julian
2017-07-22
1
-344
/
+0
*
- Miscellaneous refactoring.
Eduardo Julian
2017-06-26
1
-2
/
+2
*
- Renamed "App" to "Apply" and swapped the order of the arguments to it.
Eduardo Julian
2017-06-21
1
-11
/
+11
*
- CLI, Syntax and Lexer are now based upon a common Parser type.
Eduardo Julian
2017-06-21
1
-15
/
+16
*
- Split "lux/macro/syntax/common" into 2 other sub-modules ("reader" and "wri...
Eduardo Julian
2017-06-19
1
-13
/
+15
*
- Small refactorings and name-changes.
Eduardo Julian
2017-06-17
1
-13
/
+13
*
- Renamed ^=> to ^multi.
Eduardo Julian
2017-05-24
1
-10
/
+10
*
- Renamed "Error" to "Result".
Eduardo Julian
2017-05-17
1
-1
/
+0
*
- Renamed "AST" to "Code".
Eduardo Julian
2017-05-07
1
-19
/
+19
*
- Removed "T" suffix from Type's tags.
Eduardo Julian
2017-05-07
1
-13
/
+13
*
- Fused the lux/compiler and lux/macro modules.
Eduardo Julian
2017-04-11
1
-13
/
+12
*
- Move the structures for the Free monad into lux/control/monad.
Eduardo Julian
2017-04-10
1
-53
/
+0
*
- Renamed "lambda" to "function".
Eduardo Julian
2017-04-10
1
-5
/
+5
*
- Some refactorings, new types & functions, and moved the lux/effect module t...
Eduardo Julian
2017-04-01
1
-0
/
+396
*
- Moved the lux/data/struct/* modules to lux/data/coll/*.
Eduardo Julian
2017-01-25
1
-406
/
+0
*
- Simplified the macros for asking about or ensuring AST tokens.
Eduardo Julian
2017-01-12
1
-1
/
+1
*
- Fixed a lot of errors in the documentation.
Eduardo Julian
2017-01-06
1
-16
/
+17
*
- Updated the documentation of most modules left.
Eduardo Julian
2017-01-04
1
-5
/
+51
*
- Fixed a bug in the way effect-handling worked.
Eduardo Julian
2016-12-18
1
-25
/
+32
*
- Bug fixes and refactorings for algebraic effects.
Eduardo Julian
2016-12-18
1
-42
/
+79
*
- Updated tests for lux/type.
Eduardo Julian
2016-12-15
1
-1
/
+1
*
- No longer using record syntax in certain macros.
Eduardo Julian
2016-12-12
1
-6
/
+6
*
- Minor refactorings and expansions.
Eduardo Julian
2016-12-04
1
-3
/
+3
*
- Changed the names of math op functions to make them more consistent and sim...
Eduardo Julian
2016-12-02
1
-1
/
+1
*
- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...
Eduardo Julian
2016-12-01
1
-0
/
+315