Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | Fixes for pattern-matching/case synthesis & translation. | Eduardo Julian | 2018-08-15 | 1 | -5/+5 |
| | |||||
* | Moved interpreter (REPL) code to stdlib. | Eduardo Julian | 2018-08-11 | 1 | -3/+3 |
| | |||||
* | - Re-defined the relationship between analysis and evaluation. | Eduardo Julian | 2018-08-08 | 1 | -5/+5 |
| | | | - Fixed some bugs. | ||||
* | Some small improvements and fixes. | Eduardo Julian | 2018-08-05 | 1 | -2/+4 |
| | |||||
* | Moved "Array" type back into "lux/data/collection/array". | Eduardo Julian | 2018-08-03 | 1 | -4/+0 |
| | |||||
* | Moved statement phase into stdlib. | Eduardo Julian | 2018-08-02 | 1 | -2/+14 |
| | |||||
* | Covered some missing bits. | Eduardo Julian | 2018-07-28 | 1 | -1/+1 |
| | |||||
* | Removed temporary "|" prefix on Nat. | Eduardo Julian | 2018-07-28 | 1 | -327/+327 |
| | |||||
* | Added "+" sign to positive Int. | Eduardo Julian | 2018-07-28 | 1 | -45/+45 |
| | |||||
* | Temporary commit to get rid of "+" signs for Nat. | Eduardo Julian | 2018-07-28 | 1 | -296/+296 |
| | |||||
* | Re-named "name-for" to "name-of". | Eduardo Julian | 2018-07-21 | 1 | -5/+5 |
| | |||||
* | Re-named "Symbol" to "Identifier". | Eduardo Julian | 2018-07-21 | 1 | -167/+167 |
| | |||||
* | Re-named "Ident" to "Name". | Eduardo Julian | 2018-07-21 | 1 | -118/+112 |
| | |||||
* | "^open" and "open:" now use aliases instead of prefixes, the same way as ↵ | Eduardo Julian | 2018-07-20 | 1 | -64/+49 |
| | | | | module aliases. | ||||
* | No longer giving default aliases to un-prefixed imports. | Eduardo Julian | 2018-07-20 | 1 | -22/+14 |
| |