aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some bug fixes.Eduardo Julian2021-08-188-38/+38
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-2/+2
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-1/+1
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-132-2/+2
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-122-2/+2
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-114-5/+5
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-092-4/+4
|
* No more #export magic syntax.Eduardo Julian2021-08-089-16/+16
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-079-29/+29
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-1/+1
| | | | more than once.
* More renamings.Eduardo Julian2021-07-309-13/+13
|
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-281-4/+4
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-279-337/+337
|
* Re-named Promise to Async.Eduardo Julian2021-07-269-58/+58
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-253-11/+11
|
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-0/+68
|
* Now properly loading cached modules.Eduardo Julian2021-07-172-2/+10
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-149-216/+225
|
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-121-6/+7
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-129-38/+57
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-3/+6
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-2/+5
|
* Simplified the API for file-system operations.Eduardo Julian2021-07-065-180/+133
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-029-54/+36
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-303-4/+4
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-278-80/+50
|
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-261-4/+4
|
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-243-22/+29
|
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-184-28/+64
|
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-143-14/+15
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-293-22/+21
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-293-11/+12
|
* Some renamings.Eduardo Julian2020-12-261-4/+5
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-259-266/+266
|
* Refactored "export" common syntax.Eduardo Julian2020-12-232-10/+11
|
* Properly naming unicode Block type.Eduardo Julian2020-12-221-5/+5
|
* Improved parsing speed for Lux code.Eduardo Julian2020-12-112-2/+2
|
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-106-43/+70
|
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-103-38/+24
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-2/+1
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-039-260/+403
|
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-022-2/+29
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-028-57/+57
| | | | convention that only macros that deal with types may start with a colon.
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-021-0/+147
|
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-287-58/+141
|
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-0/+147
|
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-2/+2
|
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-245-11/+99
|
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-071-0/+129
|
* Added CoMonad for CoFree.Eduardo Julian2020-11-021-0/+118
|