aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math/number (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1410-2304/+0
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-112-13/+13
|
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-307-39/+39
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Some updates for the new compilers.Eduardo Julian2021-06-291-21/+9
|
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-241-2/+2
|
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-12/+13
|
* Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian2021-05-183-12/+18
|
* Frustrated with PHP's overflow/underflow logic.Eduardo Julian2021-03-141-16/+9
|
* Done with Python.Eduardo Julian2021-02-241-32/+32
|
* Almost done with Lua.Eduardo Julian2021-02-151-64/+100
|
* Continuing with LuaEduardo Julian2021-02-103-15/+20
|
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-285-34/+39
|
* Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2021-01-263-57/+83
|
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-032-8/+8
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-2910-0/+2244