_EatToken
void _EatToken(int32 type);
_EatToken(TOKEN_OPENING_PAREN);
_EatToken(TOKEN_CLOSING_PAREN);
_EatToken(TOKEN_CLOSING_SQUARE_BRACKET);
void _EatToken(int32 type);
_EatToken(TOKEN_OPENING_BRACKET);
_EatToken(TOKEN_CLOSING_BRACKET);
_EatToken(TOKEN_OPENING_BRACKET);
_EatToken(TOKEN_CLOSING_BRACKET);
_EatToken(TOKEN_FACTORIAL);
_EatToken(TOKEN_CLOSING_BRACE);
_EatToken(TOKEN_CLOSING_PARENTHESIS);
_EatToken(TOKEN_OPENING_BRACKET);
_EatToken(TOKEN_CLOSING_BRACKET);
const Token& _EatToken(int32 type);
const Token& token = _EatToken(TOKEN_IDENTIFIER);
_EatToken(TOKEN_CLOSING_PARENTHESIS);
_EatToken(TOKEN_CLOSING_BRACKET);