mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-31 15:32:38 +00:00
InputCommon/ExpressionParser: Require delimited tokens actually have their terminating delimiter.
This commit is contained in:
parent
90eba2b1a0
commit
78bb30d44c
2 changed files with 11 additions and 8 deletions
|
@ -91,8 +91,8 @@ private:
|
|||
return value;
|
||||
}
|
||||
|
||||
std::string FetchDelimString(char delim);
|
||||
std::string FetchWordChars();
|
||||
Token GetDelimitedToken(TokenType type, char delimeter);
|
||||
Token GetDelimitedLiteral();
|
||||
Token GetVariable();
|
||||
Token GetFullyQualifiedControl();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue