aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/deps.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-12/+12
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-6/+6
|
* Made the "#" character great again!Eduardo Julian2021-09-121-3/+3
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-1/+1
|
* De-taggification | part 4Eduardo Julian2021-09-071-16/+16
|
* De-taggification | part 2Eduardo Julian2021-09-041-15/+15
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-2/+2
|
* Some bug fixes.Eduardo Julian2021-08-181-3/+3
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-1/+1
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-4/+4
|
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-3/+3
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-4/+4
| | | | more than once.
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-281-1/+1
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-1/+1
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-3/+3
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-2/+2
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-19/+20
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-1/+3
|
* 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 ↵Eduardo Julian2021-07-081-8/+15
| | | | language boundaries)
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-2/+2
|
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-271-1/+0
|
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-181-6/+6
|
* Mo' updates, less problems.Eduardo Julian2021-02-071-11/+31
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-8/+12
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-4/+4
|
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-4/+5
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-13/+16
|
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-3/+3
|
* 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-171-0/+37