aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/abstract (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-taggification | part 4Eduardo Julian2021-09-0716-72/+72
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-052-5/+5
* De-taggification | part 2Eduardo Julian2021-09-0416-76/+76
* Updates to the Ruby compiler.Eduardo Julian2021-08-272-2/+2
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-249-44/+44
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-236-26/+26
* Some bug fixes.Eduardo Julian2021-08-184-16/+16
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-164-8/+8
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-2/+2
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-1/+1
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-1/+1
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-114-7/+10
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-1/+1
* No more #export magic syntax.Eduardo Julian2021-08-0816-19/+19
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-076-12/+12
* Even more renamings.Eduardo Julian2021-08-011-1/+1
* More renamings.Eduardo Julian2021-07-301-2/+2
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-283-6/+6
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-275-18/+18
* Re-named Promise to Async.Eduardo Julian2021-07-261-10/+10
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-255-10/+10
* Fixed some inconsistent naming.Eduardo Julian2021-07-161-2/+2
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-157-7/+7
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1416-214/+230
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-1216-61/+54
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-305-6/+6
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-121-0/+39
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-2911-37/+36
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-253-65/+65
* Removed several unnecessary imports.Eduardo Julian2020-12-123-56/+1
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-0/+37
* Re-named "with-cover" to "for".Eduardo Julian2020-12-106-40/+40
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-0213-110/+110
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-269-48/+48
* Added CoMonad for CoFree.Eduardo Julian2020-11-021-0/+51
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-312-10/+10
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-35/+0
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-091-0/+4
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-0112-292/+27
* Can now import previously exported libraries.Eduardo Julian2020-05-292-44/+126
* Can now parse TAR files.Eduardo Julian2020-05-283-5/+48
* Can now write TAR files.Eduardo Julian2020-05-194-2/+85
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-175-14/+14
* :share no longer relies on :assumeEduardo Julian2020-05-171-8/+7
* Parallel compilation for the new compiler(s).Eduardo Julian2020-05-161-2/+23
* Made test-running parallel again.Eduardo Julian2020-05-131-10/+34
* Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian2020-05-121-0/+14
* Now storing and loading extensions in the cache.Eduardo Julian2020-05-112-50/+98
* Now properly loading the cached definitions.Eduardo Julian2020-05-102-94/+122
* Including runtime machinery in the cache.Eduardo Julian2020-05-091-17/+67