Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Switched to using new bit syntax in new-luxc. | Eduardo Julian | 2018-07-14 | 32 | -160/+160 | |
| | ||||||
* | Re-named "Bool" type to "Bit". | Eduardo Julian | 2018-07-13 | 55 | -106/+116 | |
| | ||||||
* | - Removed "lux text hash" extension. | Eduardo Julian | 2018-07-11 | 11 | -49/+3 | |
| | ||||||
* | - Removed stale machinery for "lux int min" and "lux int max". | Eduardo Julian | 2018-07-11 | 9 | -87/+3 | |
| | ||||||
* | - Got rid of "lux text replace-once" and "lux text replace-all" extensions. | Eduardo Julian | 2018-07-11 | 10 | -142/+11 | |
| | ||||||
* | - Re-named "type-of" to ":of". | Eduardo Julian | 2018-07-11 | 1 | -1/+1 | |
| | ||||||
* | - Re-named "degree" to "revolution". | Eduardo Julian | 2018-07-04 | 21 | -90/+22 | |
| | ||||||
* | - Implemented not-a-number and both infinities in pure Lux. | Eduardo Julian | 2018-07-04 | 8 | -98/+2 | |
| | ||||||
* | - Improved abstract types. | Eduardo Julian | 2018-07-03 | 8 | -40/+0 | |
| | | | - Got rid of "lux noop" translations. | |||||
* | - Re-named "import" to "import:". | Eduardo Julian | 2018-07-03 | 34 | -189/+189 | |
| | ||||||
* | - Re-named "@abstraction" to ":abstraction" and "@representation" to ↵ | Eduardo Julian | 2018-07-03 | 4 | -156/+156 | |
| | | | | ":representation". | |||||
* | - Re-named ":!" to ":coerce". | Eduardo Julian | 2018-07-03 | 46 | -390/+390 | |
| | ||||||
* | - Re-named ":!!" to ":assume". | Eduardo Julian | 2018-07-03 | 1 | -1/+1 | |
| | ||||||
* | - Migrated Scheme back-end to stdlib. | Eduardo Julian | 2018-06-17 | 14 | -1725/+0 | |
| | ||||||
* | - WIP: Adjustments to new-luxc based on recent changes to stdlib. | Eduardo Julian | 2018-06-15 | 72 | -361/+354 | |
| | ||||||
* | - Migrated synthesis to stdlib. | Eduardo Julian | 2018-06-14 | 1 | -99/+0 | |
| | ||||||
* | - WIP: Migrated synthesis to stdlib. | Eduardo Julian | 2018-05-26 | 3 | -419/+0 | |
| | ||||||
* | - Migrated special-form analysis to stdlib. | Eduardo Julian | 2018-05-23 | 6 | -1834/+0 | |
| | ||||||
* | - Re-named "Top" to "Any", and "Bottom" to "Nothing". | Eduardo Julian | 2018-05-20 | 49 | -257/+204 | |
| | | | - Removed some modules that should have been deleted before. | |||||
* | - Migrated pattern-matching analysis to stdlib. | Eduardo Julian | 2018-05-20 | 2 | -612/+0 | |
| | ||||||
* | - Migrated function analysis to stdlib. | Eduardo Julian | 2018-05-16 | 2 | -158/+0 | |
| | ||||||
* | - Migrated reference analysis to stdlib. | Eduardo Julian | 2018-05-16 | 3 | -232/+1 | |
| | ||||||
* | - Migrated structure analysis to stdlib. | Eduardo Julian | 2018-05-16 | 6 | -1109/+0 | |
| | | | - Added an easy way to report information in exceptions. | |||||
* | - Migrated primitive analysis to stdlib. | Eduardo Julian | 2018-05-15 | 2 | -39/+0 | |
| | ||||||
* | - Adjusted new-luxc to latest changes. | Eduardo Julian | 2018-05-10 | 2 | -3/+3 | |
| | ||||||
* | - Re-named "Compiler" type to "Lux". | Eduardo Julian | 2018-05-10 | 6 | -19/+18 | |
| | ||||||
* | - Re-named "lux process concurrency-level" to "lux process parallelism-level". | Eduardo Julian | 2018-05-08 | 16 | -137/+88 | |
| | | | - Merged the functionality of "lux process future" into "lux process schedule". | |||||
* | - Implemented bit-count in pure Lux. | Eduardo Julian | 2018-05-07 | 14 | -123/+2 | |
| | ||||||
* | - Implemented Deg functionality in pure Lux. | Eduardo Julian | 2018-05-07 | 14 | -713/+4 | |
| | ||||||
* | - Implemented Nat functionality in pure Lux. | Eduardo Julian | 2018-05-06 | 15 | -687/+29 | |
| | ||||||
* | - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵ | Eduardo Julian | 2018-05-06 | 22 | -166/+130 | |
| | | | | signed-shift-right -> arithmetic-right-shift. | |||||
* | - Removed "lux text upper" and "lux text lower" procedures. | Eduardo Julian | 2018-05-06 | 12 | -36/+2 | |
| | ||||||
* | - Updated new-luxc to the latest stdlib changes. | Eduardo Julian | 2018-05-06 | 82 | -236/+236 | |
| | ||||||
* | - WIP: - Initial PHP back-end implementation [missing procedures]. | Eduardo Julian | 2018-05-01 | 15 | -365/+1256 | |
| | ||||||
* | - WIP: - Initial PHP back-end implementation. | Eduardo Julian | 2018-04-27 | 11 | -29/+1450 | |
| | ||||||
* | - Initial Common Lisp back-end implementation. | Eduardo Julian | 2018-04-25 | 15 | -0/+2227 | |
| | ||||||
* | - Initial Scheme back-end implementation. | Eduardo Julian | 2018-04-18 | 20 | -15/+2259 | |
| | ||||||
* | - Fixes for R back-end. | Eduardo Julian | 2018-04-15 | 6 | -86/+154 | |
| | ||||||
* | - Made everything an expression for R translation. | Eduardo Julian | 2018-04-14 | 14 | -744/+655 | |
| | ||||||
* | - Initial R back-end implementation. | Eduardo Julian | 2018-04-14 | 16 | -6/+2995 | |
| | ||||||
* | - Adapted new-luxc's code to latest stdlib changes. | Eduardo Julian | 2018-04-06 | 72 | -582/+754 | |
| | ||||||
* | - Initial Python back-end implementation. | Eduardo Julian | 2018-04-04 | 18 | -5/+2601 | |
| | ||||||
* | - Initial Ruby back-end implementation. | Eduardo Julian | 2018-03-13 | 18 | -9/+2231 | |
| | ||||||
* | - Initial Lua backend implementation. | Eduardo Julian | 2018-03-06 | 19 | -23/+2328 | |
| | ||||||
* | - Removed the "root2" and "root3" host procedures (their functionality is ↵ | Eduardo Julian | 2018-02-24 | 3 | -10/+0 | |
| | | | | 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 | 5 | -35/+128 | |
| | | | | - Implemented some missing process functionality in the JVM runtime. - Minor bug fixes. | |||||
* | - Added tests for JS procedure translation. | Eduardo Julian | 2018-02-22 | 1 | -2/+2 | |
| | ||||||
* | - Changed the format for variants in JS. | Eduardo Julian | 2018-02-21 | 4 | -20/+58 | |
| | | | - Fixed a bug when decoding fracs. |