aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/deps.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-licensed to MPL 2.0Eduardo Julian2023-01-131-0/+3
|
* Added some simple time-series handling machinery.Eduardo Julian2022-12-021-4/+4
|
* First-class programs instead of having a "lux program" extension.Eduardo Julian2022-07-091-1/+0
|
* Made exception.report a function.Eduardo Julian2022-07-061-15/+15
|
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-2/+2
|
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-2/+2
|
* New "format" hierarchy.Eduardo Julian2022-06-131-1/+1
|
* De-sigil-ification: #Eduardo Julian2022-06-041-4/+4
|
* Extensible import syntax [Part 6]Eduardo Julian2022-06-041-1/+1
|
* Extensible import syntax [Part 5]Eduardo Julian2022-06-031-1/+1
|
* Extensible import syntax [Part 4]Eduardo Julian2022-06-031-2/+2
|
* Extensible import syntax [Part 3]Eduardo Julian2022-06-021-1/+1
|
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-12/+12
|
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-151-13/+13
|
* De-sigil-ification: @Eduardo Julian2022-03-141-3/+3
|
* Finishing the meta-compiler [Part 1]Eduardo Julian2022-02-061-1/+1
|
* Fixed packaging issue.Eduardo Julian2021-10-091-31/+31
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* 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