From 2ae1fd90afe236f8815921362c5d45a201dd4476 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 15 Feb 2020 22:12:14 +0100 Subject: Tests --- lexer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lexer.h') 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 Lex(const std::string& s); - }; } // namespace Lex -- cgit v1.2.3