index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
/
source
/
lux.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-17
- Made the "open:" and "^open" macros not generate record-patterns, and thus ...
Eduardo Julian
1
-42
/
+58
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-3
/
+3
2019-04-04
Forgot "lux text char".
Eduardo Julian
1
-1
/
+1
2019-04-04
Changed the order of the inputs to the common extensions.
Eduardo Julian
1
-99
/
+95
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
1
-22
/
+22
2019-03-29
Fixed more tests.
Eduardo Julian
1
-3
/
+3
2019-03-27
The Python compiler is alive.
Eduardo Julian
1
-363
/
+363
2019-03-17
Minor improvements.
Eduardo Julian
1
-24
/
+18
2019-03-17
Added proper aliasing support to the new compiler.
Eduardo Julian
1
-6
/
+1
2019-03-16
Got serial imports fully working.
Eduardo Julian
1
-15
/
+16
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
1
-365
/
+365
2019-03-14
Now allowing the alias of a module to refer to the alias of an ancestor.
Eduardo Julian
1
-21
/
+40
2019-03-11
Improved error-reporting after using "with-expansions" by retaining the cursors.
Eduardo Julian
1
-7
/
+7
2019-03-02
Small fixes and improvements.
Eduardo Julian
1
-10
/
+10
2019-02-11
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
1
-5
/
+7
2019-02-05
Migrated documentation tool's code into stdlib.
Eduardo Julian
1
-7
/
+0
2019-02-04
Fixed a bug in how the "_$" macro works.
Eduardo Julian
1
-1
/
+8
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-229
/
+199
2019-02-03
Some refactoring around the identity function.
Eduardo Julian
1
-6
/
+3
2019-02-03
Improved syntax for domains/parallel-import-trees.
Eduardo Julian
1
-15
/
+26
2019-02-03
Relative imports can now alter the start of a path.
Eduardo Julian
1
-35
/
+81
2019-02-02
Some small refactoring.
Eduardo Julian
1
-13
/
+22
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
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
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
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 modu...
Eduardo Julian
1
-64
/
+49
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-22
/
+14
[next]