[clever] r438 committed - - Missed a file.

0 views
Skip to first unread message

cle...@googlecode.com

unread,
May 17, 2011, 8:19:21 PM5/17/11
to cleve...@googlegroups.com
Revision: 438
Author: muriloufg
Date: Tue May 17 17:16:21 2011
Log: - Missed a file.
http://code.google.com/p/clever/source/detail?r=438

Modified:
/trunk/src/astvisitor.cc

=======================================
--- /trunk/src/astvisitor.cc Tue May 17 16:46:31 2011
+++ /trunk/src/astvisitor.cc Tue May 17 17:16:21 2011
@@ -633,12 +633,19 @@

emit(OP_RETURN, &VM::return_handler, expr_value);
}
+
+/**
+ * Generates opcodes for class attributes
+ */
+AST_VISITOR(CodeGenVisitor, AttributeDeclaration) {
+ // @TODO
+}

/**
* Generates opcodes for class methods
*/
AST_VISITOR(CodeGenVisitor, MethodDeclaration) {
-
+ // @TODO
}

}} // clever::ast

Reply all
Reply to author
Forward
0 new messages