aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - Re-named "sequence" to "row".Eduardo Julian2018-07-0314-149/+148
|
* - Re-named "import" to "import:".Eduardo Julian2018-07-0348-252/+252
|
* - Re-named "Ref" to "Refined".Eduardo Julian2018-07-031-10/+10
|
* - Removed "lux/math/constructive".Eduardo Julian2018-07-032-257/+0
|
* - Re-named "@abstraction" to ":abstraction" and "@representation" to ↵Eduardo Julian2018-07-0326-289/+289
| | | | ":representation".
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-0379-625/+625
|
* - Added function for updating dictionary.Eduardo Julian2018-07-031-0/+6
|
* - Re-named ":!!" to ":assume".Eduardo Julian2018-07-037-11/+11
|
* - Heavy refactoring to integrate extensions better with the rest of the ↵Eduardo Julian2018-06-1753-1260/+1172
| | | | compiler.
* - Migrated Scheme back-end to stdlib.Eduardo Julian2018-06-1737-1817/+1860
|
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-1580-527/+491
|
* - Re-named "Special" to "Extension".Eduardo Julian2018-06-148-73/+76
|
* - Refactored generic compiler infrastructure.Eduardo Julian2018-06-1410-148/+155
|
* - Refactored references.Eduardo Julian2018-06-1413-135/+147
|
* - Minor refactorings.Eduardo Julian2018-06-146-30/+48
|
* - Migrated synthesis to stdlib.Eduardo Julian2018-06-1412-422/+661
|
* - Added filter/partition functionality to refinement types.Eduardo Julian2018-05-261-1/+35
|
* - WIP: Migrated synthesis to stdlib.Eduardo Julian2018-05-2626-773/+1098
|
* - Minor improvements.Eduardo Julian2018-05-235-56/+59
|
* - Minor improvements.Eduardo Julian2018-05-232-3/+14
|
* - Migrated special-form analysis to stdlib.Eduardo Julian2018-05-2312-582/+557
|
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-20132-787/+636
| | | - Removed some modules that should have been deleted before.
* - Migrated pattern-matching analysis to stdlib.Eduardo Julian2018-05-208-305/+280
|
* - Migrated function analysis to stdlib.Eduardo Julian2018-05-169-307/+248
|
* - Migrated reference analysis to stdlib.Eduardo Julian2018-05-169-151/+141
|
* - Migrated structure analysis to stdlib.Eduardo Julian2018-05-1618-1350/+1253
| | | - Added an easy way to report information in exceptions.
* - Migrated primitive analysis to stdlib.Eduardo Julian2018-05-1510-245/+424
|
* - Added dedicated unicode support for text.Eduardo Julian2018-05-1317-169/+466
| | | - Minor refactoring.
* - "lux/data/coll/bits" now uses I64 instead of Nat.Eduardo Julian2018-05-131-20/+24
|
* - Re-named ".../eq" modules to ".../equality".Eduardo Julian2018-05-1351-57/+57
| | | - Other minor improvements.
* - Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian2018-05-1387-956/+944
|
* - Implemented Deg(ree) reciprocal & conversions Deg<->Frac.Eduardo Julian2018-05-124-24/+84
| | | - Added an easy way to define aliases.
* - Some improvements and fixes for stdlib.Eduardo Julian2018-05-107-77/+50
|
* - Adjusted new-luxc to latest changes.Eduardo Julian2018-05-109-46/+43
|
* - Re-named "Compiler" type to "Lux".Eduardo Julian2018-05-1018-69/+66
|
* - Improved tests for Eq(uality) and Blob.Eduardo Julian2018-05-092-79/+58
|
* - Improved random-generation of Frac numbers.Eduardo Julian2018-05-081-8/+1
|
* - Improved the way Bool values are parsed.Eduardo Julian2018-05-082-39/+33
|
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-0824-203/+120
| | | - Merged the functionality of "lux process future" into "lux process schedule".
* - Improved the way "lux program" is analysed and compiled.Eduardo Julian2018-05-084-53/+51
| | | - Improved the syntax for "program:" arguments.
* - Went back to the old way of loading classes...Eduardo Julian2018-05-071-3/+2
|
* - Implemented bit-count in pure Lux.Eduardo Julian2018-05-0718-159/+31
|
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-0725-1182/+207
|
* - Removed (outdated) JS back-end from old LuxC.Eduardo Julian2018-05-068-2381/+3
|
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-0623-1005/+226
|
* - When loading classes in "lux/host.jvm.lux" using ↵Eduardo Julian2018-05-061-1/+2
| | | | "java.lang,Class::forName", now using the 3-arg variant of that method to avoid initializing the class when loading it. It helps avoid some problems later on.
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵Eduardo Julian2018-05-0637-268/+232
| | | | signed-shift-right -> arithmetic-right-shift.
* - Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian2018-05-0620-158/+156
|
* - Fixed error message for "lux/macro/syntax.syntax:".Eduardo Julian2018-05-061-1/+1
|
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-06105-553/+514
|