summaryrefslogtreecommitdiffhomepage
path: root/lexer.h
diff options
context:
space:
mode:
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