mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Improved "unexpected character" error
This commit is contained in:
parent
a8ef67477a
commit
0010b29a98
2 changed files with 23 additions and 2 deletions
|
@ -234,6 +234,7 @@ public:
|
|||
|
||||
void Fail(const StringImpl& error, int offset = -1);
|
||||
void TokenFail(const StringImpl& error, int offset = -1);
|
||||
void UnexpectedCharacter();
|
||||
|
||||
void SetSource(const char* data, int length);
|
||||
void MoveSource(const char* data, int length); // Takes ownership of data ptr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue