Basic ragel test that can parse 1 ASNI sequence and do nothing with it.
This commit is contained in:
parent
4162287841
commit
753bc70b77
5 changed files with 227 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue