summaryrefslogtreecommitdiffhomepage
path: root/lexer.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-02-15 22:12:14 +0100
committerRoland Reichwein <mail@reichwein.it>2020-02-15 22:12:14 +0100
commit2ae1fd90afe236f8815921362c5d45a201dd4476 (patch)
tree743ab8926dbf46612c22fb816ea4405e8d4097de /lexer.h
parent3f534c582464d0bcf815157aeaadf682b74ded34 (diff)
Tests
Diffstat (limited to 'lexer.h')
-rw-r--r--lexer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lexer.h b/lexer.h
index 2b6d77d..c6576d0 100644
--- a/lexer.h
+++ b/lexer.h
@@ -53,7 +53,6 @@ public:
Lexer(const BNF& bnf, const std::string& Top);
std::vector<Token> Lex(const std::string& s);
-
};
} // namespace Lex