Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-named old luxc-jvm to lux-bootstrapper. | Eduardo Julian | 2020-12-04 | 1 | -299/+0 |
| | |||||
* | Pure-Lux implementation for biggest and smallest Frac values. | Eduardo Julian | 2020-11-07 | 1 | -16/+0 |
| | |||||
* | Type-checking macros via the Macro' type from the standard library. | Eduardo Julian | 2020-10-12 | 1 | -3/+5 |
| | |||||
* | Re-named "Cursor" type to "Location". | Eduardo Julian | 2020-10-07 | 1 | -37/+37 |
| | |||||
* | Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation ↵ | Eduardo Julian | 2019-05-02 | 1 | -2/+10 |
| | | | | type and its "magical" compiler behavior. | ||||
* | Turned all "lux int ???" extensions to "lux i64 ???". | Eduardo Julian | 2019-04-28 | 1 | -12/+12 |
| | |||||
* | Turned all "lux frac ???" extensions to "lux f64 ???". | Eduardo Julian | 2019-04-28 | 1 | -27/+27 |
| | |||||
* | Forgot "lux text char". | Eduardo Julian | 2019-04-04 | 1 | -2/+2 |
| | |||||
* | Changed the order of the inputs to the common extensions. | Eduardo Julian | 2019-04-04 | 1 | -42/+33 |
| | |||||
* | Some micro-optimizations. | Eduardo Julian | 2018-08-24 | 1 | -6/+7 |
| | |||||
* | Added a special compiler optimization to pattern-match on characters faster. | Eduardo Julian | 2018-08-23 | 1 | -52/+77 |
| | |||||
* | "lux text char" is now unsafe/optimized. | Eduardo Julian | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | Optimized text clipping. | Eduardo Julian | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | - Fixed ordering issue with Lux arithmetic extensions. | Eduardo Julian | 2018-08-20 | 1 | -2/+2 |
| | | | - Fixed naming issue with extensions. | ||||
* | Now implementing box functionality in stdlib instead of the compiler. | Eduardo Julian | 2018-07-31 | 1 | -39/+0 |
| | |||||
* | Now implementing array functionality in stdlib instead of the compiler. | Eduardo Julian | 2018-07-31 | 1 | -60/+0 |
| | |||||
* | Now implementing process functionality in stdlib instead of the compiler. | Eduardo Julian | 2018-07-31 | 1 | -19/+0 |
| | |||||
* | Now implementing atom functionality in stdlib instead of the compiler. | Eduardo Julian | 2018-07-31 | 1 | -36/+0 |
| | |||||
* | Now implementing math functionality in stdlib instead of the compiler. | Eduardo Julian | 2018-07-30 | 1 | -46/+0 |
| | |||||
* | Re-named "Bool" type to "Bit". | Eduardo Julian | 2018-07-13 | 1 | -8/+8 |
| | |||||
* | - Removed "lux text hash" extension. | Eduardo Julian | 2018-07-11 | 1 | -2/+0 |
| | |||||
* | - Got rid of "lux text replace-once" and "lux text replace-all" extensions. | Eduardo Julian | 2018-07-11 | 1 | -25/+0 |
| | |||||
* | - Re-named Bound to Paremeter. | Eduardo Julian | 2018-07-04 | 1 | -2/+2 |
| | |||||
* | - Implemented not-a-number and both infinities in pure Lux. | Eduardo Julian | 2018-07-04 | 1 | -6/+0 |
| | |||||
* | - Re-named "Top" to "Any", and "Bottom" to "Nothing". | Eduardo Julian | 2018-05-20 | 1 | -11/+11 |
| | | | - Removed some modules that should have been deleted before. | ||||
* | - Added new #I64 type as foundation for types based on 64-bit integers. | Eduardo Julian | 2018-05-13 | 1 | -61/+74 |
| | |||||
* | - Re-named "lux process concurrency-level" to "lux process parallelism-level". | Eduardo Julian | 2018-05-08 | 1 | -12/+3 |
| | | | - Merged the functionality of "lux process future" into "lux process schedule". | ||||
* | - Implemented bit-count in pure Lux. | Eduardo Julian | 2018-05-07 | 1 | -9/+0 |
| | |||||
* | - Implemented Deg functionality in pure Lux. | Eduardo Julian | 2018-05-07 | 1 | -42/+0 |
| | |||||
* | - Implemented Nat functionality in pure Lux. | Eduardo Julian | 2018-05-06 | 1 | -37/+12 |
| | |||||
* | - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵ | Eduardo Julian | 2018-05-06 | 1 | -6/+6 |
| | | | | signed-shift-right -> arithmetic-right-shift. | ||||
* | - Removed "lux text upper" and "lux text lower" procedures. | Eduardo Julian | 2018-05-06 | 1 | -17/+0 |
| | |||||
* | - Removed Void and Unit as kinds of types. | Eduardo Julian | 2018-05-05 | 1 | -5/+5 |
| | | | - Changed the value of "unit" in the old LuxC to match the one in new-luxc. | ||||
* | - Implemented some math functions in pure Lux, to reduce the needs of the ↵ | Eduardo Julian | 2018-04-05 | 1 | -10/+0 |
| | | | | compiler, and make it easier to port Lux to new backends. | ||||
* | - Removed the "root2" and "root3" host procedures (their functionality is ↵ | Eduardo Julian | 2018-02-24 | 1 | -4/+0 |
| | | | | redundant, in the presence of the "pow" procedure). | ||||
* | - Added safe (single-threaded) mutation. | Eduardo Julian | 2017-12-31 | 1 | -0/+39 |
| | |||||
* | - Fixed some bugs. | Eduardo Julian | 2017-11-22 | 1 | -19/+5 |
| | | | | - Some refactoring. - Added some alternative snippets of code that new-luxc can handle better. | ||||
* | - Fixed some bugs. | Eduardo Julian | 2017-11-21 | 1 | -22/+22 |
| | | | - Some small refactoring. | ||||
* | - Made "lux text clip" work like it used to. | Eduardo Julian | 2017-11-14 | 1 | -3/+1 |
| | |||||
* | - Removed "lux text last-index" procedure. | Eduardo Julian | 2017-11-14 | 1 | -3/+1 |
| | | | | | - Removed "lux text trim" procedure. - Modified "lux text clip" procedure. - Some bug fixes. | ||||
* | - Type-vars no longer get deleted. | Eduardo Julian | 2017-11-13 | 1 | -2/+2 |
| | | | - Fixed some bugs. | ||||
* | - Changed how Lux procedures work on the old compiler and the stdlib. | Eduardo Julian | 2017-11-06 | 1 | -158/+127 |
| | |||||
* | - Re-named "real" numbers to "frac"(tions). | Eduardo Julian | 2017-09-04 | 1 | -44/+44 |
| | |||||
* | - Lux no longer has a Char primitive data-type. | Eduardo Julian | 2017-07-02 | 1 | -16/+2 |
| | |||||
* | - Renamed "App" to "Apply" and swapped the order of the arguments to it. | Eduardo Julian | 2017-06-21 | 1 | -9/+9 |
| | | | - Also did argument swapping for lux/type;application. | ||||
* | - Implemented Real<->Bits conversion (and used it to implement Hash<Real>). | Eduardo Julian | 2017-05-23 | 1 | -2/+0 |
| | |||||
* | - Removed "T" suffix from Type's tags. | Eduardo Julian | 2017-05-07 | 1 | -16/+16 |
| | |||||
* | - Fully implemented Deg encoding/decoding in pure Lux. | Eduardo Julian | 2017-05-07 | 1 | -3/+0 |
| | | | - No longer relying in LuxRT-supported implementations. | ||||
* | - Implemented Int encoding/decoding in the standard library. | Eduardo Julian | 2017-04-03 | 1 | -3/+0 |
| | | | | | - Moved some type-constructors for building functor types into the lux/control/functor module. - Renamed Ord to Order. - Renamed Env to Reader. | ||||
* | - Nat encoding/decoding is now implemented in the standard library. | Eduardo Julian | 2017-03-30 | 1 | -3/+0 |
| |