xo-interpreter2 stack: + literal array parsing
This commit is contained in:
parent
f2a9aa3f52
commit
680416d077
18 changed files with 812 additions and 51 deletions
16
idl/ISyntaxStateMachine_DExpectQArraySsm.json5
Normal file
16
idl/ISyntaxStateMachine_DExpectQArraySsm.json5
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
mode: "implementation",
|
||||
output_cpp_dir: "src/reader2",
|
||||
output_hpp_dir: "include/xo/reader2",
|
||||
output_impl_subdir: "ssm",
|
||||
includes: [ "\"SyntaxStateMachine.hpp\"",
|
||||
"\"ssm/ISyntaxStateMachine_Xfer.hpp\"" ],
|
||||
local_types: [ ],
|
||||
namespace1: "xo",
|
||||
namespace2: "scm",
|
||||
facet_idl: "idl/SyntaxStateMachine.json5",
|
||||
brief: "provide ASyntaxStateMachine interface for DExpectQArraySsm",
|
||||
using_doxygen: true,
|
||||
repr: "DExpectQArraySsm",
|
||||
doc: [ "implement ASyntaxStateMachine for DExpectQArraySsm" ],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue