Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No longer relying on "signature:"'s and "structure:"'s internal ↵ | Eduardo Julian | 2018-12-15 | 1 | -1/+0 |
| | | | | macro-expansion to handle the "do-template"s inside. | ||||
* | Re-named the "Error" tag to "Failure". | Eduardo Julian | 2018-12-15 | 1 | -22/+22 |
| | |||||
* | "lux text char" is now unsafe/optimized. | Eduardo Julian | 2018-08-23 | 1 | -74/+80 |
| | |||||
* | Optimized text clipping. | Eduardo Julian | 2018-08-23 | 1 | -45/+39 |
| | |||||
* | No more escaping of new-line. | Eduardo Julian | 2018-08-23 | 1 | -3/+1 |
| | |||||
* | No more escaping of double-quotes. | Eduardo Julian | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | Fixed syntax bug. | Eduardo Julian | 2018-08-20 | 1 | -2/+2 |
| | |||||
* | Moved "Array" type back into "lux/data/collection/array". | Eduardo Julian | 2018-08-03 | 1 | -1/+1 |
| | |||||
* | Now implementing array functionality in stdlib instead of the compiler. | Eduardo Julian | 2018-07-31 | 1 | -5/+7 |
| | |||||
* | Now implementing math functionality in stdlib instead of the compiler. | Eduardo Julian | 2018-07-30 | 1 | -12/+13 |
| | |||||
* | Removed temporary "|" prefix on Nat. | Eduardo Julian | 2018-07-28 | 1 | -173/+168 |
| | |||||
* | Added "+" sign to positive Int. | Eduardo Julian | 2018-07-28 | 1 | -119/+137 |
| | |||||
* | Temporary commit to get rid of "+" signs for Nat. | Eduardo Julian | 2018-07-28 | 1 | -160/+160 |
| | |||||
* | No longer giving default aliases to un-prefixed imports. | Eduardo Julian | 2018-07-20 | 1 | -5/+5 |
| | |||||
* | - New syntax for bit values: "#0" and "#1", instead of "false" and "true". | Eduardo Julian | 2018-07-14 | 1 | -9/+9 |
| | | | - Small improvements to lux-mode. | ||||
* | Re-named "Bool" type to "Bit". | Eduardo Julian | 2018-07-13 | 1 | -5/+5 |
| | |||||
* | - Re-named "lux/data/bit" to "lux/data/number/i64". | Eduardo Julian | 2018-07-13 | 1 | -22/+23 |
| | |||||
* | - Got rid of "lux text replace-once" and "lux text replace-all" extensions. | Eduardo Julian | 2018-07-11 | 1 | -4/+5 |
| | |||||
* | - Improvements to import syntax [part 2]. | Eduardo Julian | 2018-07-11 | 1 | -12/+14 |
| | |||||
* | - Improvements to import syntax [part 0]. | Eduardo Julian | 2018-07-10 | 1 | -3/+3 |
| | |||||
* | - Re-named "struct:" to "structure:". | Eduardo Julian | 2018-07-10 | 1 | -19/+19 |
| | |||||
* | - Re-named "equality" to "equivalence". | Eduardo Julian | 2018-07-05 | 1 | -10/+10 |
| | |||||
* | - Re-named "degree" to "revolution". | Eduardo Julian | 2018-07-04 | 1 | -40/+40 |
| | |||||
* | - Implemented not-a-number and both infinities in pure Lux. | Eduardo Julian | 2018-07-04 | 1 | -5/+5 |
| | |||||
* | - Re-named ":!" to ":coerce". | Eduardo Julian | 2018-07-03 | 1 | -16/+16 |
| | |||||
* | - Migrated Scheme back-end to stdlib. | Eduardo Julian | 2018-06-17 | 1 | -3/+3 |
| | |||||
* | - Re-named "Top" to "Any", and "Bottom" to "Nothing". | Eduardo Julian | 2018-05-20 | 1 | -3/+3 |
| | | | - Removed some modules that should have been deleted before. | ||||
* | - Re-named ".../eq" modules to ".../equality". | Eduardo Julian | 2018-05-13 | 1 | -1/+1 |
| | | | - Other minor improvements. | ||||
* | - Added new #I64 type as foundation for types based on 64-bit integers. | Eduardo Julian | 2018-05-13 | 1 | -79/+79 |
| | |||||
* | - Implemented Deg functionality in pure Lux. | Eduardo Julian | 2018-05-07 | 1 | -5/+5 |
| | |||||
* | - Implemented Nat functionality in pure Lux. | Eduardo Julian | 2018-05-06 | 1 | -1/+1 |
| | |||||
* | - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵ | Eduardo Julian | 2018-05-06 | 1 | -5/+5 |
| | | | | signed-shift-right -> arithmetic-right-shift. | ||||
* | - Removed "lux text upper" and "lux text lower" procedures. | Eduardo Julian | 2018-05-06 | 1 | -40/+149 |
| | |||||
* | - Allow underscore separators in the hex, octal and binary encoding macros ↵ | Eduardo Julian | 2018-05-01 | 1 | -29/+60 |
| | | | | for Nat/Int/Deg/Frac. | ||||
* | - Changed the identifier separator, from the semi-colon (;) to the ↵ | Eduardo Julian | 2017-11-29 | 1 | -109/+109 |
| | | | | period/dot (.). | ||||
* | - Re-named the "." function to "compose" and moved it to lux/function. | Eduardo Julian | 2017-11-28 | 1 | -1/+1 |
| | |||||
* | - Got rid of even more dots. | Eduardo Julian | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | - Changed the prefixes of numeric functions. | Eduardo Julian | 2017-11-27 | 1 | -168/+168 |
| | |||||
* | - Fixed some bugs. | Eduardo Julian | 2017-11-22 | 1 | -39/+39 |
| | | | | - Some refactoring. - Added some alternative snippets of code that new-luxc can handle better. | ||||
* | - Fixed some bugs. | Eduardo Julian | 2017-11-21 | 1 | -11/+10 |
| | | | - Some small refactoring. | ||||
* | - Made "lux text clip" work like it used to. | Eduardo Julian | 2017-11-14 | 1 | -31/+35 |
| | |||||
* | - Removed "lux text last-index" procedure. | Eduardo Julian | 2017-11-14 | 1 | -35/+31 |
| | | | | | - 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 | -36/+36 |
| | | | - Fixed some bugs. | ||||
* | - Changed how Lux procedures work on the old compiler and the stdlib. | Eduardo Julian | 2017-11-06 | 1 | -103/+97 |
| | |||||
* | - Re-named "Result" type back to "Error". | Eduardo Julian | 2017-10-16 | 1 | -37/+37 |
| | |||||
* | - Moved Array type to lux.lux. | Eduardo Julian | 2017-10-16 | 1 | -1/+1 |
| | | | | - Re-named some array functions. - Minor refactorings. | ||||
* | - Added monoid composition. | Eduardo Julian | 2017-10-11 | 1 | -1/+1 |
| | |||||
* | - Changed the terminology of monoids ("append" -> "compose", "unit" -> ↵ | Eduardo Julian | 2017-09-19 | 1 | -3/+3 |
| | | | | "identity"). | ||||
* | - Some refactoring. | Eduardo Julian | 2017-09-19 | 1 | -21/+22 |
| | | | - Moved "assume" and "default" to lux/data/maybe. | ||||
* | - Renamed bitwise right-shifting functions. | Eduardo Julian | 2017-09-05 | 1 | -1/+1 |
| |