Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added packaging machinery for the JVM compiler. | Eduardo Julian | 2019-09-18 | 1 | -9/+11 |
| | |||||
* | Renamed "Statement" to "Directive". | Eduardo Julian | 2019-09-07 | 1 | -21/+21 |
| | |||||
* | No more "n/"-prefixed functions. | Eduardo Julian | 2019-07-26 | 3 | -12/+17 |
| | |||||
* | No more "i/"-prefixed functions. | Eduardo Julian | 2019-07-25 | 1 | -3/+3 |
| | |||||
* | No more "f/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 1 | -4/+7 |
| | | | + No more "m/"-prefixed functions. | ||||
* | Re-name "lux/data/error" to "lux/control/try". | Eduardo Julian | 2019-07-02 | 3 | -27/+27 |
| | |||||
* | Improved the convention for using text formatters. | Eduardo Julian | 2019-06-20 | 19 | -69/+66 |
| | |||||
* | Array machinery for the JavaScript compiler. | Eduardo Julian | 2019-06-15 | 1 | -3/+6 |
| | |||||
* | Some fixes for the scripting languages. | Eduardo Julian | 2019-06-14 | 1 | -3/+4 |
| | | | + Small optimizations for pattern-matching generation. | ||||
* | WIP: Class definition. | Eduardo Julian | 2019-06-06 | 1 | -3/+4 |
| | |||||
* | Removed the useless #lux.type? annotation tag. | Eduardo Julian | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation ↵ | Eduardo Julian | 2019-05-02 | 1 | -2/+2 |
| | | | | type and its "magical" compiler behavior. | ||||
* | Moved JVM type machinery to stdlib. | Eduardo Julian | 2019-04-27 | 1 | -2/+0 |
| | |||||
* | WIP: PHP compiler. | Eduardo Julian | 2019-04-24 | 1 | -1/+2 |
| | |||||
* | Moved the CLI parser under "lux/control/parser/". | Eduardo Julian | 2019-04-19 | 1 | -5/+5 |
| | |||||
* | - Upgrade the tuple left-access mechanism to the new style. | Eduardo Julian | 2019-04-07 | 2 | -5/+6 |
| | | | | - Updated JS compiler. - Updated Python compiler. | ||||
* | Created the "lux/abstract" branch and moved some modules into it. | Eduardo Julian | 2019-04-06 | 2 | -2/+4 |
| | |||||
* | Re-named "do-template" to "template". | Eduardo Julian | 2019-03-30 | 6 | -14/+14 |
| | |||||
* | Changed how compiler output is accumulated to ensure correct order when ↵ | Eduardo Julian | 2019-03-18 | 1 | -14/+5 |
| | | | | generating the final executable file. | ||||
* | Cobbled together a simple packager. | Eduardo Julian | 2019-03-18 | 1 | -9/+53 |
| | |||||
* | Now compiling program statements. | Eduardo Julian | 2019-03-17 | 1 | -16/+16 |
| | |||||
* | Now only timing compiler operations in the Leiningen plugin. | Eduardo Julian | 2019-03-17 | 1 | -15/+0 |
| | |||||
* | Changed the convention for the structure opening separator from "/" to ";", ↵ | Eduardo Julian | 2019-03-15 | 9 | -54/+54 |
| | | | | 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 | -9/+9 |
| | |||||
* | The general shape of the compiler has been recognized as a program unto ↵ | Eduardo Julian | 2019-03-13 | 2 | -0/+139 |
| | | | | itself (albeit a program which must be parameterized). | ||||
* | Improved the names of monad transformers. | Eduardo Julian | 2019-02-24 | 2 | -2/+2 |
| | |||||
* | Updated license for 2019. | Eduardo Julian | 2019-02-11 | 1 | -18/+24 |
| | |||||
* | Added the special # syntax for referring to the module's alias when opening ↵ | Eduardo Julian | 2019-02-11 | 9 | -13/+13 |
| | | | | structures. | ||||
* | Small improvements & fixes. | Eduardo Julian | 2019-02-07 | 1 | -0/+5 |
| | |||||
* | Updated Scriptum to make sure it always generates documentation for tested ↵ | Eduardo Julian | 2019-02-05 | 1 | -8/+4 |
| | | | | modules. | ||||
* | Folded license-making program (legislator) into the Lux project proper (as ↵ | Eduardo Julian | 2019-02-05 | 20 | -0/+1816 |
| | | | | licentia). | ||||
* | Migrated documentation tool's code into stdlib. | Eduardo Julian | 2019-02-05 | 1 | -0/+518 |