aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/parser.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-sigil-ification: $Eduardo Julian2022-04-081-58/+58
* Can now deploy releases with Aedifex.Eduardo Julian2022-04-081-0/+1
* Better snapshot deployments for Aedifex.Eduardo Julian2022-04-071-1/+1
* De-sigil-ification: &Eduardo Julian2022-04-071-3/+8
* De-sigil-ification: !Eduardo Julian2022-03-171-16/+8
* De-sigil-ification: prefix :Eduardo Julian2022-03-161-39/+39
* ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian2022-02-231-8/+18
* Finishing the meta-compiler [Part 1]Eduardo Julian2022-02-061-32/+47
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-10/+10
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-11/+11
* 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-12/+12
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-5/+5
* De-taggification | part 3Eduardo Julian2021-09-051-18/+11
* De-taggification | part 2Eduardo Julian2021-09-041-12/+12
* Unified tuple and record syntax.Eduardo Julian2021-09-031-15/+15
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-2/+2
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-12/+12
* Some bug fixes.Eduardo Julian2021-08-181-1/+1
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-2/+2
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-1/+1
* 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-1/+1
* Even more renamings.Eduardo Julian2021-08-011-2/+2
* More renamings.Eduardo Julian2021-07-301-22/+22
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-12/+12
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-18/+19
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-121-1/+27
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-0/+4
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-081-34/+34
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-271-3/+4
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-241-4/+1
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-181-1/+1
* Mo' updates, less problems.Eduardo Julian2021-02-071-1/+5
* 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-29/+29
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-31/+31
* Improved error reporting for syntax macros.Eduardo Julian2020-11-051-4/+5
* Easy to use Rev constants.Eduardo Julian2020-10-311-14/+14
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-4/+5
* Test imports for circular dependencies.Eduardo Julian2020-10-071-11/+12
* Gave Aedifex support for multiple profiles.Eduardo Julian2020-10-031-34/+72
* Added deployment code to Aedifex.Eduardo Julian2020-10-031-0/+8
* Changed the format of project descriptor files.Eduardo Julian2020-09-161-65/+101
* Build programs.Eduardo Julian2020-08-281-10/+16
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-261-7/+8
* Add local repo installation to Aedifex.Eduardo Julian2020-08-171-0/+7
* WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian2020-08-121-0/+140