Barely working ansi color codes parser but I _really_ don't like this one. Too much code to just get it to process correctly which means it'll be brittle as hell later.
This commit is contained in:
parent
a44a9a04f9
commit
f32b39afe2
9 changed files with 621 additions and 152 deletions
1
Makefile
1
Makefile
|
@ -5,6 +5,7 @@ reset:
|
|||
|
||||
ragel:
|
||||
ragel -o .\scratchpad\testragel.cpp .\scratchpad\testragel.rl
|
||||
ragel -o .\ansi_parser.cpp .\ansi_parser.rl
|
||||
|
||||
build:
|
||||
meson compile -j 4 -C builddir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue