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
/
data
/
collection
/
tree.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
1
-2
/
+2
2020-11-28
Re-named "_.claim" to "_.cover'".
Eduardo Julian
1
-5
/
+5
2020-11-17
Made the syntax of ^template more consistent.
Eduardo Julian
1
-3
/
+3
2020-11-01
Improved the design of actors.
Eduardo Julian
1
-3
/
+6
2020-10-31
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
1
-5
/
+6
2020-09-16
Changed the format of project descriptor files.
Eduardo Julian
1
-1
/
+1
2020-08-09
No longer inline the object literal for variants.
Eduardo Julian
1
-10
/
+10
2020-05-09
Including runtime machinery in the cache.
Eduardo Julian
1
-7
/
+13
2019-04-19
Moved the code/syntax parser under "lux/control/parser/".
Eduardo Julian
1
-3
/
+4
2019-04-19
Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree".
Eduardo Julian
1
-0
/
+0
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-2
/
+3
2019-03-28
Fixed some tests.
Eduardo Julian
1
-5
/
+5
2019-03-24
Ported tests for collection-related modules.
Eduardo Julian
1
-4
/
+0
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
1
-5
/
+5
2019-02-11
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
1
-1
/
+1
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-5
/
+5
2018-07-28
Added "+" sign to positive Int.
Eduardo Julian
1
-3
/
+3
2018-07-21
Re-named "seq" to "and" and "alt" to "or".
Eduardo Julian
1
-2
/
+2
2018-07-20
"^open" and "open:" now use aliases instead of prefixes, the same way as modu...
Eduardo Julian
1
-1
/
+1
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-2
/
+4
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-10
/
+11
2018-07-11
- Improvements to import syntax [part 1].
Eduardo Julian
1
-9
/
+9
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-2
/
+2
2018-07-10
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
1
-1
/
+1
2018-07-10
- Re-named "struct:" to "structure:".
Eduardo Julian
1
-3
/
+3
2018-07-05
- Re-named "equality" to "equivalence".
Eduardo Julian
1
-4
/
+4
2018-05-13
- Re-named ".../eq" modules to ".../equality".
Eduardo Julian
1
-1
/
+1
2018-05-02
- Changed the syntax for the parameters of "syntax:".
Eduardo Julian
1
-1
/
+1
2018-04-05
- Improved the syntax for the "lux.function" macro.
Eduardo Julian
1
-1
/
+1
2017-12-01
- Changed some of the syntax for macro templating.
Eduardo Julian
1
-1
/
+1
2017-11-29
- Changed the identifier separator, from the semi-colon (;) to the period/dot...
Eduardo Julian
1
-10
/
+10
2017-11-27
- Got rid of even more dots.
Eduardo Julian
1
-1
/
+1
2017-11-15
- Re-named "lux/meta" to to "lux/macro".
Eduardo Julian
1
-3
/
+3
2017-10-16
- Re-named "Lux" type to "Meta".
Eduardo Julian
1
-3
/
+3
2017-07-22
- Removed the "M" suffix from monadic functions.
Eduardo Julian
1
-1
/
+1
2017-06-23
- Added Fold structure for rose trees.
Eduardo Julian
1
-2
/
+10
2017-06-21
- CLI, Syntax and Lexer are now based upon a common Parser type.
Eduardo Julian
1
-5
/
+6
2017-05-07
- Renamed "AST" to "Code".
Eduardo Julian
1
-4
/
+4
2017-04-11
- Fused the lux/compiler and lux/macro modules.
Eduardo Julian
1
-1
/
+1
2017-04-06
- Made some changes to (rose) trees and zippers.
Eduardo Julian
1
-16
/
+25
2017-01-26
- Changed the license from MPL 2.0 to MIT.
Eduardo Julian
1
-5
/
+0
2017-01-25
- Moved the lux/data/struct/* modules to lux/data/coll/*.
Eduardo Julian
1
-1
/
+1
2017-01-25
- Renamed lux/data/struct/tree to lux/data/struct/tree/rose.
Eduardo Julian
1
-0
/
+0
2017-01-04
- Updated the documentation of most modules left.
Eduardo Julian
1
-1
/
+7
2016-12-12
- No longer using record syntax in certain macros.
Eduardo Julian
1
-1
/
+1
2016-12-01
- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...
Eduardo Julian
1
-0
/
+54