aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/coll/tree (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Changed the syntax for the parameters of "syntax:".Eduardo Julian2018-05-021-1/+1
* - Made the names of all exceptions lower-case.Eduardo Julian2018-05-021-2/+2
* - Re-organized "lux/data/coll/tree/*" modules.Eduardo Julian2018-05-012-16/+16
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-053-14/+33
* - Re-named "is" to "is?".Eduardo Julian2018-04-051-1/+1
* - Improved the way exceptions work.Eduardo Julian2018-02-071-1/+1
* - Changed some of the syntax for macro templating.Eduardo Julian2017-12-011-1/+1
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-294-87/+87
* - Got rid of even more dots.Eduardo Julian2017-11-272-2/+2
* - Changed to the new relative imports syntax.Eduardo Julian2017-11-261-1/+1
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-152-6/+6
* - Re-named "Lux" type to "Meta".Eduardo Julian2017-10-162-6/+6
* - Re-named "Result" type back to "Error".Eduardo Julian2017-10-161-9/+9
* - Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian2017-09-192-10/+10
* - Some refactoring.Eduardo Julian2017-09-191-1/+1
* - Tree parsing.Eduardo Julian2017-09-192-36/+82
* - Removed the "M" suffix from monadic functions.Eduardo Julian2017-07-221-1/+1
* - Added Fold structure for rose trees.Eduardo Julian2017-06-231-2/+10
* - CLI, Syntax and Lexer are now based upon a common Parser type.Eduardo Julian2017-06-211-5/+6
* - Made a small refactoring to walk around a current optimization error that c...Eduardo Julian2017-05-091-9/+8
* - Renamed "AST" to "Code".Eduardo Julian2017-05-072-5/+5
* - Fused the lux/compiler and lux/macro modules.Eduardo Julian2017-04-112-2/+2
* - Renamed "lambda" to "function".Eduardo Julian2017-04-101-7/+7
* - Made some changes to (rose) trees and zippers.Eduardo Julian2017-04-062-28/+65
* - Implemented Int encoding/decoding in the standard library.Eduardo Julian2017-04-031-2/+1
* - Implemented finger-trees.Eduardo Julian2017-03-281-0/+54
* - Changed the license from MPL 2.0 to MIT.Eduardo Julian2017-01-262-10/+0
* - Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian2017-01-252-0/+257