xo-reader2: working on example parser repl

This commit is contained in:
Roland Conybeare 2026-01-22 21:03:40 -05:00
commit dc9f29275a
10 changed files with 396 additions and 5 deletions

View file

@ -4,6 +4,9 @@ set(SELF_LIB xo_reader2)
set(SELF_SRCS
init_reader2.cpp
SchematikaReader.cpp
ReaderConfig.cpp
SchematikaParser.cpp
ParserStateMachine.cpp
ParserStack.cpp