This seems to be the best way to do this, but I kepts a few other experiments in scratchpad.

This commit is contained in:
Zed A. Shaw 2024-11-01 04:08:16 -04:00
parent 058ab23fa2
commit 2d550978b8
5 changed files with 299 additions and 165 deletions

View file

@ -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