aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math/number (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian10-2304/+0
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2-13/+13
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian7-39/+39
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
2021-06-29Some updates for the new compilers.Eduardo Julian1-21/+9
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian1-2/+2
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian1-12/+13
2021-05-18Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian3-12/+18
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-02-10Continuing with LuaEduardo Julian3-15/+20
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian5-34/+39
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian3-57/+83
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2-8/+8
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian10-0/+2244