aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/poly (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* 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 ↵Eduardo Julian2020-12-022-10/+10
| | | | convention that only macros that deal with types may start with a colon.
* 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 ↵Eduardo Julian2020-07-023-15/+38
| | | | way... for now)
* 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