Basic ragel test that can parse 1 ASNI sequence and do nothing with it.

This commit is contained in:
Zed A. Shaw 2024-10-27 17:34:49 -04:00
parent 4162287841
commit 753bc70b77
5 changed files with 227 additions and 1 deletions

View file

@ -3,6 +3,9 @@ all: build test
reset:
powershell -executionpolicy bypass .\scripts\reset_build.ps1
ragel:
ragel -o .\scratchpad\testragel.cpp .\scratchpad\testragel.rl
build:
meson compile -j 4 -C builddir