xo-reader2: scaffold for using obj<AType> for types [WIP]
This commit is contained in:
parent
a0fdfa2d90
commit
07b7a7c978
45 changed files with 199 additions and 0 deletions
|
|
@ -43,6 +43,11 @@ namespace xo {
|
|||
self.on_parsed_typedescr(td, p_psm);
|
||||
}
|
||||
auto
|
||||
ISyntaxStateMachine_DExpectQArraySsm::on_parsed_type(DExpectQArraySsm & self, obj<AType> type, ParserStateMachine * p_psm) -> void
|
||||
{
|
||||
self.on_parsed_type(type, p_psm);
|
||||
}
|
||||
auto
|
||||
ISyntaxStateMachine_DExpectQArraySsm::on_parsed_formal(DExpectQArraySsm & self, const DUniqueString * param_name, TypeDescr param_type, ParserStateMachine * p_psm) -> void
|
||||
{
|
||||
self.on_parsed_formal(param_name, param_type, p_psm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue