xo-reader2: scasffold for on_quoted_literal()
This commit is contained in:
parent
7b70296eb1
commit
3f8be97290
37 changed files with 212 additions and 16 deletions
|
|
@ -37,6 +37,7 @@ namespace xo {
|
|||
using TypeDescr = xo::reflect::TypeDescr;
|
||||
using AAllocator = xo::mm::AAllocator;
|
||||
using ArenaConfig = xo::mm::ArenaConfig;
|
||||
using AGCObject = xo::mm::AGCObject;
|
||||
using DArena = xo::mm::DArena;
|
||||
using MemorySizeVisitor = xo::mm::MemorySizeVisitor;
|
||||
using ArenaHashMapConfig = xo::map::ArenaHashMapConfig;
|
||||
|
|
@ -272,6 +273,13 @@ namespace xo {
|
|||
const Token & tk,
|
||||
std::string_view expect_str);
|
||||
|
||||
/** report illegal quoted literal @p lit from nested ssm @p ssm_name.
|
||||
* Possibly unreachable.
|
||||
**/
|
||||
void illegal_quoted_literal(std::string_view ssm_name,
|
||||
obj<AGCObject> lit,
|
||||
std::string_view expect_str);
|
||||
|
||||
/** report error - no binding for variable @p sym
|
||||
**/
|
||||
void error_unbound_variable(std::string_view ssm_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue