From ca45da0925cabc3bbf0d22d5d23ccb9a25d8e228 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Fri, 10 Feb 2017 23:35:02 +0100 Subject: Preliminary 'compiling' --- ast.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ast.h') diff --git a/ast.h b/ast.h index 3eec1a3..c681d52 100644 --- a/ast.h +++ b/ast.h @@ -37,12 +37,12 @@ public: Type type; StatementList body; - vector args; + vector args; Site site; ScopeDef(); - ScopeDef(Type type,const StatementList &body,const vector &args); + ScopeDef(Type type,const StatementList &body,const vector &args); // ScopeDef(Type type,const StatementList &body,const vector &args); }; -- cgit v1.2.3-54-g00ecf