Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-06 | Moved compiler machinery under lux/meta. | Eduardo Julian | 1 | -59/+0 | |
2022-06-26 | Re-named "format/lux/data/binary.Writer" to "Format". | Eduardo Julian | 1 | -2/+2 | |
2022-06-26 | De-sigil-ification: suffix : [Part 16] | Eduardo Julian | 1 | -2/+2 | |
2022-06-25 | De-sigil-ification: suffix : [Part 15] | Eduardo Julian | 1 | -7/+7 | |
2022-06-16 | De-sigil-ification: suffix : [Part 14] | Eduardo Julian | 1 | -1/+1 | |
2022-06-14 | New "parser" hierarchy. [Part 2] | Eduardo Julian | 1 | -5/+5 | |
2022-06-13 | New "format" hierarchy. | Eduardo Julian | 1 | -3/+2 | |
2022-06-03 | Extensible import syntax [Part 4] | Eduardo Julian | 1 | -2/+2 | |
2022-06-02 | Extensible import syntax [Part 2] | Eduardo Julian | 1 | -1/+1 | |
2022-06-01 | Extensible import syntax: Part 1 | Eduardo Julian | 1 | -10/+10 | |
2022-03-15 | Leaner syntax for library/lux/control/exception.report | Eduardo Julian | 1 | -1/+1 | |
2022-03-08 | Finishing the meta-compiler [Part 6 / Done... for now] | Eduardo Julian | 1 | -4/+12 | |
2022-02-10 | Finishing the meta-compiler [Part 2] | Eduardo Julian | 1 | -0/+4 | |
2022-01-31 | A few JVM-related fixes & improvements. | Eduardo Julian | 1 | -15/+16 | |
2022-01-24 | Fixed compilation of <init> methods for anonymous classes. | Eduardo Julian | 1 | -1/+1 | |
2021-09-15 | "module:" => "using" | Eduardo Julian | 1 | -1/+1 | |
2021-09-15 | "Row" => "Sequence" | Eduardo Julian | 1 | -3/+1 | |
2021-09-13 | Updated only/except import syntax to take into account record => variant ↵ | Eduardo Julian | 1 | -10/+10 | |
syntax change. | |||||
2021-09-08 | Normalized syntax of "exception:", "actor:" and "message:". | Eduardo Julian | 1 | -1/+1 | |
2021-09-07 | De-taggification | part 4 | Eduardo Julian | 1 | -6/+6 | |
2021-09-04 | De-taggification | part 2 | Eduardo Julian | 1 | -10/+10 | |
2021-09-03 | Unified tuple and record syntax. | Eduardo Julian | 1 | -4/+4 | |
2021-08-24 | Outsourced the syntax for labelled type definitions to macros. | Eduardo Julian | 1 | -8/+10 | |
2021-08-08 | No more #export magic syntax. | Eduardo Julian | 1 | -7/+7 | |
2021-07-14 | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 1 | -11/+12 | |
2021-02-12 | More Lua + optimizations. | Eduardo Julian | 1 | -5/+2 | |
2020-12-29 | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 1 | -1/+1 | |
2020-03-05 | Beginning to cache artifacts. | Eduardo Julian | 1 | -8/+5 | |
2019-07-02 | Re-name "lux/data/error" to "lux/control/try". | Eduardo Julian | 1 | -3/+3 | |
2019-03-16 | Fixed a bug in the way the source-code was being tracked. | Eduardo Julian | 1 | -1/+1 | |
2019-03-16 | Got serial imports fully working. | Eduardo Julian | 1 | -2/+7 | |
2019-03-11 | Added serial imports (parallel imports will be added later). | Eduardo Julian | 1 | -10/+11 | |
2019-02-24 | Got new-luxc to compile/build again. | Eduardo Julian | 1 | -4/+4 | |
2019-02-12 | Re-named "lux/platform" to "lux/tool". | Eduardo Julian | 1 | -0/+0 | |
2019-02-04 | Changed the naming style for structures. | Eduardo Julian | 1 | -12/+14 | |
2018-10-29 | Nested the compiler and the interpreter under the lux/platform/* path. | Eduardo Julian | 1 | -0/+0 | |
2018-10-27 | Some refactoring. | Eduardo Julian | 1 | -6/+9 | |
2018-10-13 | Minor refactoring. | Eduardo Julian | 1 | -7/+28 | |
2018-10-13 | Introduced an explicit "Compiler" abstraction. | Eduardo Julian | 1 | -0/+20 | |
2017-04-11 | - Fused the lux/compiler and lux/macro modules. | Eduardo Julian | 1 | -610/+0 | |
2017-04-10 | - Renamed "lambda" to "function". | Eduardo Julian | 1 | -26/+26 | |
2017-01-26 | - Changed the license from MPL 2.0 to MIT. | Eduardo Julian | 1 | -5/+0 | |
2017-01-25 | - Moved the lux/data/struct/* modules to lux/data/coll/*. | Eduardo Julian | 1 | -1/+1 | |
- Did the same for the lux/codata/struct/* modules. - Moved lux/codata/io to lux/io. - Moved lux/control/effect to lux/effect. - Renamed "sample" functions to "this" functions. - Renamed "at" functions to "nth" functions. | |||||
2017-01-25 | - Renamed lux/data/struct/tree to lux/data/struct/tree/rose. | Eduardo Julian | 1 | -15/+15 | |
- Moved lux/data/struct/zipper to lux/data/struct/tree/zipper. - Moved lux/regex to lux/lexer/regex. - Changed the suffix of annotation tags, from M to A. - Renamed Frac(tional) numbers to Deg(rees). | |||||
2017-01-06 | - Now returning full module information, instead of just module names. | Eduardo Julian | 1 | -2/+1 | |
2017-01-02 | - Updated documentation for lux/cli, lux/compiler, lux/codata/*. | Eduardo Julian | 1 | -27/+67 | |
2016-12-27 | - Now, it's possible to omit the module-prefix from the names of member ↵ | Eduardo Julian | 1 | -0/+12 | |
functions/constants in struct auto-selection. | |||||
2016-12-17 | - Added tests for lux/macro/poly/* | Eduardo Julian | 1 | -2/+2 | |
2016-12-12 | - Added tests for lux/math/ratio and lux/math/simple. | Eduardo Julian | 1 | -1/+6 | |
- Some minor refactorings. - Ratios now work with nats instead of ints. | |||||
2016-12-04 | - Minor refactorings and expansions. | Eduardo Julian | 1 | -1/+1 | |