xo-reader: wip: + paren_xs impl [not used]
This commit is contained in:
parent
5d3e92d114
commit
ccfd0660d5
3 changed files with 312 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue