Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Small refactoring | Eduardo Julian | 2019-10-16 | 1 | -1/+1 | |
| | ||||||
* | Compiler extensions have been tested to work. | Eduardo Julian | 2019-10-15 | 1 | -3/+6 | |
| | ||||||
* | The new compiler can compile & run the stdlib's test suite. | Eduardo Julian | 2019-10-14 | 1 | -47/+57 | |
| | ||||||
* | Implemented mixin-style function composition. | Eduardo Julian | 2019-09-15 | 1 | -4/+6 | |
| | ||||||
* | Re-named "lux/control/contract" to "lux/control/function/contract". | Eduardo Julian | 2019-09-07 | 1 | -1/+2 | |
| | ||||||
* | Renamed "Statement" to "Directive". | Eduardo Julian | 2019-09-07 | 1 | -1/+1 | |
| | ||||||
* | No more "n/"-prefixed functions. | Eduardo Julian | 2019-07-26 | 1 | -26/+27 | |
| | ||||||
* | No more "i/"-prefixed functions. | Eduardo Julian | 2019-07-25 | 1 | -8/+8 | |
| | ||||||
* | No more "r/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 1 | -37/+38 | |
| | ||||||
* | No more "f/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 1 | -15/+21 | |
| | | | + No more "m/"-prefixed functions. | |||||
* | Improved the convention for using text formatters. | Eduardo Julian | 2019-06-20 | 1 | -3/+3 | |
| | ||||||
* | The Common Lisp compiler is alive. | Eduardo Julian | 2019-05-01 | 1 | -0/+3 | |
| | ||||||
* | Moved the modules under "lux/host/" to now be under "lux/target/". | Eduardo Julian | 2019-04-27 | 1 | -4/+5 | |
| | ||||||
* | WIP: PHP compiler. | Eduardo Julian | 2019-04-24 | 1 | -0/+3 | |
| | ||||||
* | Moved the CLI parser under "lux/control/parser/". | Eduardo Julian | 2019-04-19 | 1 | -2/+3 | |
| | ||||||
* | Extracted the type-parsing machinery into its own module. | Eduardo Julian | 2019-04-19 | 1 | -2/+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 | 1 | -24/+9 | |
| | ||||||
* | Ported the analysis tests to the new format. | Eduardo Julian | 2019-04-14 | 1 | -3/+3 | |
| | ||||||
* | Started porting tests for "lux/tool". | Eduardo Julian | 2019-04-13 | 1 | -21/+3 | |
| | ||||||
* | Fixed some bugs. | Eduardo Julian | 2019-04-12 | 1 | -2/+0 | |
| | ||||||
* | Improvements and fixes to "tuple//left" and "tuple//right". | Eduardo Julian | 2019-04-12 | 1 | -2/+0 | |
| | ||||||
* | 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 | 1 | -11/+7 | |
| | ||||||
* | Created the "lux/abstract" branch and moved some modules into it. | Eduardo Julian | 2019-04-06 | 1 | -1/+4 | |
| | ||||||
* | Re-named "do-template" to "template". | Eduardo Julian | 2019-03-30 | 1 | -6/+6 | |
| | ||||||
* | Fixed some more tests. | Eduardo Julian | 2019-03-30 | 1 | -2/+1 | |
| | ||||||
* | Fixed more tests. | Eduardo Julian | 2019-03-29 | 1 | -73/+67 | |
| | ||||||
* | 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 | 1 | -8/+3 | |
| | ||||||
* | Ported tests for type-related modules. | Eduardo Julian | 2019-03-24 | 1 | -7/+7 | |
| | ||||||
* | Ported tests for macro-related modules. | Eduardo Julian | 2019-03-24 | 1 | -9/+5 | |
| | ||||||
* | Ported tests for math-related modules. | Eduardo Julian | 2019-03-24 | 1 | -10/+7 | |
| | ||||||
* | Ported tests for collection-related modules. | Eduardo Julian | 2019-03-24 | 1 | -18/+0 | |
| | ||||||
* | Ported tests for time-related modules. | Eduardo Julian | 2019-03-23 | 1 | -14/+10 | |
| | ||||||
* | Ported tests for text-related modules. | Eduardo Julian | 2019-03-22 | 1 | -6/+3 | |
| | ||||||
* | Ported tests for number-related modules. | Eduardo Julian | 2019-03-22 | 1 | -7/+3 | |
| | ||||||
* | - Ported lux/data/bit tests. | Eduardo Julian | 2019-03-21 | 1 | -13/+7 | |
| | | | | | | | | - 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. | |||||
* | Changed the convention for the structure opening separator from "/" to ";", ↵ | Eduardo Julian | 2019-03-15 | 1 | -7/+7 | |
| | | | | 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 | 1 | -7/+7 | |
| | ||||||
* | Replaced the digit separator in numbers from "_" to ",". | Eduardo Julian | 2019-03-13 | 1 | -8/+7 | |
| | ||||||
* | 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 | 1 | -26/+16 | |
| | ||||||
* | 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. | |||||
* | Added the special # syntax for referring to the module's alias when opening ↵ | Eduardo Julian | 2019-02-11 | 1 | -1/+1 | |
| | | | | structures. | |||||
* | Ported some modules to the new test format. | Eduardo Julian | 2019-02-08 | 1 | -4/+0 | |
| |