aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/parser.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-03Unified tuple and record syntax.Eduardo Julian1-15/+15
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-2/+2
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-12/+12
2021-08-18Some bug fixes.Eduardo Julian1-1/+1
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-2/+2
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-1/+1
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-1/+1
2021-08-01Even more renamings.Eduardo Julian1-2/+2
2021-07-30More renamings.Eduardo Julian1-22/+22
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-12/+12
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-18/+19
2021-07-12A bit more clarity for Licentia licenses.Eduardo Julian1-1/+27
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-0/+4
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian1-34/+34
2021-06-27Made obtaining env variables more granular + partial Lua support.Eduardo Julian1-3/+4
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian1-4/+1
2021-06-18Refactored the machinery to make local macros into its own module.Eduardo Julian1-1/+1
2021-02-07Mo' updates, less problems.Eduardo Julian1-1/+5
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-1/+2
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-29/+29
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-31/+31
2020-11-05Improved error reporting for syntax macros.Eduardo Julian1-4/+5
2020-10-31Easy to use Rev constants.Eduardo Julian1-14/+14
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian1-4/+5
2020-10-07Test imports for circular dependencies.Eduardo Julian1-11/+12
2020-10-03Gave Aedifex support for multiple profiles.Eduardo Julian1-34/+72
2020-10-03Added deployment code to Aedifex.Eduardo Julian1-0/+8
2020-09-16Changed the format of project descriptor files.Eduardo Julian1-65/+101
2020-08-28Build programs.Eduardo Julian1-10/+16
2020-08-26Download and catch dependencies in Aedifex.Eduardo Julian1-7/+8
2020-08-17Add local repo installation to Aedifex.Eduardo Julian1-0/+7
2020-08-12WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian1-0/+140