Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Removed the "root2" and "root3" host procedures (their functionality is ↵ | Eduardo Julian | 2018-02-24 | 13 | -63/+18 | |
| | | | | redundant, in the presence of the "pow" procedure). | |||||
* | - Fixed nat division and remainder. | Eduardo Julian | 2018-02-24 | 2 | -343/+86 | |
| | ||||||
* | - Added a code-generation utility module for JS. | Eduardo Julian | 2018-02-23 | 14 | -179/+318 | |
| | ||||||
* | - Added all the missing tests for translation of common procedures. | Eduardo Julian | 2018-02-23 | 6 | -48/+586 | |
| | | | | - Implemented some missing process functionality in the JVM runtime. - Minor bug fixes. | |||||
* | - Added tests for JS procedure translation. | Eduardo Julian | 2018-02-22 | 13 | -42/+229 | |
| | ||||||
* | - Unified translation tests. | Eduardo Julian | 2018-02-22 | 21 | -1801/+1121 | |
| | ||||||
* | - Changed the format for variants in JS. | Eduardo Julian | 2018-02-21 | 5 | -22/+61 | |
| | | | - Fixed a bug when decoding fracs. | |||||
* | - Fixed the failing simple tests. | Eduardo Julian | 2018-02-21 | 4 | -28/+459 | |
| | ||||||
* | - Added tests for normal JS (non-procedure) behavior. | Eduardo Julian | 2018-02-17 | 14 | -52/+525 | |
| | | | - Fixed a few bugs. | |||||
* | - Some improvements to protocol-based objects. | Eduardo Julian | 2018-02-11 | 2 | -68/+151 | |
| | ||||||
* | - Added initial implementation of protocol-based object-oriented programming. | Eduardo Julian | 2018-02-11 | 6 | -9/+213 | |
| | ||||||
* | - Re-named lux/type/object to lux/type/object/interface. | Eduardo Julian | 2018-02-11 | 4 | -3/+3 | |
| | ||||||
* | - Fixed how type-application is text-encoded in old compiler. | Eduardo Julian | 2018-02-07 | 1 | -8/+10 | |
| | ||||||
* | - Fixed tests in stdlib. | Eduardo Julian | 2018-02-07 | 10 | -87/+95 | |
| | ||||||
* | - Small additions. | Eduardo Julian | 2018-02-07 | 3 | -12/+42 | |
| | ||||||
* | - Improved the way exceptions work. | Eduardo Julian | 2018-02-07 | 25 | -150/+221 | |
| | ||||||
* | - Fixed the remaining broken tests in new-luxc. | Eduardo Julian | 2018-02-06 | 4 | -105/+65 | |
| | ||||||
* | - Fixed some failing new-luxc tests. | Eduardo Julian | 2018-02-06 | 7 | -325/+300 | |
| | | | | - Re-designed the way casting is done for JVM interop. - Now always adding extensions when initializing compiler. | |||||
* | - Small refactorings. | Eduardo Julian | 2018-01-30 | 6 | -33/+44 | |
| | ||||||
* | - Implemented semaphores, mutexes and barriers. | Eduardo Julian | 2018-01-30 | 8 | -23/+320 | |
| | | | - Fixed a bug when checking "last-index-of" for Text. | |||||
* | - Added "lux io exit" support for browsers running JS. | Eduardo Julian | 2018-01-29 | 1 | -1/+7 | |
| | ||||||
* | - Adapted new-luxc to latest version of stdlib. | Eduardo Julian | 2018-01-28 | 1 | -3/+3 | |
| | ||||||
* | - Got the tests to build again. | Eduardo Julian | 2018-01-28 | 18 | -73/+83 | |
| | ||||||
* | - Got JS backend to build with the rest of the new-luxc code. | Eduardo Julian | 2018-01-28 | 18 | -330/+594 | |
| | ||||||
* | - Some fixes for the JS translation layer. | Eduardo Julian | 2018-01-28 | 1 | -148/+169 | |
| | ||||||
* | - Fixed some parsing errors affecting JVM interface analysis/compilation. | Eduardo Julian | 2018-01-28 | 2 | -6/+29 | |
| | ||||||
* | - WIP: Infrastructure to interact with Nashorn interpreter. | Eduardo Julian | 2018-01-23 | 2 | -2/+382 | |
| | ||||||
* | - Fixed a type-bug in old compiler. | Eduardo Julian | 2018-01-23 | 1 | -1/+1 | |
| | ||||||
* | - WIP: Host procedures for JS. | Eduardo Julian | 2018-01-21 | 15 | -131/+1491 | |
| | ||||||
* | - Added sub-structural types (for synchronous IO and asynchronous Promise). | Eduardo Julian | 2018-01-16 | 2 | -0/+233 | |
| | ||||||
* | - Added indexed/parameterized monads. | Eduardo Julian | 2018-01-16 | 1 | -0/+61 | |
| | ||||||
* | - WIP: JS runtime. | Eduardo Julian | 2018-01-09 | 1 | -0/+1096 | |
| | ||||||
* | - Re-factored initialization functions to their own module. | Eduardo Julian | 2018-01-08 | 4 | -35/+51 | |
| | ||||||
* | - Moved all translation code under the JVM path (in preparation for porting ↵ | Eduardo Julian | 2018-01-08 | 22 | -55/+57 | |
| | | | | the JS back-end). | |||||
* | - Now using synthesis extensions during synthesis. | Eduardo Julian | 2018-01-08 | 5 | -19/+45 | |
| | ||||||
* | - Added "lux program" compilation. | Eduardo Julian | 2018-01-05 | 3 | -9/+80 | |
| | ||||||
* | - Fixed inference involving existentials. | Eduardo Julian | 2018-01-04 | 2 | -6/+28 | |
| | ||||||
* | - Small refactorings. | Eduardo Julian | 2018-01-03 | 8 | -23/+27 | |
| | ||||||
* | - Added "Box" support to new-luxc. | Eduardo Julian | 2018-01-03 | 2 | -1/+83 | |
| | ||||||
* | - Fixed a bug when creating directories during compilation. | Eduardo Julian | 2018-01-03 | 1 | -7/+10 | |
| | ||||||
* | - Removed lux/control/transform for now... | Eduardo Julian | 2018-01-03 | 1 | -465/+0 | |
| | ||||||
* | - Added functor, applicative, monad and co-monad implementations. | Eduardo Julian | 2018-01-02 | 1 | -109/+310 | |
| | ||||||
* | - Made transformer state internal to the transformers. | Eduardo Julian | 2018-01-02 | 1 | -175/+161 | |
| | ||||||
* | - Simplified transformation steps. | Eduardo Julian | 2018-01-02 | 1 | -73/+60 | |
| | ||||||
* | - Added lux/macro.log-type macro for easier debugging. | Eduardo Julian | 2018-01-02 | 1 | -1/+21 | |
| | ||||||
* | - Initial implementation of transforms. | Eduardo Julian | 2018-01-02 | 1 | -0/+291 | |
| | ||||||
* | - Updated copyright notice in README. | Eduardo Julian | 2018-01-02 | 1 | -1/+1 | |
| | ||||||
* | - Fixed a bug during optimization in old luxc. | Eduardo Julian | 2018-01-02 | 1 | -1/+1 | |
| | ||||||
* | MERGED | Eduardo Julian | 2017-12-31 | 0 | -0/+0 | |
|\ | ||||||
| * | - Added safe (single-threaded) mutation. | Eduardo Julian | 2017-12-31 | 5 | -1/+187 | |
| | |