aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/math/number (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-taggification | part 4Eduardo Julian2021-09-0710-82/+82
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-059-28/+28
* De-taggification | part 2Eduardo Julian2021-09-0410-45/+45
* De-taggification | part 0Eduardo Julian2021-08-291-2/+2
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-1/+1
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-262-9/+10
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2410-49/+49
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-1/+1
* Some bug fixes.Eduardo Julian2021-08-188-35/+35
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-19/+19
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-112-9/+10
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-092-8/+8
* No more #export magic syntax.Eduardo Julian2021-08-0810-15/+15
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-079-14/+14
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-2/+2
* Even more renamings.Eduardo Julian2021-08-011-4/+4
* Yet more renamings.Eduardo Julian2021-07-313-13/+13
* More renamings.Eduardo Julian2021-07-305-35/+35
* Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian2021-07-293-6/+12
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-272-4/+4
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-256-23/+23
* Fixed some inconsistent naming.Eduardo Julian2021-07-162-4/+4
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-1510-10/+10
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1410-138/+148
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-1210-79/+69
* Some updates for the new compilers.Eduardo Julian2021-06-291-11/+23
* Re-named lux/host to lux/ffi.Eduardo Julian2021-05-241-2/+2
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-282-24/+33
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-091-1/+2
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-032-34/+34
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-2/+2
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-2910-0/+1519