aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-04- Re-named "real" numbers to "frac"(tions).Eduardo Julian1-46/+46
2017-08-22- Small fixes and refactorings.Eduardo Julian1-1/+1
2017-08-02- Re-implemented polytypic matchers in terms of lux/control/parser.Eduardo Julian1-1/+1
2017-07-15- Can now generate Eq instances for #rec-style recursive types.Eduardo Julian1-2/+2
2017-07-02- Lux no longer has a Char primitive data-type.Eduardo Julian1-122/+84
2017-06-23- Added #compiler-name back to Compiler-Info.Eduardo Julian1-10/+16
2017-06-21- Renamed "App" to "Apply" and swapped the order of the arguments to it.Eduardo Julian1-107/+117
2017-06-19- Changed the type of Def so that values have type Top, instead of Void.Eduardo Julian1-6/+6
2017-06-19- Fixed a bug when generating the aliases of modules involving relative addre...Eduardo Julian1-3/+3
2017-06-14- Added Hash<Bool> and as-is macro..Eduardo Julian1-3/+6
2017-05-24- Renamed ^=> to ^multi.Eduardo Julian1-4/+4
2017-05-15- Defined the dummy-cursor (to be used anywhere needed).Eduardo Julian1-4/+5
2017-05-09- Small fixes and refactorings.Eduardo Julian1-2/+2
2017-05-07- Renamed "AST" to "Code".Eduardo Julian1-201/+201
2017-05-07- Changed the name of "let%" to "with-expansions".Eduardo Julian1-24/+27
2017-05-07- Removed "T" suffix from Type's tags.Eduardo Julian1-373/+373
2017-05-07- Fully implemented Deg encoding/decoding in pure Lux.Eduardo Julian1-7/+4
2017-05-04- Removed the "Debug" compiler mode.Eduardo Julian1-13/+9
2017-05-03- Removed the "S" suffix from AST tags.Eduardo Julian1-402/+402
2017-05-03- Changes the types of a few compiler-state components.Eduardo Julian1-9/+6
2017-05-01- Changed the way Scope works, to make it independent from the notion of Anal...Eduardo Julian1-14/+29
2017-04-30- Renamed fields of scopes.Eduardo Julian1-13/+13
2017-04-30- Updated the compiler's type-checking context to match it with lux/type/check.Eduardo Julian1-16/+36
2017-04-30- Small refactorings and fixes.Eduardo Julian1-28/+35
2017-04-12- Simplified some of the documentation and error messages.Eduardo Julian1-14/+14
2017-04-10- Renamed "LambdaT" to "FunctionT".Eduardo Julian1-69/+69
2017-04-10- Renamed _lux_lambda to _lux_function.Eduardo Julian1-72/+72
2017-04-10- Renamed "lambda" to "function".Eduardo Julian1-362/+362
2017-04-10- Renamed lambda' and lambda'' to function' and function''.Eduardo Julian1-613/+613
2017-04-08- Fixed a bug in the way the Rec macro worked (it didn't update the indices o...Eduardo Julian1-1/+2
2017-04-06- Renamed lux/data/text;replace to replace-all.Eduardo Julian1-10/+10
2017-04-05- Moved lux/lexer and lux/lexer/regex to lux/data/text/lexer and lux/data/tex...Eduardo Julian1-65/+1
2017-04-04- :: can now be used to refer to sub-structures within a structure.Eduardo Julian1-35/+50
2017-04-03- Implemented Int encoding/decoding in the standard library.Eduardo Julian1-78/+85
2017-03-30- Nat encoding/decoding is now implemented in the standard library.Eduardo Julian1-4/+25
2017-03-28- Forgot commit the change about ["jvm" "try"] for lux/host.jvm.luxEduardo Julian1-21/+26
2017-02-23- Re-designed atomic operations as common procedures.Eduardo Julian1-5/+5
2017-02-22- Implemented a variety of new procedures for text, chars, math and arrays.Eduardo Julian1-7/+11
2017-02-16- Implemented several new procedures.Eduardo Julian1-74/+88
2017-02-11- Now doing common array analysis/compilation.Eduardo Julian1-9/+8
2017-02-05- Added support for compiling _lux_proc (some procedures).Eduardo Julian1-151/+147
2017-01-30- The data for checking which exceptions are being catched has been moved fro...Eduardo Julian1-17/+22
2017-01-30- More refactorings.Eduardo Julian1-22/+41
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian1-5/+0
2017-01-25- Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian1-7/+7
2017-01-25- Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian1-206/+206
2017-01-17- Added some type combinators for type constructors.Eduardo Julian1-0/+9
2017-01-06- Fixed a lot of errors in the documentation.Eduardo Julian1-2/+3
2017-01-04- Moved the template: macro to the lux module.Eduardo Julian1-0/+114
2017-01-02- Updated documentation for lux/cli, lux/compiler, lux/codata/*.Eduardo Julian1-2/+2