xo-reader2: DefineSsm: respond to = token
This commit is contained in:
parent
29609e6dfd
commit
8189197d63
9 changed files with 111 additions and 5 deletions
|
|
@ -42,6 +42,12 @@ namespace xo {
|
|||
return !(this->is_at_toplevel());
|
||||
}
|
||||
|
||||
obj<ASyntaxStateMachine>
|
||||
ParserStateMachine::top_ssm() const
|
||||
{
|
||||
return this->stack_->top();
|
||||
}
|
||||
|
||||
void
|
||||
ParserStateMachine::establish_toplevel_ssm(obj<ASyntaxStateMachine> ssm)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue