Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-05-29 | Can now import previously exported libraries. | Eduardo Julian | 3 | -3/+71 | |
2020-05-28 | Can now export Lux code as library TAR files. | Eduardo Julian | 2 | -28/+101 | |
2020-05-16 | Parallel compilation for the new compiler(s). | Eduardo Julian | 2 | -16/+26 | |
2019-04-19 | Moved the CLI parser under "lux/control/parser/". | Eduardo Julian | 1 | -5/+5 | |
2019-04-07 | - Upgrade the tuple left-access mechanism to the new style. | Eduardo Julian | 1 | -2/+2 | |
- Updated JS compiler. - Updated Python compiler. | |||||
2019-03-30 | Re-named "do-template" to "template". | Eduardo Julian | 1 | -1/+1 | |
2019-03-13 | The general shape of the compiler has been recognized as a program unto ↵ | Eduardo Julian | 1 | -0/+43 | |
itself (albeit a program which must be parameterized). |