Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-24 | Create release notes page for 0.60. | Jussi Pakkanen | 1 | -5/+0 | |
2021-09-25 | interpreter: Introduce StringHolder | Daniel Mensinger | 1 | -0/+5 | |
Another commit in my quest to rid InterpreterBase from all higher level object processing logic. Additionally, there is a a logic change here, since `str.join` now uses varargs and can now accept more than one argument (and supports list flattening). |