aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - Fixes: Part 2.Eduardo Julian2018-07-0917-82/+82
|
* - Fixes: Part 1.Eduardo Julian2018-07-094-9/+5
|
* - Fixes: Part 0.Eduardo Julian2018-07-093-43/+29
|
* - Ported caching machinery for Lux Meta-Compiler to stdlib.Eduardo Julian2018-07-0811-300/+355
|
* - Moved LuxC's I/O to stdlib.Eduardo Julian2018-07-086-238/+408
| | | - Improved "lux/world/file".
* - Moved the type-based value representation of the REPL into the standard ↵Eduardo Julian2018-07-072-199/+201
| | | | library.
* - Implemented document archiving. It will play a crucial role later when ↵Eduardo Julian2018-07-071-0/+87
| | | | LuxC (Lux compiler) turns into LuxMC (Lux Meta-Compiler).
* - Implemented ":share" macro for easier type-sharing when casting.Eduardo Julian2018-07-072-3/+26
|
* - Improved syntax for functions.Eduardo Julian2018-07-074-67/+63
|
* - Improved syntax for pattern-matching.Eduardo Julian2018-07-076-449/+435
|
* - Binary (de)serialization module.Eduardo Julian2018-07-054-45/+237
|
* - Re-named "equality" to "equivalence".Eduardo Julian2018-07-05123-545/+534
|
* - Removed "alias:" due to the potential for introducing confusion due to ↵Eduardo Julian2018-07-047-43/+25
| | | | having multiple names for the same definitions.
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-0474-593/+507
|
* - Re-named Bound to Paremeter.Eduardo Julian2018-07-0423-166/+166
|
* - Deleted useless old LuxC tests.Eduardo Julian2018-07-044-1056/+0
|
* - Test (and fix) that global-reference analysis only allows you to see ↵Eduardo Julian2018-07-043-30/+94
| | | | definitions within your current module, or exports from imported modules.
* - When a method/constructor is not found, the signatures of alternatives ↵Eduardo Julian2018-07-045-109/+177
| | | | with the same name are shown as hints, for easier debugging
* - "with-stack" function for stacking exceptions.Eduardo Julian2018-07-045-51/+52
|
* - "lux/data/text/buffer" module, with platform-specific implementations of ↵Eduardo Julian2018-07-041-0/+72
| | | | code using text-buffer abstractions for fast text concatenation.
* - Implemented ":cast" macro, and used it to implement both ":abstraction" ↵Eduardo Julian2018-07-048-102/+123
| | | | | and ":representation". - Fix: You shouldn't be able to resolve tags if you haven't imported a module (even if they are exported).
* - Implemented not-a-number and both infinities in pure Lux.Eduardo Julian2018-07-0415-141/+7
|
* - Can now refine random generators.Eduardo Julian2018-07-031-0/+13
|
* - Improved abstract types.Eduardo Julian2018-07-0310-107/+50
| | | - Got rid of "lux noop" translations.
* - Improved syntax for numeric literals by allowing arbitrary zeroes (0) at ↵Eduardo Julian2018-07-032-11/+9
| | | | the front of numbers.
* - Re-named "stream" to "sequence".Eduardo Julian2018-07-033-46/+46
| | | - Updated copyright dates for lux-mode.
* - 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
|