aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improved error-reporting after using "with-expansions" by retaining the cursors.Eduardo Julian2019-03-111-7/+7
* Small fixes and improvements.Eduardo Julian2019-03-021-10/+10
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-5/+7
* Migrated documentation tool's code into stdlib.Eduardo Julian2019-02-051-7/+0
* Fixed a bug in how the "_$" macro works.Eduardo Julian2019-02-041-1/+8
* Changed the naming style for structures.Eduardo Julian2019-02-041-229/+199
* Some refactoring around the identity function.Eduardo Julian2019-02-031-6/+3
* Improved syntax for domains/parallel-import-trees.Eduardo Julian2019-02-031-15/+26
* Relative imports can now alter the start of a path.Eduardo Julian2019-02-031-35/+81
* Some small refactoring.Eduardo Julian2019-02-021-13/+22
* Some refactoring.Eduardo Julian2018-12-041-3/+3
* Small additions to stdlib.Eduardo Julian2018-08-281-1/+9
* "lux text char" is now unsafe/optimized.Eduardo Julian2018-08-231-17/+8
* Optimized text clipping.Eduardo Julian2018-08-231-18/+18
* No more escaping of back-slash.Eduardo Julian2018-08-231-1/+1
* No more escaping of new-line.Eduardo Julian2018-08-231-244/+252
* No more escaping of double-quotes.Eduardo Julian2018-08-231-61/+66
* No more escaping of horizontal-tab.Eduardo Julian2018-08-221-11/+1
* No more multi-line text.Eduardo Julian2018-08-221-386/+383
* - Added single-line comment parsing.Eduardo Julian2018-08-211-1/+1
* Some refactoring.Eduardo Julian2018-08-201-2/+2
* - Fixed ordering issue with Lux arithmetic extensions.Eduardo Julian2018-08-201-12/+10
* Various fixes.Eduardo Julian2018-08-161-20/+20
* Fixes for pattern-matching/case synthesis & translation.Eduardo Julian2018-08-151-5/+5
* Moved interpreter (REPL) code to stdlib.Eduardo Julian2018-08-111-3/+3
* - Re-defined the relationship between analysis and evaluation.Eduardo Julian2018-08-081-5/+5
* Some small improvements and fixes.Eduardo Julian2018-08-051-2/+4
* Moved "Array" type back into "lux/data/collection/array".Eduardo Julian2018-08-031-4/+0
* Moved statement phase into stdlib.Eduardo Julian2018-08-021-2/+14
* Covered some missing bits.Eduardo Julian2018-07-281-1/+1
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-281-327/+327
* Added "+" sign to positive Int.Eduardo Julian2018-07-281-45/+45
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-281-296/+296
* Re-named "name-for" to "name-of".Eduardo Julian2018-07-211-5/+5
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-167/+167
* Re-named "Ident" to "Name".Eduardo Julian2018-07-211-118/+112
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-201-64/+49
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-201-22/+14
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-141-127/+135
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-94/+94
* - Fixes for compiler build [part 0].Eduardo Julian2018-07-131-36/+23
* - Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian2018-07-111-1/+25
* - Re-named "type-of" to ":of".Eduardo Julian2018-07-111-3/+3
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-138/+60
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-111-35/+30
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-28/+8
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-101-2/+2
* - Ported caching machinery for default compiler.Eduardo Julian2018-07-101-2/+2
* - Re-named "struct" to "structure".Eduardo Julian2018-07-101-2/+2
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-101-4/+4