Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-12-04 | Some refactoring. | Eduardo Julian | 1 | -3/+3 | |
2018-08-28 | Small additions to stdlib. | Eduardo Julian | 1 | -1/+9 | |
2018-08-23 | "lux text char" is now unsafe/optimized. | Eduardo Julian | 1 | -17/+8 | |
2018-08-23 | Optimized text clipping. | Eduardo Julian | 1 | -18/+18 | |
2018-08-23 | No more escaping of back-slash. | Eduardo Julian | 1 | -1/+1 | |
2018-08-23 | No more escaping of new-line. | Eduardo Julian | 1 | -244/+252 | |
2018-08-23 | No more escaping of double-quotes. | Eduardo Julian | 1 | -61/+66 | |
2018-08-22 | No more escaping of horizontal-tab. | Eduardo Julian | 1 | -11/+1 | |
2018-08-22 | No more multi-line text. | Eduardo Julian | 1 | -386/+383 | |
2018-08-21 | - Added single-line comment parsing. | Eduardo Julian | 1 | -1/+1 | |
- Added tag parsing. - Added tracking. | |||||
2018-08-20 | Some refactoring. | Eduardo Julian | 1 | -2/+2 | |
2018-08-20 | - Fixed ordering issue with Lux arithmetic extensions. | Eduardo Julian | 1 | -12/+10 | |
- Fixed naming issue with extensions. | |||||
2018-08-16 | Various fixes. | Eduardo Julian | 1 | -20/+20 | |
2018-08-15 | Fixes for pattern-matching/case synthesis & translation. | Eduardo Julian | 1 | -5/+5 | |
2018-08-11 | Moved interpreter (REPL) code to stdlib. | Eduardo Julian | 1 | -3/+3 | |
2018-08-08 | - Re-defined the relationship between analysis and evaluation. | Eduardo Julian | 1 | -5/+5 | |
- Fixed some bugs. | |||||
2018-08-05 | Some small improvements and fixes. | Eduardo Julian | 1 | -2/+4 | |
2018-08-03 | Moved "Array" type back into "lux/data/collection/array". | Eduardo Julian | 1 | -4/+0 | |
2018-08-02 | Moved statement phase into stdlib. | Eduardo Julian | 1 | -2/+14 | |
2018-07-28 | Covered some missing bits. | Eduardo Julian | 1 | -1/+1 | |
2018-07-28 | Removed temporary "|" prefix on Nat. | Eduardo Julian | 1 | -327/+327 | |
2018-07-28 | Added "+" sign to positive Int. | Eduardo Julian | 1 | -45/+45 | |
2018-07-28 | Temporary commit to get rid of "+" signs for Nat. | Eduardo Julian | 1 | -296/+296 | |
2018-07-21 | Re-named "name-for" to "name-of". | Eduardo Julian | 1 | -5/+5 | |
2018-07-21 | Re-named "Symbol" to "Identifier". | Eduardo Julian | 1 | -167/+167 | |
2018-07-21 | Re-named "Ident" to "Name". | Eduardo Julian | 1 | -118/+112 | |
2018-07-20 | "^open" and "open:" now use aliases instead of prefixes, the same way as ↵ | Eduardo Julian | 1 | -64/+49 | |
module aliases. | |||||
2018-07-20 | No longer giving default aliases to un-prefixed imports. | Eduardo Julian | 1 | -22/+14 | |
2018-07-14 | - New syntax for bit values: "#0" and "#1", instead of "false" and "true". | Eduardo Julian | 1 | -127/+135 | |
- Small improvements to lux-mode. | |||||
2018-07-13 | Re-named "Bool" type to "Bit". | Eduardo Julian | 1 | -94/+94 | |
2018-07-13 | - Fixes for compiler build [part 0]. | Eduardo Julian | 1 | -36/+23 | |
2018-07-11 | - Got rid of "lux text replace-once" and "lux text replace-all" extensions. | Eduardo Julian | 1 | -1/+25 | |
2018-07-11 | - Re-named "type-of" to ":of". | Eduardo Julian | 1 | -3/+3 | |
2018-07-11 | - Improvements to import syntax [part 2]. | Eduardo Julian | 1 | -138/+60 | |
2018-07-11 | - Improvements to import syntax [part 1]. | Eduardo Julian | 1 | -35/+30 | |
2018-07-10 | - Improvements to import syntax [part 0]. | Eduardo Julian | 1 | -28/+8 | |
2018-07-10 | - Re-named path "lux/data/coll/*" to "lux/data/collection/*". | Eduardo Julian | 1 | -2/+2 | |
2018-07-10 | - Ported caching machinery for default compiler. | Eduardo Julian | 1 | -2/+2 | |
- Expanded binary format module. | |||||
2018-07-10 | - Re-named "struct" to "structure". | Eduardo Julian | 1 | -2/+2 | |
2018-07-10 | - Re-named "struct:" to "structure:". | Eduardo Julian | 1 | -4/+4 | |
2018-07-10 | - Re-named "sig:" to "signature:". | Eduardo Julian | 1 | -4/+4 | |
2018-07-09 | - Fixes: Part 1. | Eduardo Julian | 1 | -1/+1 | |
2018-07-07 | - Improved syntax for functions. | Eduardo Julian | 1 | -56/+52 | |
2018-07-07 | - Improved syntax for pattern-matching. | Eduardo Julian | 1 | -422/+408 | |
2018-07-05 | - Re-named "equality" to "equivalence". | Eduardo Julian | 1 | -11/+11 | |
2018-07-04 | - Removed "alias:" due to the potential for introducing confusion due to ↵ | Eduardo Julian | 1 | -12/+0 | |
having multiple names for the same definitions. | |||||
2018-07-04 | - Re-named "degree" to "revolution". | Eduardo Julian | 1 | -71/+71 | |
2018-07-04 | - Re-named Bound to Paremeter. | Eduardo Julian | 1 | -50/+50 | |
2018-07-04 | - Implemented ":cast" macro, and used it to implement both ":abstraction" ↵ | Eduardo Julian | 1 | -0/+9 | |
and ":representation". - Fix: You shouldn't be able to resolve tags if you haven't imported a module (even if they are exported). | |||||
2018-07-03 | - Re-named ":!" to ":coerce". | Eduardo Julian | 1 | -5/+5 | |