Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed temporary "|" prefix on Nat. | Eduardo Julian | 2018-07-28 | 1 | -18/+18 | |
| | ||||||
* | Added "+" sign to positive Int. | Eduardo Julian | 2018-07-28 | 1 | -1/+1 | |
| | ||||||
* | Temporary commit to get rid of "+" signs for Nat. | Eduardo Julian | 2018-07-28 | 1 | -18/+18 | |
| | ||||||
* | Re-named "seq" to "and" and "alt" to "or". | Eduardo Julian | 2018-07-21 | 3 | -22/+22 | |
| | ||||||
* | Re-named "Symbol" to "Identifier". | Eduardo Julian | 2018-07-21 | 1 | -1/+1 | |
| | ||||||
* | Re-named "Ident" to "Name". | Eduardo Julian | 2018-07-21 | 2 | -20/+20 | |
| | ||||||
* | Re-named "lux/world/blob" to "lux/world/binary". | Eduardo Julian | 2018-07-21 | 1 | -43/+43 | |
| | ||||||
* | Re-named "Binary" type to "Format". | Eduardo Julian | 2018-07-21 | 1 | -23/+23 | |
| | ||||||
* | "^open" and "open:" now use aliases instead of prefixes, the same way as ↵ | Eduardo Julian | 2018-07-20 | 4 | -12/+12 | |
| | | | | module aliases. | |||||
* | No longer giving default aliases to un-prefixed imports. | Eduardo Julian | 2018-07-20 | 4 | -27/+29 | |
| | ||||||
* | - New syntax for bit values: "#0" and "#1", instead of "false" and "true". | Eduardo Julian | 2018-07-14 | 3 | -13/+13 | |
| | | | - Small improvements to lux-mode. | |||||
* | Re-named "Bool" type to "Bit". | Eduardo Julian | 2018-07-13 | 2 | -17/+23 | |
| | ||||||
* | - Improvements to import syntax [part 2]. | Eduardo Julian | 2018-07-11 | 6 | -59/+72 | |
| | ||||||
* | - Improvements to import syntax [part 1]. | Eduardo Julian | 2018-07-11 | 4 | -28/+27 | |
| | ||||||
* | - Improvements to import syntax [part 0]. | Eduardo Julian | 2018-07-10 | 6 | -20/+20 | |
| | ||||||
* | - Re-named path "lux/data/coll/*" to "lux/data/collection/*". | Eduardo Julian | 2018-07-10 | 5 | -8/+8 | |
| | ||||||
* | - Re-organized dictionary & set modules a bit. | Eduardo Julian | 2018-07-10 | 3 | -3/+3 | |
| | ||||||
* | - Re-named "Dict" type to "Dictionary". | Eduardo Julian | 2018-07-10 | 3 | -8/+8 | |
| | ||||||
* | - Ported caching machinery for default compiler. | Eduardo Julian | 2018-07-10 | 1 | -6/+85 | |
| | | | - Expanded binary format module. | |||||
* | - Re-named "struct:" to "structure:". | Eduardo Julian | 2018-07-10 | 2 | -4/+4 | |
| | ||||||
* | - Ported caching machinery for Lux Meta-Compiler to stdlib. | Eduardo Julian | 2018-07-08 | 1 | -31/+88 | |
| | ||||||
* | - Binary (de)serialization module. | Eduardo Julian | 2018-07-05 | 1 | -0/+150 | |
| | ||||||
* | - Re-named "equality" to "equivalence". | Eduardo Julian | 2018-07-05 | 2 | -14/+14 | |
| | ||||||
* | - Re-named "degree" to "revolution". | Eduardo Julian | 2018-07-04 | 1 | -3/+3 | |
| | ||||||
* | - Re-named "sequence" to "row". | Eduardo Julian | 2018-07-03 | 1 | -11/+11 | |
| | ||||||
* | - Re-named "Top" to "Any", and "Bottom" to "Nothing". | Eduardo Julian | 2018-05-20 | 2 | -9/+9 | |
| | | | - Removed some modules that should have been deleted before. | |||||
* | - Re-named ".../eq" modules to ".../equality". | Eduardo Julian | 2018-05-13 | 2 | -2/+2 | |
| | | | - Other minor improvements. | |||||
* | - Added new #I64 type as foundation for types based on 64-bit integers. | Eduardo Julian | 2018-05-13 | 2 | -7/+7 | |
| | ||||||
* | - Some improvements and fixes for stdlib. | Eduardo Julian | 2018-05-10 | 1 | -4/+1 | |
| | ||||||
* | - Removed Void and Unit as kinds of types. | Eduardo Julian | 2018-05-05 | 2 | -9/+9 | |
| | | | - Changed the value of "unit" in the old LuxC to match the one in new-luxc. | |||||
* | - Made the names of all exceptions lower-case. | Eduardo Julian | 2018-05-02 | 2 | -19/+19 | |
| | ||||||
* | - Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*". | Eduardo Julian | 2018-05-01 | 3 | -3/+3 | |
| | ||||||
* | - Re-organized dict modules. | Eduardo Julian | 2018-05-01 | 3 | -10/+10 | |
| | ||||||
* | - Improved the syntax for the "lux.function" macro. | Eduardo Julian | 2018-04-05 | 5 | -22/+22 | |
| | ||||||
* | - Improved the way exceptions work. | Eduardo Julian | 2018-02-07 | 2 | -17/+22 | |
| | ||||||
* | - Added context-sensitive macro-expansion by means of "lux in-module", and ↵ | Eduardo Julian | 2017-12-02 | 1 | -1/+1 | |
| | | | | | | removed all the (now unnecessary) #hidden tags. - Fixed a bug when loading the imports from the cache. - Added special notation for context-sensitive macro-expansion. | |||||
* | - Changed some of the syntax for macro templating. | Eduardo Julian | 2017-12-01 | 1 | -2/+2 | |
| | | | - "gensym" now produces Ident instead of Code. | |||||
* | - Changed the identifier separator, from the semi-colon (;) to the ↵ | Eduardo Julian | 2017-11-29 | 5 | -335/+334 | |
| | | | | period/dot (.). | |||||
* | - Got rid of even more dots. | Eduardo Julian | 2017-11-27 | 2 | -3/+3 | |
| | ||||||
* | - Changed the prefixes of numeric functions. | Eduardo Julian | 2017-11-27 | 3 | -4/+4 | |
| | ||||||
* | - Re-named "lux/meta" to to "lux/macro". | Eduardo Julian | 2017-11-15 | 1 | -5/+5 | |
| | ||||||
* | - Moved "/type/*" to from "lux/meta/" to "lux/". | Eduardo Julian | 2017-11-15 | 1 | -37/+37 | |
| | ||||||
* | - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang". | Eduardo Julian | 2017-11-15 | 1 | -2/+2 | |
| | ||||||
* | - Removed "lux text last-index" procedure. | Eduardo Julian | 2017-11-14 | 1 | -1/+1 | |
| | | | | | - Removed "lux text trim" procedure. - Modified "lux text clip" procedure. - Some bug fixes. | |||||
* | - Re-named "Lux" type to "Meta". | Eduardo Julian | 2017-10-16 | 1 | -8/+8 | |
| | | | - Moved lux/type/* under lux/meta/*. | |||||
* | - Re-named "Vector" to "Sequence" to avoid confusion with mathematical vectors. | Eduardo Julian | 2017-10-16 | 1 | -11/+11 | |
| | ||||||
* | - Re-named "Result" type back to "Error". | Eduardo Julian | 2017-10-16 | 3 | -56/+56 | |
| | ||||||
* | - Re-named lux/control/parser;opt to lux/control/parser;maybe. | Eduardo Julian | 2017-10-16 | 1 | -3/+3 | |
| | ||||||
* | - Moved Array type to lux.lux. | Eduardo Julian | 2017-10-16 | 1 | -1/+1 | |
| | | | | - Re-named some array functions. - Minor refactorings. | |||||
* | - Renamed "%r" to "%f". | Eduardo Julian | 2017-10-12 | 1 | -1/+1 | |
| |