diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-02-15 22:12:14 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-02-15 22:12:14 +0100 |
commit | 2ae1fd90afe236f8815921362c5d45a201dd4476 (patch) | |
tree | 743ab8926dbf46612c22fb816ea4405e8d4097de /lexer.h | |
parent | 3f534c582464d0bcf815157aeaadf682b74ded34 (diff) |
Tests
Diffstat (limited to 'lexer.h')
-rw-r--r-- | lexer.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -53,7 +53,6 @@ public: Lexer(const BNF& bnf, const std::string& Top); std::vector<Token> Lex(const std::string& s); - }; } // namespace Lex |