aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add --version flag.HEADv0.2.2masterHugo Hörnquist2023-09-19
|
* Move argparser creation to own procedure.Hugo Hörnquist2023-09-19
|
* Improve documentation.v0.2.1Hugo Hörnquist2023-09-19
|
* Fix "string mode".Hugo Hörnquist2023-09-19
| | | | | | Previously parenthesis were (incorrectly) highlighted even in strings. Now they are correctly ignored inside.
* 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
|
* Update readme.v0.1Hugo Hörnquist2023-08-20
|
* Made project packable.Hugo Hörnquist2023-08-20
|
* Switch to using a generator.Hugo Hörnquist2023-08-20
|
* Move project to a proper module layout.Hugo Hörnquist2023-07-12
|
* Remove black from the pool of colors.Hugo Hörnquist2023-07-10
|
* Add code.Hugo Hörnquist2023-07-10
|
* Initial commit.Hugo Hörnquist2023-07-10