aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-2876-1149/+1140
* Added "+" sign to positive Int.Eduardo Julian2018-07-2827-499/+522
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-2876-1094/+1094
* Re-named "seq" to "and" and "alt" to "or".Eduardo Julian2018-07-2135-171/+171
* Re-named "name-for" to "name-of".Eduardo Julian2018-07-219-19/+19
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-2137-446/+446
* Added macros for specifying implicits either at the module level, or at the l...Eduardo Julian2018-07-211-19/+45
* Got rid of Object-Oriented Programming modules.Eduardo Julian2018-07-213-756/+50
* Re-named "Ident" to "Name".Eduardo Julian2018-07-2132-355/+349
* - Re-named "Compiler" to "Phase".Eduardo Julian2018-07-2156-132/+142
* Refactoring & improvements to "lux/macro/poly".Eduardo Julian2018-07-215-54/+75
* Moved "lux/language/type/*" to "lux/type/*".Eduardo Julian2018-07-2124-216/+184
* Re-named "lux/world/blob" to "lux/world/binary".Eduardo Julian2018-07-219-131/+124
* Re-named "Binary" type to "Format".Eduardo Julian2018-07-213-34/+34
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-20101-297/+285
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-20138-1294/+1407
* Small fix for Scheme compilation.Eduardo Julian2018-07-191-2/+2
* WIP: Fix new-luxc's JVM back-end. [Part 2]Eduardo Julian2018-07-192-13/+20
* WIP: Fix new-luxc's JVM back-end.Eduardo Julian2018-07-186-53/+137
* - Fixed synthesis code.Eduardo Julian2018-07-164-82/+74
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-1461-418/+430
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-1392-462/+468
* - Re-named "lux/data/bit" to "lux/data/number/i64".Eduardo Julian2018-07-139-117/+123
* - Fixes for compiler build [part 0].Eduardo Julian2018-07-1336-1627/+1668
* - Removed "lux text hash" extension.Eduardo Julian2018-07-112-4/+24
* - Removed stale machinery for "lux int min" and "lux int max".Eduardo Julian2018-07-111-3/+0
* - Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian2018-07-115-63/+104
* - Re-named "lux/macro/poly.this" to "exactly" and "lux/macro/poly.like" to "s...Eduardo Julian2018-07-116-44/+44
* - Re-naming some functions in "lux/language/type/check".Eduardo Julian2018-07-112-7/+7
* - Re-named "type-of" to ":of".Eduardo Julian2018-07-112-4/+4
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-11164-1631/+1905
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-1197-354/+348
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-10151-590/+570
* - Implemented multi-sets.Eduardo Julian2018-07-101-0/+152
* - Re-named path "lux/lang/*" to "lux/language/*".Eduardo Julian2018-07-1067-135/+135
* - Re-named "lux/world/env" to "lux/world/environment".Eduardo Julian2018-07-101-2/+2
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-10104-163/+160
* - Re-organized dictionary & set modules a bit.Eduardo Julian2018-07-1036-39/+39
* - Re-named "Dict" type to "Dictionary".Eduardo Julian2018-07-1032-93/+93
* - Ported caching machinery for default compiler.Eduardo Julian2018-07-105-33/+153
* - Re-implemented sets using abstract types to make it impossible to use dicti...Eduardo Julian2018-07-102-136/+141
* - Re-named "struct" to "structure".Eduardo Julian2018-07-107-52/+50
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-1067-201/+201
* - Re-named "sig:" to "signature:".Eduardo Julian2018-07-1019-22/+22
* - Fixes: Part 3.Eduardo Julian2018-07-091-1/+1
* - Fixes: Part 2.Eduardo Julian2018-07-0914-74/+72
* - Fixes: Part 1.Eduardo Julian2018-07-093-8/+4
* - Ported caching machinery for Lux Meta-Compiler to stdlib.Eduardo Julian2018-07-088-50/+355
* - Moved LuxC's I/O to stdlib.Eduardo Julian2018-07-085-117/+408
* - Moved the type-based value representation of the REPL into the standard lib...Eduardo Julian2018-07-071-0/+197