xo-reader: refactor: move def on_expr() to define_xs subtype

This commit is contained in:
Roland Conybeare 2024-08-07 16:28:39 -04:00
commit c4b58bb298
6 changed files with 145 additions and 50 deletions

View file

@ -3,7 +3,9 @@
set(SELF_LIB xo_reader)
set(SELF_SRCS
parser.cpp
reader.cpp)
reader.cpp
exprstate.cpp
define_xs.cpp)
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
xo_dependency(${SELF_LIB} xo_expression)