]> git.saurik.com Git - cycript.git/blobdiff - Parser.hpp
Peel away CYCompound layers to fix tab completion.
[cycript.git] / Parser.hpp
index 47a60c04ece3ddaf26e13631ea07028714c7138c..7197428bfe112e27d83b4b26ef43205005670f63 100644 (file)
@@ -1,5 +1,5 @@
 /* Cycript - Optimizing JavaScript Compiler/Runtime
- * Copyright (C) 2009-2010  Jay Freeman (saurik)
+ * Copyright (C) 2009-2012  Jay Freeman (saurik)
 */
 
 /* GNU Lesser General Public License, Version 3 {{{ */
@@ -627,6 +627,8 @@ struct CYCompound :
 
     virtual CYExpression *Replace(CYContext &context);
     void Output(CYOutput &out, CYFlags flags) const;
+
+    virtual CYExpression *Primitive(CYContext &context);
 };
 
 struct CYDeclaration;