From 0321e6e39b8cf24718cf853c28f0f35443753264 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 30 Nov 2016 13:57:04 -0700 Subject: Working on the parser, some issues. --- src/unitparser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unitparser.h') diff --git a/src/unitparser.h b/src/unitparser.h index 744deef..c3b3687 100644 --- a/src/unitparser.h +++ b/src/unitparser.h @@ -11,6 +11,7 @@ public: void order1(); void assignment(); + void parse1(); }; #endif -- cgit v1.2.3