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