aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/math.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved "lux/macro" to "lux/meta/macro".Eduardo Julian2022-07-021-3/+4
* More traditional names for unquoting macros.Eduardo Julian2022-07-021-4/+4
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-2/+2
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-3/+3
* De-sigil-ification: suffix : [Part 3]Eduardo Julian2022-06-121-4/+4
* Extensible import syntax [Part 6]Eduardo Julian2022-06-041-1/+1
* Extensible import syntax [Part 5]Eduardo Julian2022-06-031-1/+1
* Extensible import syntax [Part 4]Eduardo Julian2022-06-031-2/+2
* Extensible import syntax [Part 3]Eduardo Julian2022-06-021-1/+1
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-5/+5
* Better names for testing macros (plus better indentation).Eduardo Julian2022-04-091-14/+14
* De-sigil-ification: $Eduardo Julian2022-04-081-82/+82
* Generalized/type-agnostic arithmetic.Eduardo Julian2022-03-161-141/+111
* Handled the hiccup in Python compilation.Eduardo Julian2021-09-171-23/+23
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-3/+3
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-12/+12
* De-taggification | part 4Eduardo Julian2021-09-071-11/+11
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-7/+7
* De-taggification | part 2Eduardo Julian2021-09-041-6/+6
* Updates to the Lua compiler.Eduardo Julian2021-08-251-2/+2
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-12/+12
* 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