| Commit message (Expand) | Author | Files | Lines |
2017-11-06 | - Changed how Lux procedures work on the old compiler and the stdlib. | Eduardo Julian | 1 | -103/+97 |
2017-10-16 | - Re-named "Result" type back to "Error". | Eduardo Julian | 1 | -37/+37 |
2017-10-16 | - Moved Array type to lux.lux. | Eduardo Julian | 1 | -1/+1 |
2017-10-11 | - Added monoid composition. | Eduardo Julian | 1 | -1/+1 |
2017-09-19 | - Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident... | Eduardo Julian | 1 | -3/+3 |
2017-09-19 | - Some refactoring. | Eduardo Julian | 1 | -21/+22 |
2017-09-05 | - Renamed bitwise right-shifting functions. | Eduardo Julian | 1 | -1/+1 |
2017-09-04 | - Re-named "real" numbers to "frac"(tions). | Eduardo Julian | 1 | -78/+78 |
2017-07-15 | - Can now generate Eq instances for #rec-style recursive types. | Eduardo Julian | 1 | -1/+1 |
2017-07-02 | - Lux no longer has a Char primitive data-type. | Eduardo Julian | 1 | -32/+22 |
2017-06-19 | - Codecs no longer take into account underscore "_" separators for digits.. | Eduardo Julian | 1 | -5/+0 |
2017-05-24 | - Renamed ^=> to ^multi. | Eduardo Julian | 1 | -11/+11 |
2017-05-23 | - Implemented Real<->Bits conversion (and used it to implement Hash<Real>). | Eduardo Julian | 1 | -52/+126 |
2017-05-17 | - Renamed "Error" to "Result". | Eduardo Julian | 1 | -38/+38 |
2017-05-11 | - Fixed bugs with octal and hexadecimal encodings for reals. | Eduardo Julian | 1 | -11/+19 |
2017-05-09 | - Fixed some tests for lux/math/logic/fuzzy. | Eduardo Julian | 1 | -0/+4 |
2017-05-07 | - Removed "T" suffix from Type's tags. | Eduardo Julian | 1 | -1/+1 |
2017-05-07 | - Fully implemented Deg encoding/decoding in pure Lux. | Eduardo Julian | 1 | -37/+91 |
2017-05-05 | - Implemented Deg encoding. | Eduardo Julian | 1 | -9/+170 |
2017-05-03 | - Removed the "S" suffix from AST tags. | Eduardo Julian | 1 | -5/+5 |
2017-04-12 | - Simplified some of the documentation and error messages. | Eduardo Julian | 1 | -2/+2 |
2017-04-06 | - Added binary, octal and hexadecimal codecs for reals. | Eduardo Julian | 1 | -15/+258 |
2017-04-05 | - Added binary and hexadecimal syntax for degs. | Eduardo Julian | 1 | -3/+39 |
2017-04-05 | - Added binary, octal and hexadecimal codecs for ints. | Eduardo Julian | 1 | -132/+110 |
2017-04-03 | - Implemented Int encoding/decoding in the standard library. | Eduardo Julian | 1 | -14/+52 |
2017-03-30 | - Nat encoding/decoding is now implemented in the standard library. | Eduardo Julian | 1 | -1/+54 |
2017-03-28 | - Implemented finger-trees. | Eduardo Julian | 1 | -1/+1 |
2017-03-27 | - Expanded the lux/control/interval module. | Eduardo Julian | 1 | -6/+9 |
2017-02-22 | - Implemented a variety of new procedures for text, chars, math and arrays. | Eduardo Julian | 1 | -1/+2 |
2017-02-17 | - Added support for the new common procedures to the JVM backend. | Eduardo Julian | 1 | -2/+2 |
2017-02-17 | - Added more common procedures. | Eduardo Julian | 1 | -8/+34 |
2017-02-16 | - Implemented several new procedures. | Eduardo Julian | 1 | -65/+40 |
2017-01-27 | - Number no longer depends on Ord. | Eduardo Julian | 1 | -3/+0 |
2017-01-26 | - Changed the license from MPL 2.0 to MIT. | Eduardo Julian | 1 | -5/+0 |
2017-01-26 | - Renamed Bounded to Interval. | Eduardo Julian | 1 | -17/+18 |
2017-01-25 | - Renamed lux/data/struct/tree to lux/data/struct/tree/rose. | Eduardo Julian | 1 | -17/+17 |
2017-01-06 | - Fixed a lot of errors in the documentation. | Eduardo Julian | 1 | -3/+3 |
2017-01-04 | - Updated the documentation of most modules left. | Eduardo Julian | 1 | -7/+10 |
2016-12-25 | - Now, only using underscores (_) as number digit separators, without using c... | Eduardo Julian | 1 | -2/+1 |
2016-12-25 | - Fixed a bug where the Frac max value was getting confused with the min value. | Eduardo Julian | 1 | -4/+4 |
2016-12-22 | - Updated tests for lux/cli and lux/math/ratio. | Eduardo Julian | 1 | -1/+1 |
2016-12-12 | - Small fixes, refactorings and expansions. | Eduardo Julian | 1 | -2/+11 |
2016-12-02 | - Added Number implementation for Frac. | Eduardo Julian | 1 | -0/+13 |
2016-12-02 | - Changed the names of math op functions to make them more consistent and sim... | Eduardo Julian | 1 | -29/+29 |
2016-12-01 | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl... | Eduardo Julian | 1 | -0/+222 |