aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/deps.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-18Some bug fixes.Eduardo Julian1-3/+3
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-1/+1
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-4/+4
2021-08-08No more #export magic syntax.Eduardo Julian1-1/+1
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-3/+3
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-4/+4
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian1-1/+1
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-1/+1
2021-07-26Re-named Promise to Async.Eduardo Julian1-3/+3
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-2/+2
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-19/+20
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-1/+3
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian1-4/+13
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian1-8/+15
2021-07-06Simplified the API for file-system operations.Eduardo Julian1-2/+2
2021-06-27Made obtaining env variables more granular + partial Lua support.Eduardo Julian1-1/+0
2021-06-18Refactored the machinery to make local macros into its own module.Eduardo Julian1-6/+6
2021-02-07Mo' updates, less problems.Eduardo Julian1-11/+31
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-8/+12
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-4/+4
2020-12-10Render XML to text in an indented form for human readability.Eduardo Julian1-4/+5
2020-12-03Detect duplicate files coming from dependencies.Eduardo Julian1-13/+16
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian1-3/+3
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-16/+10
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-0/+37