Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 2021-07-14 | 1 | -105/+0 |
| | |||||
* | Re-named ":coerce" to ":as" since it technically doesn't do coercions. | Eduardo Julian | 2021-07-11 | 1 | -1/+1 |
| | |||||
* | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 2021-06-30 | 1 | -3/+3 |
| | | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it. | ||||
* | Almost done with Scheme. | Eduardo Julian | 2021-05-24 | 1 | -1/+2 |
| | | | But will have to postpone finishing it because Kawa is not up to snuff. | ||||
* | Almost done with PHP. | Eduardo Julian | 2021-03-12 | 1 | -1/+2 |
| | |||||
* | Done with Ruby. | Eduardo Julian | 2021-03-01 | 1 | -1/+2 |
| | |||||
* | Almost done with Lua. | Eduardo Julian | 2021-02-15 | 1 | -1/+2 |
| | |||||
* | Improved compilation of loops and pattern-matching for Python. | Eduardo Julian | 2021-02-01 | 1 | -2/+2 |
| | |||||
* | Gave the Location type its own module. | Eduardo Julian | 2020-10-14 | 1 | -2/+2 |
| | |||||
* | "abstract:" macro now takes annotations after representation type. | Eduardo Julian | 2020-08-09 | 1 | -2/+2 |
| | |||||
* | The "for" macro can now work directly with definitions. No text literals ↵ | Eduardo Julian | 2020-06-28 | 1 | -13/+13 |
| | | | | necessary. | ||||
* | Array machinery for the JavaScript compiler. | Eduardo Julian | 2019-06-15 | 1 | -1/+4 |
| | |||||
* | Applied several tweaks to make the code easier to process by the new compiler. | Eduardo Julian | 2019-05-28 | 1 | -3/+11 |
| | |||||
* | Re-named "lux/tool/compiler/host" to "lux/target". | Eduardo Julian | 2019-04-27 | 1 | -5/+3 |
| | |||||
* | The old compiler is now identified with "old" instead of "jvm". This should ↵ | Eduardo Julian | 2019-04-16 | 1 | -1/+1 |
| | | | | 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. | ||||
* | Moved "lux/cli", "lux/io" and "lux/function" under "lux/control". | Eduardo Julian | 2019-04-06 | 1 | -2/+3 |
| | |||||
* | Created the "lux/abstract" branch and moved some modules into it. | Eduardo Julian | 2019-04-06 | 1 | -1/+1 |
| | |||||
* | Added the capacity to extract type-information from values to create new ↵ | Eduardo Julian | 2019-03-02 | 1 | -1/+1 |
| | | | | types based on that. | ||||
* | Re-named "lux/platform" to "lux/tool". | Eduardo Julian | 2019-02-12 | 1 | -1/+1 |
| | |||||
* | Ported 2 new test modules to the new format. | Eduardo Julian | 2019-02-12 | 1 | -8/+7 |
| | |||||
* | Changed the naming style for structures. | Eduardo Julian | 2019-02-04 | 1 | -6/+6 |
| | |||||
* | Some refactoring and small fixes. | Eduardo Julian | 2018-12-04 | 1 | -2/+3 |
| | |||||
* | Moved "Array" type back into "lux/data/collection/array". | Eduardo Julian | 2018-08-03 | 1 | -1/+1 |
| | |||||
* | Now implementing box functionality in stdlib instead of the compiler. | Eduardo Julian | 2018-07-31 | 1 | -17/+29 |
| | |||||
* | - Improvements to import syntax [part 2]. | Eduardo Julian | 2018-07-11 | 1 | -5/+6 |
| | |||||
* | - Improvements to import syntax [part 0]. | Eduardo Julian | 2018-07-10 | 1 | -4/+4 |
| | |||||
* | - Re-named "struct:" to "structure:". | Eduardo Julian | 2018-07-10 | 1 | -3/+3 |
| | |||||
* | - Minor improvements. | Eduardo Julian | 2018-05-23 | 1 | -1/+1 |
| | |||||
* | - Re-named "Top" to "Any", and "Bottom" to "Nothing". | Eduardo Julian | 2018-05-20 | 1 | -1/+1 |
| | | | - Removed some modules that should have been deleted before. | ||||
* | - Removed Void and Unit as kinds of types. | Eduardo Julian | 2018-05-05 | 1 | -1/+1 |
| | | | - Changed the value of "unit" in the old LuxC to match the one in new-luxc. | ||||
* | - Re-named "Applicative" to "Apply". | Eduardo Julian | 2018-05-02 | 1 | -3/+3 |
| | |||||
* | - Moved the "wrap" function into Monad, and removed Applicative from Monad's ↵ | Eduardo Julian | 2018-05-02 | 1 | -5/+5 |
| | | | | | family tree. - Moved the Free monad to its own module. | ||||
* | - Improved the syntax for the "lux.function" macro. | Eduardo Julian | 2018-04-05 | 1 | -9/+9 |
| | |||||
* | - Added safe (single-threaded) mutation. | Eduardo Julian | 2017-12-31 | 1 | -0/+78 |