]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/textparser.h
Restructure the tool and make it able to handle multiple input files
[libs/datafile.git] / source / textparser.h
index 2aefea91406a2dfe17b9d67835b255a26a0dade8..ef7d68e2eb706129558f26391fd374a3d2d2e851 100644 (file)
@@ -17,10 +17,8 @@ public:
 protected:
        Statement parse_statement(const Token *);
        Token parse_token();
-       bool  is_delimiter(int);
-       bool  isodigit(int);
-       std::string get_location();
-       void  parse_error(int, const char *);
+       bool is_delimiter(int);
+       bool isodigit(int);
 };
 
 } // namespace DataFile