mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[langutil] ParserBase: make advance() overridable and make sure it's used.
This commit is contained in:
@@ -81,7 +81,7 @@ protected:
|
||||
Token peekNextToken() const;
|
||||
std::string tokenName(Token _token);
|
||||
std::string currentLiteral() const;
|
||||
Token advance();
|
||||
virtual Token advance();
|
||||
///@}
|
||||
|
||||
/// Increases the recursion depth and throws an exception if it is too deep.
|
||||
|
||||
Reference in New Issue
Block a user