Found my old LEL code and got the shell working, so tomorrow I'll try to make it layout some gui element.

This commit is contained in:
Zed A. Shaw 2025-02-14 02:13:08 -05:00
parent 8a6b38c1a4
commit bfd2718cc9
8 changed files with 485 additions and 3 deletions

View file

@ -6,7 +6,7 @@ reset:
%.cpp : %.rl
ragel -o $@ $<
build: ansi_parser.cpp
build: ansi_parser.cpp lel.cpp
meson compile -j 10 -C builddir
release_build: