aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/pom.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-taggification | part 4Eduardo Julian2021-09-071-14/+14
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-3/+3
|
* De-taggification | part 2Eduardo Julian2021-09-041-10/+10
|
* Unified tuple and record syntax.Eduardo Julian2021-09-031-3/+3
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-16/+16
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-3/+3
|
* Some bug fixes.Eduardo Julian2021-08-181-19/+19
|
* 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-121-2/+2
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-2/+2
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-3/+3
|
* No more #export magic syntax.Eduardo Julian2021-08-081-3/+3
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-6/+6
|
* More renamings.Eduardo Julian2021-07-301-7/+7
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-16/+16
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-12/+12
|
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-181-1/+4
|
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-1/+1
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-19/+20
|
* Improved the XML parsing library.Eduardo Julian2021-07-131-38/+35
|
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-271-7/+30
|
* Mo' updates, less problems.Eduardo Julian2021-02-071-11/+31
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-1/+2
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-32/+32
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-3/+3
| | | | convention that only macros that deal with types may start with a colon.
* Re-named "_.claim" to "_.cover'".Eduardo Julian2020-11-281-10/+10
|
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-16/+16
|
* Improved error reporting for syntax macros.Eduardo Julian2020-11-051-2/+3
|
* Easy to use Rev constants.Eduardo Julian2020-10-311-5/+5
|
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-56/+112
|
* Gave Aedifex support for multiple profiles.Eduardo Julian2020-10-031-11/+20
|
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-261-14/+13
|
* Add local repo installation to Aedifex.Eduardo Julian2020-08-171-0/+3
|
* Aedifex can generate POM files.Eduardo Julian2020-08-121-0/+118