#ifndef ARZU_INTERPRETER_ARZU_PARSER #define ARZU_INTERPRETER_ARZU_PARSER #include "PolishNotationParser.h" struct ArzuParser : public PNParser { ArzuParser(); }; #endif