Initial cut of the lel parser mostly working but none of the basic alignment properties work.
This commit is contained in:
parent
e7e0df6b70
commit
846b7aaf16
7 changed files with 492 additions and 354 deletions
4
Makefile
4
Makefile
|
@ -6,7 +6,7 @@ reset:
|
|||
%.cpp : %.rl
|
||||
ragel -o $@ $<
|
||||
|
||||
build: ansi_parser.cpp lel.cpp
|
||||
build: ansi_parser.cpp lel_parser.cpp
|
||||
meson compile -j 10 -C builddir
|
||||
|
||||
release_build:
|
||||
|
@ -22,7 +22,7 @@ tracy_build:
|
|||
meson compile -j 10 -C builddir
|
||||
|
||||
test: build
|
||||
./builddir/runtests
|
||||
./builddir/runtests "[lel]"
|
||||
|
||||
run: build test
|
||||
powershell "cp ./builddir/zedcaster.exe ."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue