aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/command (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Allow defining anonymous actors.Eduardo Julian2020-11-022-5/+5
|
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-0/+101
|
* Some small refactoring.Eduardo Julian2020-10-251-1/+1
|
* Changed type-parameters for Mixin types.Eduardo Julian2020-10-241-0/+67