aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - Fixed the remaining broken tests in new-luxc.Eduardo Julian2018-02-064-105/+65
* - Fixed some failing new-luxc tests.Eduardo Julian2018-02-067-325/+300
* - Small refactorings.Eduardo Julian2018-01-306-33/+44
* - Implemented semaphores, mutexes and barriers.Eduardo Julian2018-01-308-23/+320
* - Added "lux io exit" support for browsers running JS.Eduardo Julian2018-01-291-1/+7
* - Adapted new-luxc to latest version of stdlib.Eduardo Julian2018-01-281-3/+3
* - Got the tests to build again.Eduardo Julian2018-01-2818-73/+83
* - Got JS backend to build with the rest of the new-luxc code.Eduardo Julian2018-01-2818-330/+594
* - Some fixes for the JS translation layer.Eduardo Julian2018-01-281-148/+169
* - Fixed some parsing errors affecting JVM interface analysis/compilation.Eduardo Julian2018-01-282-6/+29
* - WIP: Infrastructure to interact with Nashorn interpreter.Eduardo Julian2018-01-232-2/+382
* - Fixed a type-bug in old compiler.Eduardo Julian2018-01-231-1/+1
* - WIP: Host procedures for JS.Eduardo Julian2018-01-2115-131/+1491
* - Added sub-structural types (for synchronous IO and asynchronous Promise).Eduardo Julian2018-01-162-0/+233
* - Added indexed/parameterized monads.Eduardo Julian2018-01-161-0/+61
* - WIP: JS runtime.Eduardo Julian2018-01-091-0/+1096
* - Re-factored initialization functions to their own module.Eduardo Julian2018-01-084-35/+51
* - Moved all translation code under the JVM path (in preparation for porting t...Eduardo Julian2018-01-0822-55/+57
* - Now using synthesis extensions during synthesis.Eduardo Julian2018-01-085-19/+45
* - Added "lux program" compilation.Eduardo Julian2018-01-053-9/+80
* - Fixed inference involving existentials.Eduardo Julian2018-01-042-6/+28
* - Small refactorings.Eduardo Julian2018-01-038-23/+27
* - Added "Box" support to new-luxc.Eduardo Julian2018-01-032-1/+83
* - Fixed a bug when creating directories during compilation.Eduardo Julian2018-01-031-7/+10
* - Removed lux/control/transform for now...Eduardo Julian2018-01-031-465/+0
* - Added functor, applicative, monad and co-monad implementations.Eduardo Julian2018-01-021-109/+310
* - Made transformer state internal to the transformers.Eduardo Julian2018-01-021-175/+161
* - Simplified transformation steps.Eduardo Julian2018-01-021-73/+60
* - Added lux/macro.log-type macro for easier debugging.Eduardo Julian2018-01-021-1/+21
* - Initial implementation of transforms.Eduardo Julian2018-01-021-0/+291
* - Updated copyright notice in README.Eduardo Julian2018-01-021-1/+1
* - Fixed a bug during optimization in old luxc.Eduardo Julian2018-01-021-1/+1
* MERGEDEduardo Julian2017-12-310-0/+0
|\
| * - Added safe (single-threaded) mutation.Eduardo Julian2017-12-315-1/+187
* | - Added region-based resource management.Eduardo Julian2017-12-314-2/+249
* | - Added safe (single-threaded) mutation.Eduardo Julian2017-12-316-3/+196
|/
* - 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
* - Fixed function application involving existential quantification in the old ...Eduardo Julian2017-12-281-3/+16
* - Added quotient types.Eduardo Julian2017-12-282-1/+70
* - Added module for predicates.Eduardo Julian2017-12-2511-38/+160
* - Minor refactorings and bug fixes.Eduardo Julian2017-12-247-185/+224
* - Added type-safe modular arithmetic.Eduardo Julian2017-12-244-5/+324
* - Updated .gitignore.Eduardo Julian2017-12-171-0/+1
* - Got the tests to run again.Eduardo Julian2017-12-172-21/+18
* - Added CLI machinery to compiler.Eduardo Julian2017-12-133-39/+75
* - 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-1013-195/+218
* - Some minor refactoring.Eduardo Julian2017-12-105-182/+138