aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/poly (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made the "#" character great again!Eduardo Julian2021-09-121-13/+13
* Adjusted new compilers to work with the new variant syntax.Eduardo Julian2021-09-103-16/+16
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-3/+3
* No more annotations.Eduardo Julian2021-09-081-1/+1
* No more module annotations.Eduardo Julian2021-09-081-1/+0
* De-taggification | part 4Eduardo Julian2021-09-073-57/+57
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-053-4/+4
* De-taggification | part 2Eduardo Julian2021-09-043-19/+19
* Updates to the Ruby compiler.Eduardo Julian2021-08-273-12/+15
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-261-18/+0
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-243-64/+64
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-232-71/+72
* Some bug fixes.Eduardo Julian2021-08-183-15/+15
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-163-9/+9
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-143-4/+4
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-2/+3
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-112-23/+24
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-093-30/+30
* No more #export magic syntax.Eduardo Julian2021-08-083-3/+3
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-073-61/+56
* More renamings.Eduardo Julian2021-07-301-4/+4
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-273-155/+156
* Re-named Promise to Async.Eduardo Julian2021-07-263-6/+6
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-252-43/+42
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-143-103/+106
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-123-6/+6
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-302-10/+12
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-2/+5
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-281-1/+1
* Added lexically-scoped templates.Eduardo Julian2021-01-052-5/+3
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-293-22/+25
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-253-72/+72
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-022-10/+10
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-011-7/+7
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-57/+55
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-172-98/+98
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-072-54/+54
* Easy to use Rev constants.Eduardo Julian2020-10-313-41/+41
* Re-named some list functions.Eduardo Julian2020-10-243-6/+6
* Re-named "to-text" functions to "format".Eduardo Julian2020-10-151-2/+2
* Changed the format of project descriptor files.Eduardo Julian2020-09-163-5/+5
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-261-2/+2
* Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian2020-07-023-15/+38
* Updated test for function optimization.Eduardo Julian2020-06-111-19/+21
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-173-6/+5
* Moved polytypic code generators to their own branch.Eduardo Julian2019-09-073-0/+600