]> git.saurik.com Git - cycript.git/blobdiff - Driver.cpp
Verify lexer tokens are always default reductions.
[cycript.git] / Driver.cpp
index 4bac2c2a920f1092c16e07f179ed0e25da5556ff..83b9462f9199e65d1689a3bc18b99c0fb9c45b75 100644 (file)
@@ -20,7 +20,7 @@
 /* }}} */
 
 #include "Driver.hpp"
-#include "Parser.hpp"
+#include "Syntax.hpp"
 
 bool CYParser(CYPool &pool, bool debug);
 
@@ -41,6 +41,7 @@ CYDriver::CYDriver(CYPool &pool, std::istream &data, const std::string &filename
 {
     in_.push(false);
     return_.push(false);
+    super_.push(false);
     template_.push(false);
     yield_.push(false);