Skip to content

Commit

Permalink
grammar: cleanup expr and fix between suffix expression
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Jun 25, 2014
1 parent d856725 commit dd85b16
Show file tree
Hide file tree
Showing 6 changed files with 732 additions and 605 deletions.
117 changes: 59 additions & 58 deletions src/grammar/Sqlite3Lexer.cpp

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/grammar/Sqlite3Lexer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define INC_Sqlite3Lexer_hpp_

#include <antlr/config.hpp>
/* $ANTLR 2.7.7 (20130425): "sqlite3.g" -> "Sqlite3Lexer.hpp"$ */
/* $ANTLR 2.7.7 (20140222): "sqlite3.g" -> "Sqlite3Lexer.hpp"$ */
#include <antlr/CommonToken.hpp>
#include <antlr/InputBuffer.hpp>
#include <antlr/BitSet.hpp>
Expand Down
Loading

0 comments on commit dd85b16

Please sign in to comment.