Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Upgrade the tuple left-access mechanism to the new style. | Eduardo Julian | 2019-04-07 | 1 | -3/+4 |
| | | | | - Updated JS compiler. - Updated Python compiler. | ||||
* | 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 |
| | |||||
* | The general shape of the compiler has been recognized as a program unto ↵ | Eduardo Julian | 2019-03-13 | 1 | -0/+96 |
itself (albeit a program which must be parameterized). |