aboutsummaryrefslogtreecommitdiff
path: root/stdlib (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Added region-based resource management.Eduardo Julian2017-12-314-2/+249
* - Added safe (single-threaded) mutation.Eduardo Julian2017-12-313-1/+100
* - Added bit-sets.Eduardo Julian2017-12-3110-42/+309
* - A small, in-development module for doing constructive mathematics with some...Eduardo Julian2017-12-283-0/+255
* - Added quotient types.Eduardo Julian2017-12-282-1/+70
* - Added module for predicates.Eduardo Julian2017-12-2510-36/+158
* - Minor refactorings and bug fixes.Eduardo Julian2017-12-247-185/+224
* - Added type-safe modular arithmetic.Eduardo Julian2017-12-244-5/+324
* - Agent-based concurrency is just actors listening to FRP channels, so specia...Eduardo Julian2017-12-123-179/+0
* - FRP channels are no longer asynchronously-built lists, but rather mediums f...Eduardo Julian2017-12-128-562/+326
* - Some minor refactoring.Eduardo Julian2017-12-1012-195/+217
* - Some minor refactoring.Eduardo Julian2017-12-105-182/+138
* - WIP: Caching.Eduardo Julian2017-12-053-11/+30
* - Brought luxc and new-luxc closer together.Eduardo Julian2017-12-058-207/+136
* - Added analysis, synthesis, translation and statement extensions.Eduardo Julian2017-12-052-18/+25
* - No longer using BufferedReader for console input.Eduardo Julian2017-12-041-24/+51
* - lux/world/file now works with Process, instead of Task.Eduardo Julian2017-12-042-125/+133
* - No longer deleting type-vars in luxc, to better match it with the type-chec...Eduardo Julian2017-12-048-141/+124
* - Implemented unit types on top of abstract types.Eduardo Julian2017-12-043-44/+36
* - Re-named "Def" to "Definition".Eduardo Julian2017-12-047-103/+103
* - Added location information to syntax errors.Eduardo Julian2017-12-031-1/+4
* - Fixed some small issues uncovered by new-luxc.Eduardo Julian2017-12-035-13/+16
* - Added some ~! to some macros to stop them from imposing dependencies.Eduardo Julian2017-12-025-46/+52
* - "gensym" went back to producing Code, instead of Ident.Eduardo Julian2017-12-0219-268/+258
* - Added context-sensitive macro-expansion by means of "lux in-module", and re...Eduardo Julian2017-12-0227-348/+236
* - Added new "lux in-module" procedure for changing the module while analysing...Eduardo Julian2017-12-021-7/+13
* - Changed some of the syntax for macro templating.Eduardo Julian2017-12-0131-731/+739
* - Made it so that module annotations can only be set once now.Eduardo Julian2017-12-011-2/+2
* - Changed the way test durations are shown.Eduardo Julian2017-12-011-1/+1
* - Re-named lux/type/opaque to lux/type/abstract.Eduardo Julian2017-11-2910-52/+52
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-29180-10027/+10033
* - Re-named the "." function to "compose" and moved it to lux/function.Eduardo Julian2017-11-2824-183/+183
* - Changed the syntax involved in JVM host-interop.Eduardo Julian2017-11-2712-373/+350
* - Got rid of even more dots.Eduardo Julian2017-11-2774-293/+294
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-27116-1774/+1756
* - Changed to the new relative imports syntax.Eduardo Julian2017-11-2623-184/+186
* - Added REPL.Eduardo Julian2017-11-232-3/+14
* - Added console I/O.Eduardo Julian2017-11-232-1/+76
* - Fixed some bugs.Eduardo Julian2017-11-2213-111/+200
* - Fixed some bugs.Eduardo Julian2017-11-2112-419/+404
* - Added parallel compilation.Eduardo Julian2017-11-2016-199/+246
* - Added "Process" type for IO operations that can fail.Eduardo Julian2017-11-164-19/+48
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-1554-336/+336
* - Moved "/type/*" to from "lux/meta/" to "lux/".Eduardo Julian2017-11-1523-119/+119
* - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian2017-11-1516-51/+48
* - Re-named "lux/meta/type/auto" to "lux/meta/type/implicit".Eduardo Julian2017-11-154-3/+3
* - Moved "luxc/lang/syntax" to "lux/lang/syntax".Eduardo Julian2017-11-153-0/+857
* - Moved type-cleaning to lux/meta/type/check.Eduardo Julian2017-11-151-1/+37
* - Small refactoring.Eduardo Julian2017-11-142-61/+61
* - Modified the syntax for module definitions.Eduardo Julian2017-11-141-1/+1