aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-03- Re-named "Ref" to "Refined".Eduardo Julian1-10/+10
2018-07-03- Removed "lux/math/constructive".Eduardo Julian2-257/+0
2018-07-03- Re-named "@abstraction" to ":abstraction" and "@representation" to ↵Eduardo Julian21-132/+132
":representation".
2018-07-03- Re-named ":!" to ":coerce".Eduardo Julian22-76/+76
2018-07-03- Added function for updating dictionary.Eduardo Julian1-0/+6
2018-07-03- Re-named ":!!" to ":assume".Eduardo Julian5-8/+8
2018-06-17- Heavy refactoring to integrate extensions better with the rest of the ↵Eduardo Julian53-1260/+1172
compiler.
2018-06-17- Migrated Scheme back-end to stdlib.Eduardo Julian25-99/+1911
2018-06-15- WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2-2/+13
2018-06-14- Re-named "Special" to "Extension".Eduardo Julian8-73/+76
2018-06-14- Refactored generic compiler infrastructure.Eduardo Julian10-148/+155
2018-06-14- Refactored references.Eduardo Julian13-135/+147
2018-06-14- Minor refactorings.Eduardo Julian6-30/+48
2018-06-14- Migrated synthesis to stdlib.Eduardo Julian11-323/+661
2018-05-26- Added filter/partition functionality to refinement types.Eduardo Julian1-1/+35
2018-05-26- WIP: Migrated synthesis to stdlib.Eduardo Julian18-62/+1162
2018-05-23- Minor improvements.Eduardo Julian4-54/+57
2018-05-23- Minor improvements.Eduardo Julian2-3/+14
2018-05-23- Migrated special-form analysis to stdlib.Eduardo Julian10-21/+2700
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian61-252/+252
- Removed some modules that should have been deleted before.
2018-05-20- Migrated pattern-matching analysis to stdlib.Eduardo Julian7-52/+866
2018-05-16- Migrated function analysis to stdlib.Eduardo Julian6-8/+248
2018-05-16- Migrated reference analysis to stdlib.Eduardo Julian5-5/+291
2018-05-16- Migrated structure analysis to stdlib.Eduardo Julian10-41/+1453
- Added an easy way to report information in exceptions.
2018-05-15- Migrated primitive analysis to stdlib.Eduardo Julian6-0/+424
2018-05-13- Added dedicated unicode support for text.Eduardo Julian17-169/+466
- Minor refactoring.
2018-05-13- "lux/data/coll/bits" now uses I64 instead of Nat.Eduardo Julian1-20/+24
2018-05-13- Re-named ".../eq" modules to ".../equality".Eduardo Julian50-53/+57
- Other minor improvements.
2018-05-13- Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian83-825/+805
2018-05-12- Implemented Deg(ree) reciprocal & conversions Deg<->Frac.Eduardo Julian3-23/+83
- Added an easy way to define aliases.
2018-05-10- Some improvements and fixes for stdlib.Eduardo Julian7-77/+50
2018-05-10- Re-named "Compiler" type to "Lux".Eduardo Julian6-24/+24
2018-05-09- Improved tests for Eq(uality) and Blob.Eduardo Julian2-79/+58
2018-05-08- Improved random-generation of Frac numbers.Eduardo Julian1-8/+1
2018-05-08- Improved the way Bool values are parsed.Eduardo Julian2-39/+33
2018-05-08- Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian3-21/+25
- Merged the functionality of "lux process future" into "lux process schedule".
2018-05-08- Improved the way "lux program" is analysed and compiled.Eduardo Julian1-35/+38
- Improved the syntax for "program:" arguments.
2018-05-07- Went back to the old way of loading classes...Eduardo Julian1-3/+2
2018-05-07- Implemented bit-count in pure Lux.Eduardo Julian2-15/+29
2018-05-07- Implemented Deg functionality in pure Lux.Eduardo Julian6-137/+202
2018-05-06- Implemented Nat functionality in pure Lux.Eduardo Julian4-30/+171
2018-05-06- When loading classes in "lux/host.jvm.lux" using ↵Eduardo Julian1-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.
2018-05-06- Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵Eduardo Julian9-69/+69
signed-shift-right -> arithmetic-right-shift.
2018-05-06- Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian4-62/+154
2018-05-06- Fixed error message for "lux/macro/syntax.syntax:".Eduardo Julian1-1/+1
2018-05-05- Removed Void and Unit as kinds of types.Eduardo Julian51-399/+309
- Changed the value of "unit" in the old LuxC to match the one in new-luxc.
2018-05-02- List ranges can now be generated backwards.Eduardo Julian3-18/+34
2018-05-02- Changed the syntax for the parameters of "syntax:".Eduardo Julian29-157/+194
2018-05-02- Made the names of all exceptions lower-case.Eduardo Julian18-95/+95
2018-05-02- Added function for folding using monoids.Eduardo Julian1-7/+14