Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some refactoring around statements. | Eduardo Julian | 2019-03-03 | 1 | -2/+2 |
| | |||||
* | Some refactoring around synthesis. | Eduardo Julian | 2019-03-03 | 1 | -1/+1 |
| | |||||
* | Got new-luxc to compile/build again. | Eduardo Julian | 2019-02-24 | 2 | -36/+36 |
| | |||||
* | Extracted "phase" from under "lux/platform/compiler/default". | Eduardo Julian | 2018-10-29 | 1 | -5/+4 |
| | |||||
* | Nested the compiler and the interpreter under the lux/platform/* path. | Eduardo Julian | 2018-10-29 | 1 | -6/+7 |
| | |||||
* | Adapted new-luxc to latest stdlib changes. | Eduardo Julian | 2018-08-29 | 1 | -3/+3 |
| | |||||
* | "lux text char" is now unsafe/optimized. | Eduardo Julian | 2018-08-23 | 1 | -2/+2 |
| | |||||
* | Optimized text clipping. | Eduardo Julian | 2018-08-23 | 1 | -5/+4 |
| | |||||
* | - Fixed ordering issue with Lux arithmetic extensions. | Eduardo Julian | 2018-08-20 | 1 | -18/+18 |
| | | | - Fixed naming issue with extensions. | ||||
* | Various fixes. | Eduardo Julian | 2018-08-16 | 1 | -30/+30 |
| | |||||
* | Extension-related fixes. | Eduardo Julian | 2018-08-16 | 1 | -9/+9 |
| | |||||
* | - Fixed common translation tests for JVM. | Eduardo Julian | 2018-08-11 | 1 | -42/+44 |
| | | | | - Fixed a bug in "lux text <". - Small optimizations to old LuxC. | ||||
* | Fixed various JVM translation tests. | Eduardo Julian | 2018-08-11 | 1 | -293/+220 |
| | |||||
* | Now implementing box functionality in stdlib instead of the compiler. | Eduardo Julian | 2018-07-31 | 1 | -34/+0 |
| | |||||
* | Now implementing array functionality in stdlib instead of the compiler. | Eduardo Julian | 2018-07-31 | 1 | -56/+0 |
| | |||||
* | Now implementing process functionality in stdlib instead of the compiler. | Eduardo Julian | 2018-07-31 | 1 | -23/+0 |
| | |||||
* | Now implementing atom functionality in stdlib instead of the compiler. | Eduardo Julian | 2018-07-31 | 1 | -33/+0 |
| | |||||
* | Now implementing math functionality in stdlib instead of the compiler. | Eduardo Julian | 2018-07-30 | 1 | -70/+0 |
| | |||||
* | - Some fixes due to recent changes in stdlib. | Eduardo Julian | 2018-07-22 | 2 | -324/+324 |
| | | | - Removed some (now) useless modules. | ||||
* | Re-named "Symbol" to "Identifier". | Eduardo Julian | 2018-07-21 | 1 | -2/+2 |
| | |||||
* | Switched to using new bit syntax in new-luxc. | Eduardo Julian | 2018-07-14 | 2 | -30/+30 |
| | |||||
* | Re-named "Bool" type to "Bit". | Eduardo Julian | 2018-07-13 | 1 | -6/+10 |
| | |||||
* | - Removed "lux text hash" extension. | Eduardo Julian | 2018-07-11 | 1 | -2/+0 |
| | |||||
* | - Removed stale machinery for "lux int min" and "lux int max". | Eduardo Julian | 2018-07-11 | 1 | -9/+0 |
| | |||||
* | - Got rid of "lux text replace-once" and "lux text replace-all" extensions. | Eduardo Julian | 2018-07-11 | 1 | -15/+0 |
| | |||||
* | - Implemented not-a-number and both infinities in pure Lux. | Eduardo Julian | 2018-07-04 | 1 | -10/+1 |
| | |||||
* | - Improved abstract types. | Eduardo Julian | 2018-07-03 | 1 | -5/+0 |
| | | | - Got rid of "lux noop" translations. | ||||
* | - Re-named "import" to "import:". | Eduardo Julian | 2018-07-03 | 1 | -2/+2 |
| | |||||
* | - WIP: Adjustments to new-luxc based on recent changes to stdlib. | Eduardo Julian | 2018-06-15 | 1 | -12/+13 |
| | |||||
* | - Re-named "lux process concurrency-level" to "lux process parallelism-level". | Eduardo Julian | 2018-05-08 | 1 | -9/+2 |
| | | | - Merged the functionality of "lux process future" into "lux process schedule". | ||||
* | - Implemented bit-count in pure Lux. | Eduardo Julian | 2018-05-07 | 1 | -7/+0 |
| | |||||
* | - Implemented Deg functionality in pure Lux. | Eduardo Julian | 2018-05-07 | 1 | -40/+0 |
| | |||||
* | - Implemented Nat functionality in pure Lux. | Eduardo Julian | 2018-05-06 | 1 | -39/+5 |
| | |||||
* | - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵ | Eduardo Julian | 2018-05-06 | 1 | -6/+6 |
| | | | | signed-shift-right -> arithmetic-right-shift. | ||||
* | - Removed "lux text upper" and "lux text lower" procedures. | Eduardo Julian | 2018-05-06 | 1 | -4/+0 |
| | |||||
* | - Updated new-luxc to the latest stdlib changes. | Eduardo Julian | 2018-05-06 | 2 | -4/+4 |
| | |||||
* | - Adapted new-luxc's code to latest stdlib changes. | Eduardo Julian | 2018-04-06 | 2 | -28/+35 |
| | |||||
* | - Initial Python back-end implementation. | Eduardo Julian | 2018-04-04 | 1 | -1/+0 |
| | |||||
* | - Removed the "root2" and "root3" host procedures (their functionality is ↵ | Eduardo Julian | 2018-02-24 | 1 | -4/+0 |
| | | | | redundant, in the presence of the "pow" procedure). | ||||
* | - Added all the missing tests for translation of common procedures. | Eduardo Julian | 2018-02-23 | 1 | -23/+18 |
| | | | | - Implemented some missing process functionality in the JVM runtime. - Minor bug fixes. | ||||
* | - Fixed some failing new-luxc tests. | Eduardo Julian | 2018-02-06 | 1 | -60/+52 |
| | | | | - Re-designed the way casting is done for JVM interop. - Now always adding extensions when initializing compiler. | ||||
* | - Got JS backend to build with the rest of the new-luxc code. | Eduardo Julian | 2018-01-28 | 2 | -4/+2 |
| | |||||
* | - Moved all translation code under the JVM path (in preparation for porting ↵ | Eduardo Julian | 2018-01-08 | 2 | -0/+1570 |
the JS back-end). |