xo-reader: wip: + paren_xs impl [not used]

This commit is contained in:
Roland Conybeare 2024-08-09 11:41:40 -04:00
commit ccfd0660d5
3 changed files with 312 additions and 1 deletions

View file

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