aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/math.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some bug fixes.Eduardo Julian2021-08-181-2/+2
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-4/+4
* Yet more renamings.Eduardo Julian2021-07-311-4/+4
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-0/+11
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-13/+14
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-2/+2
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-261-12/+12
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-241-58/+124
* Improved compilation of loops and pattern-matching for Python. Eduardo Julian2021-02-011-1/+2
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-031-7/+2
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-13/+17
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-13/+13
* Refactored "export" common syntax.Eduardo Julian2020-12-231-0/+1
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-4/+4
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-1/+0
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-8/+8
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-4/+4
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-9/+10
* No more "f/"-prefixed functions.Eduardo Julian2019-07-241-14/+15
* Got rid of the "Number" abstraction.Eduardo Julian2019-07-241-3/+3
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-2/+2
* Applied several tweaks to make the code easier to process by the new compiler.Eduardo Julian2019-05-281-1/+1
* Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian2019-04-061-58/+59
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-2/+1
* Fixed some more tests.Eduardo Julian2019-03-301-4/+4
* Ported tests for math-related modules.Eduardo Julian2019-03-241-108/+76
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-7/+7
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-2/+3
* Integrated tests into normal source code.Eduardo Julian2019-02-051-0/+125