aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-1/+1
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-4/+4
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-123-7/+7
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-114-9/+8
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-092-10/+10
* No more #export magic syntax.Eduardo Julian2021-08-089-29/+29
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-077-14/+14
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-4/+4
* Even more renamings.Eduardo Julian2021-08-011-1/+1
* More renamings.Eduardo Julian2021-07-302-3/+3
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-283-9/+9
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-277-14/+14
* Re-named Promise to Async.Eduardo Julian2021-07-269-59/+59
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-252-9/+9
* Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian2021-07-242-17/+124
* Now properly loading cached modules.Eduardo Julian2021-07-171-14/+11
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-149-173/+182
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-123-39/+44
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-122-37/+53
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-114-5/+6
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-4/+13
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-081-8/+15
* Simplified the API for file-system operations.Eduardo Julian2021-07-065-83/+68
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-026-44/+30
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-10/+19
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-278-72/+73
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-243-63/+87
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-183-27/+53
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-113-6/+9
* Mo' updates, less problems.Eduardo Julian2021-02-074-29/+52
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-294-126/+73
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-293-4/+7
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-259-76/+76
* Refactored "export" common syntax.Eduardo Julian2020-12-231-6/+7
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-171-16/+102
* 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-103-23/+28
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-103-66/+63
* Re-named "with-cover" to "for".Eduardo Julian2020-12-103-6/+9
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-039-85/+120
* Replaced "contains?" function with "key?" function.Eduardo Julian2020-12-021-0/+16
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-027-29/+29
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-021-134/+50
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-012-2/+0
* Added "private" macro to lux/debug.Eduardo Julian2020-11-285-96/+123
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-274-45/+45
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-262-17/+26
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-16/+10
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-173-5/+44
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-071-50/+22