Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests for JVM bytecode machinery. [Part 5] | Eduardo Julian | 2019-11-16 | 1 | -1/+3 |
| | |||||
* | Added the ":let" macro to enable reuse of type fragments in larger types. | Eduardo Julian | 2019-09-15 | 1 | -4/+19 |
| | |||||
* | No more "n/"-prefixed functions. | Eduardo Julian | 2019-07-26 | 1 | -119/+59 |
| | |||||
* | No more "i/"-prefixed functions. | Eduardo Julian | 2019-07-25 | 1 | -82/+23 |
| | |||||
* | No more "r/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 1 | -135/+7 |
| | |||||
* | No more "f/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 1 | -78/+3 |
| | | | + No more "m/"-prefixed functions. | ||||
* | Removed the (magical) "alias" annotations tag. | Eduardo Julian | 2019-06-01 | 1 | -29/+65 |
| | |||||
* | Applied several tweaks to make the code easier to process by the new compiler. | Eduardo Julian | 2019-05-28 | 1 | -9/+23 |
| | |||||
* | Removed the (magical) "export?" annotations tag. | Eduardo Julian | 2019-05-24 | 1 | -268/+256 |
| | |||||
* | Removed the (magical) "tags" annotations tag. | Eduardo Julian | 2019-05-22 | 1 | -400/+320 |
| | |||||
* | Removed the (magical) "imports" annotations tag. | Eduardo Julian | 2019-05-22 | 1 | -220/+251 |
| | |||||
* | Removed the useless #lux.type? annotation tag. | Eduardo Julian | 2019-05-22 | 1 | -142/+97 |
| | |||||
* | Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation ↵ | Eduardo Julian | 2019-05-02 | 1 | -136/+125 |
| | | | | type and its "magical" compiler behavior. | ||||
* | Turned all "lux int ???" extensions to "lux i64 ???". | Eduardo Julian | 2019-04-28 | 1 | -22/+22 |
| | |||||
* | Turned all "lux frac ???" extensions to "lux f64 ???". | Eduardo Julian | 2019-04-28 | 1 | -9/+9 |
| | |||||
* | - Made the "open:" and "^open" macros not generate record-patterns, and thus ↵ | Eduardo Julian | 2019-04-17 | 1 | -42/+58 |
| | | | | | not need (or impose a need on) tags. - The "do" macro for monads also doesn't need tags anymore. | ||||
* | Created the "lux/abstract" branch and moved some modules into it. | Eduardo Julian | 2019-04-06 | 1 | -3/+3 |
| | |||||
* | Forgot "lux text char". | Eduardo Julian | 2019-04-04 | 1 | -1/+1 |
| | |||||
* | Changed the order of the inputs to the common extensions. | Eduardo Julian | 2019-04-04 | 1 | -99/+95 |
| | |||||
* | Re-named "do-template" to "template". | Eduardo Julian | 2019-03-30 | 1 | -22/+22 |
| | |||||
* | Fixed more tests. | Eduardo Julian | 2019-03-29 | 1 | -3/+3 |
| | |||||
* | The Python compiler is alive. | Eduardo Julian | 2019-03-27 | 1 | -363/+363 |
| | |||||
* | Minor improvements. | Eduardo Julian | 2019-03-17 | 1 | -24/+18 |
| | |||||
* | Added proper aliasing support to the new compiler. | Eduardo Julian | 2019-03-17 | 1 | -6/+1 |
| | | | Also improved aliasing support in the old compiler. | ||||
* | Got serial imports fully working. | Eduardo Julian | 2019-03-16 | 1 | -15/+16 |
| | |||||
* | Changed the convention for the structure opening separator from "/" to ";", ↵ | Eduardo Julian | 2019-03-15 | 1 | -365/+365 |
| | | | | to avoid confusion since "/" is used for relative module paths. | ||||
* | Now allowing the alias of a module to refer to the alias of an ancestor. | Eduardo Julian | 2019-03-14 | 1 | -21/+40 |
| | |||||
* | Improved error-reporting after using "with-expansions" by retaining the cursors. | Eduardo Julian | 2019-03-11 | 1 | -7/+7 |
| | |||||
* | Small fixes and improvements. | Eduardo Julian | 2019-03-02 | 1 | -10/+10 |
| | |||||
* | Added the special # syntax for referring to the module's alias when opening ↵ | Eduardo Julian | 2019-02-11 | 1 | -5/+7 |
| | | | | structures. | ||||
* | Migrated documentation tool's code into stdlib. | Eduardo Julian | 2019-02-05 | 1 | -7/+0 |
| | |||||
* | Fixed a bug in how the "_$" macro works. | Eduardo Julian | 2019-02-04 | 1 | -1/+8 |
| | |||||
* | Changed the naming style for structures. | Eduardo Julian | 2019-02-04 | 1 | -229/+199 |
| | |||||
* | Some refactoring around the identity function. | Eduardo Julian | 2019-02-03 | 1 | -6/+3 |
| | |||||
* | Improved syntax for domains/parallel-import-trees. | Eduardo Julian | 2019-02-03 | 1 | -15/+26 |
| | |||||
* | Relative imports can now alter the start of a path. | Eduardo Julian | 2019-02-03 | 1 | -35/+81 |
| | |||||
* | Some small refactoring. | Eduardo Julian | 2019-02-02 | 1 | -13/+22 |
| | |||||
* | Some refactoring. | Eduardo Julian | 2018-12-04 | 1 | -3/+3 |
| | |||||
* | Small additions to stdlib. | Eduardo Julian | 2018-08-28 | 1 | -1/+9 |
| | |||||
* | "lux text char" is now unsafe/optimized. | Eduardo Julian | 2018-08-23 | 1 | -17/+8 |
| | |||||
* | Optimized text clipping. | Eduardo Julian | 2018-08-23 | 1 | -18/+18 |
| | |||||
* | No more escaping of back-slash. | Eduardo Julian | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | No more escaping of new-line. | Eduardo Julian | 2018-08-23 | 1 | -244/+252 |
| | |||||
* | No more escaping of double-quotes. | Eduardo Julian | 2018-08-23 | 1 | -61/+66 |
| | |||||
* | No more escaping of horizontal-tab. | Eduardo Julian | 2018-08-22 | 1 | -11/+1 |
| | |||||
* | No more multi-line text. | Eduardo Julian | 2018-08-22 | 1 | -386/+383 |
| | |||||
* | - Added single-line comment parsing. | Eduardo Julian | 2018-08-21 | 1 | -1/+1 |
| | | | | - Added tag parsing. - Added tracking. | ||||
* | Some refactoring. | Eduardo Julian | 2018-08-20 | 1 | -2/+2 |
| | |||||
* | - Fixed ordering issue with Lux arithmetic extensions. | Eduardo Julian | 2018-08-20 | 1 | -12/+10 |
| | | | - Fixed naming issue with extensions. | ||||
* | Various fixes. | Eduardo Julian | 2018-08-16 | 1 | -20/+20 |
| |