This seems to be the best way to do this, but I kepts a few other experiments in scratchpad.
This commit is contained in:
parent
058ab23fa2
commit
2d550978b8
5 changed files with 299 additions and 165 deletions
5
Makefile
5
Makefile
|
@ -3,6 +3,11 @@ all: build test
|
|||
reset:
|
||||
powershell -executionpolicy bypass .\scripts\reset_build.ps1
|
||||
|
||||
rageldev:
|
||||
make ragel
|
||||
make test > test.txt
|
||||
vim test.txt
|
||||
|
||||
ragel:
|
||||
ragel -o .\scratchpad\testragel.cpp .\scratchpad\testragel.rl
|
||||
ragel -o .\ansi_parser.cpp .\ansi_parser.rl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue