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
|
|
@ -58,6 +58,12 @@ namespace xo {
|
|||
// TODO:
|
||||
// Schematika::end_interactive_session()
|
||||
|
||||
const DUniqueString *
|
||||
SchematikaReader::intern_string(std::string_view str)
|
||||
{
|
||||
return parser_.intern_string(str);
|
||||
}
|
||||
|
||||
const ReaderResult &
|
||||
SchematikaReader::read_expr(span_type input_ext, bool eof)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue