Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-02-01 | Improved compilation of loops and pattern-matching for Python. | Eduardo Julian | 1 | -1/+3 |
2021-01-28 | Implemented arithmetic right-shift in terms of logic right-shift. | Eduardo Julian | 1 | -1/+3 |
2021-01-26 | Made the Python being generated more compatible with both P2.7 and P3. | Eduardo Julian | 1 | -4/+13 |
2021-01-13 | Removed the (ultimately redundant) on_stop function for actors. | Eduardo Julian | 1 | -3/+8 |
2021-01-12 | Compiler now shows suggestions when encountering unknown definitions. | Eduardo Julian | 1 | -0/+34 |