aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed syntax bug.Eduardo Julian2018-08-201-2/+1
* Fixes for function synthesis.Eduardo Julian2018-08-154-15/+14
* Got stdlib tests to compile again.Eduardo Julian2018-08-116-52/+59
* Some small improvements and fixes.Eduardo Julian2018-08-053-8/+8
* Moved "Array" type back into "lux/data/collection/array".Eduardo Julian2018-08-031-1/+1
* Replace the error-prone "n/range" calls with "indices".Eduardo Julian2018-08-021-1/+1
* Cleared out "lux/compiler/default" module off its contents to re-use the spac...Eduardo Julian2018-08-024-43/+37
* Now implementing array functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-75/+0
* Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian2018-07-312-17/+3
* Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian2018-07-302-38/+8
* Updating new-luxc to latest Lux changes [Part 2].Eduardo Julian2018-07-301-3/+3
* Covered some missing bits.Eduardo Julian2018-07-281-3/+3
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-2874-578/+578
* Added "+" sign to positive Int.Eduardo Julian2018-07-2828-254/+254
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-2874-578/+578
* Re-named "seq" to "and" and "alt" to "or".Eduardo Julian2018-07-2114-47/+47
* Re-named "name-for" to "name-of".Eduardo Julian2018-07-211-8/+8
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-217-25/+25
* Got rid of Object-Oriented Programming modules.Eduardo Julian2018-07-212-220/+0
* Re-named "Ident" to "Name".Eduardo Julian2018-07-218-142/+118
* - Re-named "Compiler" to "Phase".Eduardo Julian2018-07-2111-120/+131
* Moved "lux/language/type/*" to "lux/type/*".Eduardo Julian2018-07-219-17/+13
* Re-named "lux/world/blob" to "lux/world/binary".Eduardo Julian2018-07-214-42/+42
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-2065-209/+209
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-2077-398/+327
* 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
* 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-1185-857/+1173
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-1159-234/+203
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-1087-146/+145
* - 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