aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/tool/compiler.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-25De-sigil-ification: suffix : [Part 15]Eduardo Julian1-7/+7
2022-06-16De-sigil-ification: suffix : [Part 14]Eduardo Julian1-1/+1
2022-06-14New "parser" hierarchy. [Part 2]Eduardo Julian1-5/+5
2022-06-13New "format" hierarchy.Eduardo Julian1-3/+2
2022-06-03Extensible import syntax [Part 4]Eduardo Julian1-2/+2
2022-06-02Extensible import syntax [Part 2]Eduardo Julian1-1/+1
2022-06-01Extensible import syntax: Part 1Eduardo Julian1-10/+10
2022-03-15Leaner syntax for library/lux/control/exception.reportEduardo Julian1-1/+1
2022-03-08Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian1-4/+12
2022-02-10Finishing the meta-compiler [Part 2]Eduardo Julian1-0/+4
2022-01-31A few JVM-related fixes & improvements.Eduardo Julian1-15/+16
2022-01-24Fixed compilation of <init> methods for anonymous classes.Eduardo Julian1-1/+1
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-15"Row" => "Sequence"Eduardo Julian1-3/+1
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-10/+10
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian1-1/+1
2021-09-07De-taggification | part 4Eduardo Julian1-6/+6
2021-09-04De-taggification | part 2Eduardo Julian1-10/+10
2021-09-03Unified tuple and record syntax.Eduardo Julian1-4/+4
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-8/+10
2021-08-08No more #export magic syntax.Eduardo Julian1-7/+7
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-11/+12
2021-02-12More Lua + optimizations.Eduardo Julian1-5/+2
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-1/+1
2020-03-05Beginning to cache artifacts.Eduardo Julian1-8/+5
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-3/+3
2019-03-16Fixed a bug in the way the source-code was being tracked.Eduardo Julian1-1/+1
2019-03-16Got serial imports fully working.Eduardo Julian1-2/+7
2019-03-11Added serial imports (parallel imports will be added later).Eduardo Julian1-10/+11
2019-02-24Got new-luxc to compile/build again.Eduardo Julian1-4/+4
2019-02-12Re-named "lux/platform" to "lux/tool".Eduardo Julian1-0/+0
2019-02-04Changed the naming style for structures.Eduardo Julian1-12/+14
2018-10-29Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian1-0/+0
2018-10-27Some refactoring.Eduardo Julian1-6/+9
2018-10-13Minor refactoring.Eduardo Julian1-7/+28
2018-10-13Introduced an explicit "Compiler" abstraction.Eduardo Julian1-0/+20
2017-04-11- Fused the lux/compiler and lux/macro modules.Eduardo Julian1-610/+0
2017-04-10- Renamed "lambda" to "function".Eduardo Julian1-26/+26
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian1-5/+0
2017-01-25- Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian1-1/+1
2017-01-25- Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian1-15/+15
2017-01-06- Now returning full module information, instead of just module names.Eduardo Julian1-2/+1
2017-01-02- Updated documentation for lux/cli, lux/compiler, lux/codata/*.Eduardo Julian1-27/+67
2016-12-27- Now, it's possible to omit the module-prefix from the names of member funct...Eduardo Julian1-0/+12
2016-12-17- Added tests for lux/macro/poly/*Eduardo Julian1-2/+2
2016-12-12- Added tests for lux/math/ratio and lux/math/simple.Eduardo Julian1-1/+6
2016-12-04- Minor refactorings and expansions.Eduardo Julian1-1/+1
2016-12-02- Changed the names of math op functions to make them more consistent and sim...Eduardo Julian1-1/+1
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian1-0/+559