Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-22 | - Some fixes due to recent changes in stdlib. | Eduardo Julian | 1 | -1/+1 | |
- Removed some (now) useless modules. | |||||
2018-07-21 | Re-named "Symbol" to "Identifier". | Eduardo Julian | 1 | -4/+4 | |
2018-07-03 | - Re-named ":!" to ":coerce". | Eduardo Julian | 1 | -3/+3 | |
2018-06-17 | - Migrated Scheme back-end to stdlib. | Eduardo Julian | 2 | -18/+0 | |
2018-05-23 | - Migrated special-form analysis to stdlib. | Eduardo Julian | 3 | -1685/+0 | |
2018-05-20 | - Re-named "Top" to "Any", and "Bottom" to "Nothing". | Eduardo Julian | 3 | -13/+13 | |
- Removed some modules that should have been deleted before. | |||||
2018-05-08 | - Re-named "lux process concurrency-level" to "lux process parallelism-level". | Eduardo Julian | 1 | -2/+1 | |
- Merged the functionality of "lux process future" into "lux process schedule". | |||||
2018-05-07 | - Implemented bit-count in pure Lux. | Eduardo Julian | 1 | -1/+0 | |
2018-05-06 | - Implemented Nat functionality in pure Lux. | Eduardo Julian | 1 | -18/+2 | |
2018-05-06 | - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵ | Eduardo Julian | 1 | -3/+3 | |
signed-shift-right -> arithmetic-right-shift. | |||||
2018-05-06 | - Removed "lux text upper" and "lux text lower" procedures. | Eduardo Julian | 1 | -2/+0 | |
2018-05-06 | - Updated new-luxc to the latest stdlib changes. | Eduardo Julian | 6 | -16/+16 | |
2018-04-06 | - Adapted new-luxc's code to latest stdlib changes. | Eduardo Julian | 4 | -86/+102 | |
2018-02-24 | - Removed the "root2" and "root3" host procedures (their functionality is ↵ | Eduardo Julian | 1 | -2/+0 | |
redundant, in the presence of the "pow" procedure). | |||||
2018-02-06 | - Fixed some failing new-luxc tests. | Eduardo Julian | 1 | -163/+132 | |
- Re-designed the way casting is done for JVM interop. - Now always adding extensions when initializing compiler. | |||||
2018-01-21 | - WIP: Host procedures for JS. | Eduardo Julian | 1 | -2/+2 | |
2018-01-08 | - Moved all translation code under the JVM path (in preparation for porting ↵ | Eduardo Julian | 1 | -3/+3 | |
the JS back-end). | |||||
2018-01-08 | - Now using synthesis extensions during synthesis. | Eduardo Julian | 1 | -8/+11 | |
2018-01-05 | - Added "lux program" compilation. | Eduardo Julian | 1 | -4/+6 | |
2018-01-03 | - Added "Box" support to new-luxc. | Eduardo Julian | 1 | -0/+46 | |
2017-12-05 | - All analysis procedures have been turned into extensions. | Eduardo Julian | 6 | -10/+1682 | |
2017-12-05 | - Added analysis, synthesis, translation and statement extensions. | Eduardo Julian | 4 | -0/+173 | |
- No longer doing ad-hoc I/O in new-luxc. - Minor fixes and adjustments. |