aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/number.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-83/+0
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-13/+13
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian1-4/+4
convention that only macros that deal with types may start with a colon.
2020-10-07Re-named "Cursor" type to "Location".Eduardo Julian1-2/+2
2020-05-19Can now write TAR files.Eduardo Julian1-2/+2
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-19/+20
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+1
2019-04-04Changed the order of the inputs to the common extensions.Eduardo Julian1-1/+1
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-1/+1
2019-03-14Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian1-5/+5
2019-03-13Replaced the digit separator in numbers from "_" to ",".Eduardo Julian1-11/+11
2019-02-04Changed the naming style for structures.Eduardo Julian1-952/+9
2019-02-03Some refactoring around the identity function.Eduardo Julian1-34/+30
2018-12-15No longer relying on "signature:"'s and "structure:"'s internal ↵Eduardo Julian1-1/+0
macro-expansion to handle the "do-template"s inside.
2018-12-15Re-named the "Error" tag to "Failure".Eduardo Julian1-22/+22
2018-08-23"lux text char" is now unsafe/optimized.Eduardo Julian1-74/+80
2018-08-23Optimized text clipping.Eduardo Julian1-45/+39
2018-08-23No more escaping of new-line.Eduardo Julian1-3/+1
2018-08-23No more escaping of double-quotes.Eduardo Julian1-1/+1
2018-08-20Fixed syntax bug.Eduardo Julian1-2/+2
2018-08-03Moved "Array" type back into "lux/data/collection/array".Eduardo Julian1-1/+1
2018-07-31Now implementing array functionality in stdlib instead of the compiler.Eduardo Julian1-5/+7
2018-07-30Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian1-12/+13
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-173/+168
2018-07-28Added "+" sign to positive Int.Eduardo Julian1-119/+137
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-160/+160
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-5/+5
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-9/+9
- Small improvements to lux-mode.
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-5/+5
2018-07-13- Re-named "lux/data/bit" to "lux/data/number/i64".Eduardo Julian1-22/+23
2018-07-11- Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian1-4/+5
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-12/+14
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-3/+3
2018-07-10- Re-named "struct:" to "structure:".Eduardo Julian1-19/+19
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian1-10/+10
2018-07-04- Re-named "degree" to "revolution".Eduardo Julian1-40/+40
2018-07-04- Implemented not-a-number and both infinities in pure Lux.Eduardo Julian1-5/+5
2018-07-03- Re-named ":!" to ":coerce".Eduardo Julian1-16/+16
2018-06-17- Migrated Scheme back-end to stdlib.Eduardo Julian1-3/+3
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian1-3/+3
- Removed some modules that should have been deleted before.
2018-05-13- Re-named ".../eq" modules to ".../equality".Eduardo Julian1-1/+1
- Other minor improvements.
2018-05-13- Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian1-79/+79
2018-05-07- Implemented Deg functionality in pure Lux.Eduardo Julian1-5/+5
2018-05-06- Implemented Nat functionality in pure Lux.Eduardo Julian1-1/+1
2018-05-06- Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵Eduardo Julian1-5/+5
signed-shift-right -> arithmetic-right-shift.
2018-05-06- Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian1-40/+149
2018-05-01- Allow underscore separators in the hex, octal and binary encoding macros ↵Eduardo Julian1-29/+60
for Nat/Int/Deg/Frac.
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the ↵Eduardo Julian1-109/+109
period/dot (.).
2017-11-28- Re-named the "." function to "compose" and moved it to lux/function.Eduardo Julian1-1/+1
2017-11-27- Got rid of even more dots.Eduardo Julian1-1/+1