added test files for variable declaration parsing
[cc1516.git] / src / parse.dcl
index e7d2a25..a5bc93a 100644 (file)
@@ -36,7 +36,9 @@ import lex
 
 //TODO
 
-:: FunDecl = Stub
+:: FunDecl = FunDecl String [String] FunType [VarDecl] [Stmt]
+:: FunType = Stub
+:: Stmt = Stubbel
 
 instance toString AST