Remove declare and string types to prepare for preprocessor

This commit is contained in:
2020-05-22 20:33:48 +02:00
parent e7a5cfa327
commit 8b85e428f1
9 changed files with 5 additions and 43 deletions

View File

@@ -308,7 +308,6 @@ namespace Interpret
case Token::OperandType::GreaterThanInteger:
case Token::OperandType::EqualInteger:
case Token::OperandType::SetInteger:
case Token::OperandType::Declaration:
return 2;
case Token::OperandType::Jump: