fixed round brackets parsing bug

This commit is contained in:
Marc Zinnschlag 2010-06-30 14:08:59 +02:00
parent ed92ffcf89
commit 73f9436ed9
2 changed files with 17 additions and 2 deletions

View file

@ -30,6 +30,8 @@ namespace Compiler
char getOperator() const;
bool isOpen() const;
void popOperator();
void popOperand();