Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | The old compiler is now identified with "old" instead of "jvm". This should ↵ | Eduardo Julian | 2019-04-16 | 2 | -0/+0 | |
| | | | | help to get old JVM code and new JVM code to coexist without forcing a major rewrite of old compiler code to get it to fit the style of the new JVM compiler code. | |||||
* | Improvements to error messaging for extensions. | Eduardo Julian | 2019-04-16 | 1 | -5/+5 | |
| | ||||||
* | Removed the (deemed unnecessary) host extensions for the scripting languages. | Eduardo Julian | 2019-04-15 | 1 | -3/+1 | |
| | ||||||
* | Ported the synthesis tests to the new format. | Eduardo Julian | 2019-04-15 | 12 | -460/+472 | |
| | ||||||
* | Ported the analysis tests to the new format. | Eduardo Julian | 2019-04-14 | 16 | -1037/+1088 | |
| | ||||||
* | Started porting tests for "lux/tool". | Eduardo Julian | 2019-04-13 | 4 | -168/+183 | |
| | ||||||
* | Fixed some bugs. | Eduardo Julian | 2019-04-12 | 3 | -25/+17 | |
| | ||||||
* | Improvements and fixes to "tuple//left" and "tuple//right". | Eduardo Julian | 2019-04-12 | 2 | -16/+26 | |
| | ||||||
* | WIP: Lua compiler. | Eduardo Julian | 2019-04-11 | 1 | -1/+5 | |
| | ||||||
* | Moved Ruby back-end code to stdlib. | Eduardo Julian | 2019-04-08 | 1 | -1/+7 | |
| | ||||||
* | Moved "lux/cli", "lux/io" and "lux/function" under "lux/control". | Eduardo Julian | 2019-04-06 | 31 | -125/+138 | |
| | ||||||
* | Created the "lux/abstract" branch and moved some modules into it. | Eduardo Julian | 2019-04-06 | 94 | -132/+149 | |
| | ||||||
* | Fixed a bug when pattern matching against "Error" values. | Eduardo Julian | 2019-04-04 | 1 | -14/+13 | |
| | ||||||
* | Forgot "lux text char". | Eduardo Julian | 2019-04-04 | 1 | -1/+1 | |
| | ||||||
* | Changed the order of the inputs to the common extensions. | Eduardo Julian | 2019-04-04 | 1 | -18/+18 | |
| | ||||||
* | Re-named "do-template" to "template". | Eduardo Julian | 2019-03-30 | 19 | -33/+33 | |
| | ||||||
* | Yet more fixes. | Eduardo Julian | 2019-03-30 | 2 | -5/+5 | |
| | ||||||
* | Fixed some more tests. | Eduardo Julian | 2019-03-30 | 4 | -26/+24 | |
| | ||||||
* | Fixed more tests. | Eduardo Julian | 2019-03-29 | 12 | -349/+321 | |
| | ||||||
* | Fixed some tests. | Eduardo Julian | 2019-03-28 | 12 | -167/+196 | |
| | ||||||
* | WIP: Moved Python code-generation machinery over to stdlib. | Eduardo Julian | 2019-03-26 | 1 | -2/+5 | |
| | ||||||
* | Ported tests for world-related modules. | Eduardo Julian | 2019-03-25 | 6 | -302/+327 | |
| | ||||||
* | Ported tests for type-related modules. | Eduardo Julian | 2019-03-24 | 7 | -450/+452 | |
| | ||||||
* | Ported tests for macro-related modules. | Eduardo Julian | 2019-03-24 | 8 | -236/+310 | |
| | ||||||
* | Ported tests for math-related modules. | Eduardo Julian | 2019-03-24 | 10 | -493/+442 | |
| | ||||||
* | Ported tests for collection-related modules. | Eduardo Julian | 2019-03-24 | 20 | -1208/+1243 | |
| | ||||||
* | Ported tests for format-related modules. | Eduardo Julian | 2019-03-23 | 4 | -191/+140 | |
| | ||||||
* | Ported tests for time-related modules. | Eduardo Julian | 2019-03-23 | 7 | -281/+198 | |
| | ||||||
* | Ported tests for text-related modules. | Eduardo Julian | 2019-03-22 | 8 | -607/+564 | |
| | ||||||
* | Ported tests for number-related modules. | Eduardo Julian | 2019-03-22 | 36 | -666/+827 | |
| | ||||||
* | - Ported lux/data/bit tests. | Eduardo Julian | 2019-03-21 | 12 | -348/+407 | |
| | | | | | | | | - Ported lux/data/color tests. - Ported lux/data/error tests. - Ported lux/data/identity tests. - Ported lux/data/lazy tests. - Ported lux/data/maybe tests. - Ported lux/data/name tests. | |||||
* | - Ported lux/control/concurrency/promise tests. | Eduardo Julian | 2019-03-21 | 4 | -108/+122 | |
| | | | - Ported lux/control/concurrency/stm tests. | |||||
* | Fixed a bug in the FRP/channel monad. | Eduardo Julian | 2019-03-21 | 2 | -12/+15 | |
| | ||||||
* | Changed the convention for the structure opening separator from "/" to ";", ↵ | Eduardo Julian | 2019-03-15 | 67 | -537/+542 | |
| | | | | to avoid confusion since "/" is used for relative module paths. | |||||
* | Now allowing the alias of a module to refer to the alias of an ancestor. | Eduardo Julian | 2019-03-14 | 3 | -31/+31 | |
| | ||||||
* | Replaced the digit separator in numbers from "_" to ",". | Eduardo Julian | 2019-03-13 | 6 | -14/+14 | |
| | ||||||
* | Re-named ":extract" to ":by-example". | Eduardo Julian | 2019-03-12 | 1 | -3/+3 | |
| | ||||||
* | Added the capacity to extract type-information from values to create new ↵ | Eduardo Julian | 2019-03-02 | 1 | -0/+10 | |
| | | | | types based on that. | |||||
* | Got rid of the Task type (it just provided the same functionality as ↵ | Eduardo Julian | 2019-02-24 | 1 | -41/+42 | |
| | | | | (error.with promise.monad)). | |||||
* | Improved the names of monad transformers. | Eduardo Julian | 2019-02-24 | 4 | -4/+4 | |
| | ||||||
* | Moved extension machinery over. | Eduardo Julian | 2019-02-21 | 1 | -1/+4 | |
| | ||||||
* | Moved expression machinery over. | Eduardo Julian | 2019-02-20 | 1 | -1/+2 | |
| | ||||||
* | Moved function machinery over. | Eduardo Julian | 2019-02-20 | 1 | -201/+199 | |
| | ||||||
* | Adapted more tests to the new format. | Eduardo Julian | 2019-02-17 | 8 | -294/+330 | |
| | ||||||
* | Re-named "logical-right-shift" to "logic-right-shift". | Eduardo Julian | 2019-02-13 | 1 | -6/+15 | |
| | ||||||
* | - Updated JS machinery. | Eduardo Julian | 2019-02-12 | 1 | -2/+3 | |
| | | | - Moved Scheme machinery around. | |||||
* | Ported 2 new test modules to the new format. | Eduardo Julian | 2019-02-12 | 4 | -153/+245 | |
| | ||||||
* | Added the special # syntax for referring to the module's alias when opening ↵ | Eduardo Julian | 2019-02-11 | 46 | -99/+104 | |
| | | | | structures. | |||||
* | Ported some modules to the new test format. | Eduardo Julian | 2019-02-08 | 12 | -317/+383 | |
| | ||||||
* | - Removed the current usage of data-integrity measures. | Eduardo Julian | 2019-02-07 | 2 | -13/+7 | |
| | | | - TBD: New measures. |