aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/number/nat.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-350/+0
|
* Some renamings.Eduardo Julian2020-12-261-0/+4
|
* Added support for "Commons Clause" to Licentia.Eduardo Julian2020-12-091-21/+15
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-2/+2
| | | | convention that only macros that deal with types may start with a colon.
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-2/+2
|
* Fixed bugs while parsing modules' cached data.Eduardo Julian2020-05-051-2/+6
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-22/+140
|
* No more "f/"-prefixed functions.Eduardo Julian2019-07-241-15/+39
| | | + No more "m/"-prefixed functions.
* Got rid of the "Number" abstraction.Eduardo Julian2019-07-241-18/+14
|
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-5/+5
|
* Simplified the "Order" signature.Eduardo Julian2019-04-171-4/+1
|
* WIP: Lua compiler.Eduardo Julian2019-04-111-1/+1
|
* Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian2019-04-061-2/+3
|
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+1
|
* Forgot "lux text char".Eduardo Julian2019-04-041-1/+1
|
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-2/+2
|
* Fixed more tests.Eduardo Julian2019-03-291-4/+6
|
* Ported tests for number-related modules.Eduardo Julian2019-03-221-1/+1
|
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-131-2/+1
|
* Changed the naming style for structures.Eduardo Julian2019-02-041-0/+211