aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/host.jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Removed the "M" suffix from monadic functions.Eduardo Julian2017-07-221-10/+10
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-021-1/+0
* - Remove the suffixes of "lift" functions for monad transformers.Eduardo Julian2017-07-011-140/+140
* - Miscellaneous refactoring.Eduardo Julian2017-06-261-1/+1
* - Renamed "App" to "Apply" and swapped the order of the arguments to it.Eduardo Julian2017-06-211-1/+1
* - CLI, Syntax and Lexer are now based upon a common Parser type.Eduardo Julian2017-06-211-117/+118
* - Small refactorings and name-changes.Eduardo Julian2017-06-171-35/+35
* - Added Hash<Bool> and as-is macro..Eduardo Julian2017-06-141-2/+2
* - Renamed ^=> to ^multi.Eduardo Julian2017-05-241-4/+4
* - Renamed "AST" to "Code".Eduardo Julian2017-05-071-134/+134
* - Changed the name of "let%" to "with-expansions".Eduardo Julian2017-05-071-12/+13
* - Removed "T" suffix from Type's tags.Eduardo Julian2017-05-071-6/+6
* - Removed the "S" suffix from AST tags.Eduardo Julian2017-05-031-9/+9
* - Small refactorings and fixes.Eduardo Julian2017-04-301-4/+4
* - Simplified some of the documentation and error messages.Eduardo Julian2017-04-121-6/+6
* - Fused the lux/compiler and lux/macro modules.Eduardo Julian2017-04-111-26/+26
* - Renamed "LambdaT" to "FunctionT".Eduardo Julian2017-04-101-1/+1
* - Renamed "lambda" to "function".Eduardo Julian2017-04-101-22/+22
* - Renamed lux/data/text;replace to replace-all.Eduardo Julian2017-04-061-1/+1
* - Renamed lux/codata/* to lux/function/* and moved the lux/codata/coll/stream...Eduardo Julian2017-04-031-1/+0
* - Forgot commit the change about ["jvm" "try"] for lux/host.jvm.luxEduardo Julian2017-03-281-25/+2
* - Implemented custom JS host procedures.Eduardo Julian2017-03-151-0/+2169