]> git.saurik.com Git - cycript.git/blobdiff - Parser.hpp
Began work on implementing E4X.
[cycript.git] / Parser.hpp
index 86b7d17a70494cd4624afe3d18a1ee902fea88af..578b5152a5bf5b60a794565e630940b1457c8455 100644 (file)
@@ -310,8 +310,9 @@ class CYDriver {
     bool strict_;
 
     enum Condition {
-        RegExStart,
-        RegExRest
+        RegExpSlash,
+        RegExpSlashEqual,
+        RegExpSlashRight,
     };
 
     std::string filename_;