xo-reader: refactor: + expect_symbol_xs [wip]

This commit is contained in:
Roland Conybeare 2024-08-10 16:20:51 -05:00
commit be412cb5ae
6 changed files with 56 additions and 8 deletions

View file

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