aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-28Turned all "lux frac ???" extensions to "lux f64 ???".Eduardo Julian1-9/+9
2019-04-17- Made the "open:" and "^open" macros not generate record-patterns, and thus ↵Eduardo Julian1-42/+58
not need (or impose a need on) tags. - The "do" macro for monads also doesn't need tags anymore.
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-3/+3
2019-04-04Forgot "lux text char".Eduardo Julian1-1/+1
2019-04-04Changed the order of the inputs to the common extensions.Eduardo Julian1-99/+95
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-22/+22
2019-03-29Fixed more tests.Eduardo Julian1-3/+3
2019-03-27The Python compiler is alive.Eduardo Julian1-363/+363
2019-03-17Minor improvements.Eduardo Julian1-24/+18
2019-03-17Added proper aliasing support to the new compiler.Eduardo Julian1-6/+1
Also improved aliasing support in the old compiler.
2019-03-16Got serial imports fully working.Eduardo Julian1-15/+16
2019-03-15Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian1-365/+365
to avoid confusion since "/" is used for relative module paths.
2019-03-14Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian1-21/+40
2019-03-11Improved error-reporting after using "with-expansions" by retaining the cursors.Eduardo Julian1-7/+7
2019-03-02Small fixes and improvements.Eduardo Julian1-10/+10
2019-02-11Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian1-5/+7
structures.
2019-02-05Migrated documentation tool's code into stdlib.Eduardo Julian1-7/+0
2019-02-04Fixed a bug in how the "_$" macro works.Eduardo Julian1-1/+8
2019-02-04Changed the naming style for structures.Eduardo Julian1-229/+199
2019-02-03Some refactoring around the identity function.Eduardo Julian1-6/+3
2019-02-03Improved syntax for domains/parallel-import-trees.Eduardo Julian1-15/+26
2019-02-03Relative imports can now alter the start of a path.Eduardo Julian1-35/+81
2019-02-02Some small refactoring.Eduardo Julian1-13/+22
2018-12-04Some refactoring.Eduardo Julian1-3/+3
2018-08-28Small additions to stdlib.Eduardo Julian1-1/+9
2018-08-23"lux text char" is now unsafe/optimized.Eduardo Julian1-17/+8
2018-08-23Optimized text clipping.Eduardo Julian1-18/+18
2018-08-23No more escaping of back-slash.Eduardo Julian1-1/+1
2018-08-23No more escaping of new-line.Eduardo Julian1-244/+252
2018-08-23No more escaping of double-quotes.Eduardo Julian1-61/+66
2018-08-22No more escaping of horizontal-tab.Eduardo Julian1-11/+1
2018-08-22No more multi-line text.Eduardo Julian1-386/+383
2018-08-21- Added single-line comment parsing.Eduardo Julian1-1/+1
- Added tag parsing. - Added tracking.
2018-08-20Some refactoring.Eduardo Julian1-2/+2
2018-08-20- Fixed ordering issue with Lux arithmetic extensions.Eduardo Julian1-12/+10
- Fixed naming issue with extensions.
2018-08-16Various fixes.Eduardo Julian1-20/+20
2018-08-15Fixes for pattern-matching/case synthesis & translation.Eduardo Julian1-5/+5
2018-08-11Moved interpreter (REPL) code to stdlib.Eduardo Julian1-3/+3
2018-08-08- Re-defined the relationship between analysis and evaluation.Eduardo Julian1-5/+5
- Fixed some bugs.
2018-08-05Some small improvements and fixes.Eduardo Julian1-2/+4
2018-08-03Moved "Array" type back into "lux/data/collection/array".Eduardo Julian1-4/+0
2018-08-02Moved statement phase into stdlib.Eduardo Julian1-2/+14
2018-07-28Covered some missing bits.Eduardo Julian1-1/+1
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-327/+327
2018-07-28Added "+" sign to positive Int.Eduardo Julian1-45/+45
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-296/+296
2018-07-21Re-named "name-for" to "name-of".Eduardo Julian1-5/+5
2018-07-21Re-named "Symbol" to "Identifier".Eduardo Julian1-167/+167
2018-07-21Re-named "Ident" to "Name".Eduardo Julian1-118/+112
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as ↵Eduardo Julian1-64/+49
module aliases.