aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math/number/nat.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-379/+0
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-12/+12
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-8/+8
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
2021-03-14Frustrated with PHP's overflow/underflow logic.Eduardo Julian1-16/+9
2021-02-24Done with Python.Eduardo Julian1-32/+32
2021-02-15Almost done with Lua.Eduardo Julian1-64/+100
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian1-2/+2
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian1-4/+4
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-0/+0
2020-12-26Some renamings.Eduardo Julian1-0/+4
2020-12-09Added support for "Commons Clause" to Licentia.Eduardo Julian1-21/+15
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian1-2/+2
convention that only macros that deal with types may start with a colon.
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian1-2/+2
2020-05-05Fixed bugs while parsing modules' cached data.Eduardo Julian1-2/+6
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-22/+140
2019-07-24No more "f/"-prefixed functions.Eduardo Julian1-15/+39
+ No more "m/"-prefixed functions.
2019-07-24Got rid of the "Number" abstraction.Eduardo Julian1-18/+14
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-5/+5
2019-04-17Simplified the "Order" signature.Eduardo Julian1-4/+1
2019-04-11WIP: Lua compiler.Eduardo Julian1-1/+1
2019-04-06Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian1-2/+3
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+1
2019-04-04Forgot "lux text char".Eduardo Julian1-1/+1
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-2/+2
2019-03-29Fixed more tests.Eduardo Julian1-4/+6
2019-03-22Ported tests for number-related modules.Eduardo Julian1-1/+1
2019-03-13Replaced the digit separator in numbers from "_" to ",".Eduardo Julian1-2/+1
2019-02-04Changed the naming style for structures.Eduardo Julian1-0/+211