xo-reader2 xo-expression2: + DSequenceSsm ++ utest
This commit is contained in:
parent
334057613e
commit
15f779d2f8
64 changed files with 514 additions and 154 deletions
|
|
@ -183,7 +183,7 @@ xo_add_genfacetimpl(
|
|||
TARGET xo-reader2-facetimpl-printable-ifelsessm
|
||||
FACET_PKG xo_printable2
|
||||
FACET Printable
|
||||
REPR Ifelsessm
|
||||
REPR IfElseSsm
|
||||
INPUT idl/IPrintable_DIfElseSsm.json5
|
||||
OUTPUT_HPP_DIR include/xo/reader2
|
||||
OUTPUT_IMPL_SUBDIR ssm
|
||||
|
|
@ -192,6 +192,32 @@ xo_add_genfacetimpl(
|
|||
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
# note: manual target; generated code committed to git
|
||||
xo_add_genfacetimpl(
|
||||
TARGET xo-reader2-facetimpl-syntaxstatemachine-sequencessm
|
||||
FACET_PKG xo_reader2
|
||||
FACET SyntaxStateMachine
|
||||
REPR SequenceSsm
|
||||
INPUT idl/ISyntaxStateMachine_DSequenceSsm.json5
|
||||
OUTPUT_HPP_DIR include/xo/reader2
|
||||
OUTPUT_IMPL_SUBDIR ssm
|
||||
OUTPUT_CPP_DIR src/reader2
|
||||
)
|
||||
|
||||
# note: manual target; generated code committed to git
|
||||
xo_add_genfacetimpl(
|
||||
TARGET xo-reader2-facetimpl-printable-sequencessm
|
||||
FACET_PKG xo_printable2
|
||||
FACET Printable
|
||||
REPR SequenceSsm
|
||||
INPUT idl/IPrintable_DSequenceSsm.json5
|
||||
OUTPUT_HPP_DIR include/xo/reader2
|
||||
OUTPUT_IMPL_SUBDIR ssm
|
||||
OUTPUT_CPP_DIR src/reader2
|
||||
)
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
# note: manual target; generated code committed to git
|
||||
xo_add_genfacetimpl(
|
||||
TARGET xo-reader2-facetimpl-syntaxstatemachine-expectsymbolssm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue