Initial cut of the lel parser mostly working but none of the basic alignment properties work.

This commit is contained in:
Zed A. Shaw 2025-02-14 15:40:15 -05:00
parent e7e0df6b70
commit 846b7aaf16
7 changed files with 492 additions and 354 deletions

View file

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