aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-217-25/+25
|
* Got rid of Object-Oriented Programming modules.Eduardo Julian2018-07-213-224/+1
|
* Re-named "Ident" to "Name".Eduardo Julian2018-07-219-143/+119
|
* - Re-named "Compiler" to "Phase".Eduardo Julian2018-07-2112-160/+171
| | | - Re-structured the compiler infrastructure.
* Moved "lux/language/type/*" to "lux/type/*".Eduardo Julian2018-07-2110-20/+15
|
* Re-named "lux/world/blob" to "lux/world/binary".Eduardo Julian2018-07-215-43/+43
|
* "^open" and "open:" now use aliases instead of prefixes, the same way as ↵Eduardo Julian2018-07-2065-209/+209
| | | | module aliases.
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-2078-462/+395
|
* WIP: Fix new-luxc's JVM back-end.Eduardo Julian2018-07-181-0/+6
|
* - Fixed synthesis code.Eduardo Julian2018-07-164-89/+93
|
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-1459-339/+339
| | | - Small improvements to lux-mode.
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-1336-234/+234
|
* - Re-named "lux/data/bit" to "lux/data/number/i64".Eduardo Julian2018-07-133-7/+8
|
* - Fixes for compiler build [part 0].Eduardo Julian2018-07-1311-738/+212
|
* - Removed "lux text hash" extension.Eduardo Julian2018-07-111-2/+0
|
* - Removed stale machinery for "lux int min" and "lux int max".Eduardo Julian2018-07-111-7/+1
|
* - Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian2018-07-111-4/+0
|
* - Re-named "type-of" to ":of".Eduardo Julian2018-07-111-7/+7
|
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-1186-993/+1343
|
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-1159-234/+203
|
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-1088-176/+210
|
* - Re-named path "lux/lang/*" to "lux/language/*".Eduardo Julian2018-07-1015-84/+84
|
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-1044-77/+77
|
* - Re-organized dictionary & set modules a bit.Eduardo Julian2018-07-1015-22/+22
|
* - Re-named "Dict" type to "Dictionary".Eduardo Julian2018-07-107-21/+21
|
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-101-1/+1
|
* - Fixes: Part 3.Eduardo Julian2018-07-091-109/+104
|
* - Fixes: Part 2.Eduardo Julian2018-07-093-8/+10
|
* - Fixes: Part 0.Eduardo Julian2018-07-091-41/+27
|
* - Improved syntax for functions.Eduardo Julian2018-07-071-2/+2
|
* - Re-named "equality" to "equivalence".Eduardo Julian2018-07-0568-279/+268
|
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-0412-138/+138
|
* - Re-named Bound to Paremeter.Eduardo Julian2018-07-042-5/+5
|
* - Test (and fix) that global-reference analysis only allows you to see ↵Eduardo Julian2018-07-041-15/+59
| | | | definitions within your current module, or exports from imported modules.
* - Implemented not-a-number and both infinities in pure Lux.Eduardo Julian2018-07-041-6/+0
|
* - Re-named "stream" to "sequence".Eduardo Julian2018-07-031-12/+12
| | | - Updated copyright dates for lux-mode.
* - Re-named "sequence" to "row".Eduardo Julian2018-07-033-32/+32
|
* - Re-named "import" to "import:".Eduardo Julian2018-07-031-5/+5
|
* - Removed "lux/math/constructive".Eduardo Julian2018-07-031-58/+0
|
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-036-6/+6
|
* - Heavy refactoring to integrate extensions better with the rest of the ↵Eduardo Julian2018-06-1711-26/+26
| | | | compiler.
* - Migrated Scheme back-end to stdlib.Eduardo Julian2018-06-171-2/+2
|
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-151-1/+2
|
* - Refactored generic compiler infrastructure.Eduardo Julian2018-06-144-12/+27
|
* - Refactored references.Eduardo Julian2018-06-144-15/+19
|
* - Migrated synthesis to stdlib.Eduardo Julian2018-06-143-63/+67
|
* - WIP: Migrated synthesis to stdlib.Eduardo Julian2018-05-265-1/+378
|
* - Migrated special-form analysis to stdlib.Eduardo Julian2018-05-232-0/+857
|
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-2010-41/+41
| | | - Removed some modules that should have been deleted before.
* - Migrated pattern-matching analysis to stdlib.Eduardo Julian2018-05-203-5/+199
|