aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/dependency (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-123-51/+51
* Made the "#" character great again!Eduardo Julian2021-09-123-95/+95
* Migrated variants to the new syntax.Eduardo Julian2021-09-103-57/+57
* De-taggification | part 4Eduardo Julian2021-09-073-71/+71
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-052-7/+7
* De-taggification | part 2Eduardo Julian2021-09-043-36/+36
* Unified tuple and record syntax.Eduardo Julian2021-09-032-18/+18
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-21/+21
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-232-26/+26
* Some bug fixes.Eduardo Julian2021-08-182-46/+46
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-162-4/+4
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-2/+2
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-122-3/+3
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-2/+2
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-092-6/+6
* No more #export magic syntax.Eduardo Julian2021-08-083-6/+6
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-072-11/+11
* Even more renamings.Eduardo Julian2021-08-011-2/+2
* More renamings.Eduardo Julian2021-07-301-4/+4
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-273-117/+112
* Re-named Promise to Async.Eduardo Julian2021-07-262-11/+11
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-21/+21
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-0/+14
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-152-2/+2
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-143-66/+69
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-123-12/+10
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-0/+12
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-4/+18
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-022-58/+265
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-3/+3
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-241-214/+243
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-181-115/+117
* Some renamings.Eduardo Julian2020-12-261-4/+5
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-125/+125
* Refactored "export" common syntax.Eduardo Julian2020-12-231-86/+102
* Properly naming unicode Block type.Eduardo Julian2020-12-221-0/+34
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-15/+15
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-3/+3
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-021-3/+3
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-34/+34
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-38/+38
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-0/+371