Make PositionCell take additional junk arguments

This commit is contained in:
Evil Eye 2021-10-21 16:54:32 +02:00
parent dfb6bdf77e
commit 31aa19574b
3 changed files with 11 additions and 1 deletions

View file

@ -43,6 +43,10 @@ namespace Compiler
///< Handle a special character token.
/// \return fetch another token?
bool parseInt (int value, const TokenLoc& loc, Scanner& scanner) override;
///< Handle an int token.
/// \return fetch another token?
void append (std::vector<Interpreter::Type_Code>& code);
///< Append code for parsed string.