xo-reader: wip: + exprseq_xs class

This commit is contained in:
Roland Conybeare 2024-08-09 14:10:16 -04:00
commit 04f79eaf01
4 changed files with 65 additions and 1 deletions

View file

@ -7,7 +7,8 @@ set(SELF_SRCS
exprstate.cpp
define_xs.cpp
progress_xs.cpp
paren_xs.cpp)
paren_xs.cpp
exprseq_xs.cpp)
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
xo_dependency(${SELF_LIB} xo_expression)