aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler/language/lux/analysis/macro.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-06Moved compiler machinery under lux/meta.Eduardo Julian1-56/+0
2022-07-03Added a new custom type for pattern-matching macros.Eduardo Julian1-1/+1
2022-07-02Moved "lux/macro" to "lux/meta/macro".Eduardo Julian1-2/+2
2022-06-26De-sigil-ification: suffix : [Part 16]Eduardo Julian1-7/+7
2022-06-25De-sigil-ification: suffix : [Part 15]Eduardo Julian1-1/+1
2022-06-16De-sigil-ification: suffix : [Part 14]Eduardo Julian1-1/+1
2022-06-16De-sigil-ification: suffix : [Part 13]Eduardo Julian1-2/+2
2022-06-13New "format" hierarchy.Eduardo Julian1-1/+1
2022-06-03Extensible import syntax [Part 5]Eduardo Julian1-1/+1
2022-06-02Extensible import syntax [Part 3]Eduardo Julian1-1/+1
2022-06-01Extensible import syntax: Part 1Eduardo Julian1-4/+4
2022-03-15Leaner syntax for library/lux/control/exception.reportEduardo Julian1-6/+6
2022-03-15De-sigil-ification: ^Eduardo Julian1-1/+1
2022-01-22Fixes for the pure-Lux JVM compiler machinery. [Part 10]Eduardo Julian1-20/+20
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian1-6/+6
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-4/+4
2021-09-12Made the "#" character great again!Eduardo Julian1-3/+3
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-3/+3
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian1-2/+6
2021-09-07De-taggification | part 4Eduardo Julian1-5/+5
2021-09-04De-taggification | part 2Eduardo Julian1-5/+5
2021-08-08No more #export magic syntax.Eduardo Julian1-5/+5
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-5/+5
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-1/+1
2021-07-26Re-named Promise to Async.Eduardo Julian1-2/+2
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-10/+11
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-5/+5
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-4/+1
2020-10-07Optimized generation of I64, F64 and variants on JVM.Eduardo Julian1-2/+2
2020-01-11Re-located code related to Lux's compilation across the different phases.Eduardo Julian1-1/+1
2019-12-30Re-organized macro-expansion machinery.Eduardo Julian1-3/+4
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-6/+6
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-6/+6
2019-04-17Fixed an issue with weird spacing at the end of lines in "lux/time/duration".Eduardo Julian1-9/+6
2019-04-07Updated the JVM compiler to the latest changes.Eduardo Julian1-36/+1
2019-04-07- Upgrade the tuple left-access mechanism to the new style.Eduardo Julian1-1/+2
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-3/+3
2019-03-03Macros are used for analysis and statements, so they shouldn't belong to anal...Eduardo Julian1-13/+15
2019-03-02Partially factored-out the macro-expansion machinery.Eduardo Julian1-26/+35
2019-02-12Re-named "lux/platform" to "lux/tool".Eduardo Julian1-0/+0
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-1/+1
2019-02-04Changed the naming style for structures.Eduardo Julian1-3/+3
2018-12-15Re-named the "Error" tag to "Failure".Eduardo Julian1-1/+1
2018-10-29Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian1-0/+0
2018-10-29Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian1-0/+0
2018-10-27- Refactored macro-expansion code.Eduardo Julian1-7/+42
2018-08-29Method imports are now done as macros instead of functions.Eduardo Julian1-6/+6
2018-08-15Fixes for pattern-matching and macro-expansions.Eduardo Julian1-3/+3
2018-08-09- Fixes for eval.Eduardo Julian1-0/+44