aboutsummaryrefslogtreecommitdiff
path: root/rainbow_parenthesis (follow)
Commit message (Collapse)AuthorAge
* Fix backslashes "eating" their next character.Hugo Hörnquist2023-09-19
| | | | | | | | | Since we are working with literal characters, than a backslash shouldn't be removed when esacping a character. The current (and excpeted) functionallity is that the backslash should escape the next character, but print both. Also added tests for this.
* Work on making program ready for packaging.v0.2Hugo Hörnquist2023-09-18
|
* Switch to using a generator.Hugo Hörnquist2023-08-20
|
* Move project to a proper module layout.Hugo Hörnquist2023-07-12