xo-reader2: + intern_string() forwarding methods in parser/reader
This commit is contained in:
parent
6795c1bc15
commit
df2c13f395
4 changed files with 20 additions and 0 deletions
|
|
@ -81,6 +81,12 @@ namespace xo {
|
|||
DToplevelSeqSsm::establish_batch(psm_.parser_alloc(), &psm_);
|
||||
}
|
||||
|
||||
const DUniqueString *
|
||||
SchematikaParser::intern_string(std::string_view str)
|
||||
{
|
||||
return psm_.intern_string(str);
|
||||
}
|
||||
|
||||
const ParserResult &
|
||||
SchematikaParser::on_token(const token_type & tk)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue