aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/math/number (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-07De-taggification | part 4Eduardo Julian10-82/+82
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian9-28/+28
2021-09-04De-taggification | part 2Eduardo Julian10-45/+45
2021-08-29De-taggification | part 0Eduardo Julian1-2/+2
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-1/+1
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2-9/+10
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian10-49/+49
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-1/+1
2021-08-18Some bug fixes.Eduardo Julian8-35/+35
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-19/+19
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian2-9/+10
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian2-8/+8
2021-08-08No more #export magic syntax.Eduardo Julian10-15/+15
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian9-14/+14
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-2/+2
2021-08-01Even more renamings.Eduardo Julian1-4/+4
2021-07-31Yet more renamings.Eduardo Julian3-13/+13
2021-07-30More renamings.Eduardo Julian5-35/+35
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian3-6/+12
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian2-4/+4
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian6-23/+23
2021-07-16Fixed some inconsistent naming.Eduardo Julian2-4/+4
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian10-10/+10
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian10-138/+148
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian10-79/+69
2021-06-29Some updates for the new compilers.Eduardo Julian1-11/+23
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian1-2/+2
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2-24/+33
2021-01-09Turned I64 and variant creation functions into constructors for JS.Eduardo Julian1-1/+2
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2-34/+34
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-2/+2
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian10-0/+1519