xo-reader: refactor: + expect_symbol_xs [wip]
This commit is contained in:
parent
d1d72f9fc9
commit
be412cb5ae
6 changed files with 56 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue