diff options
| author | Patrick Schönberger | 2021-08-03 12:08:12 +0200 |
|---|---|---|
| committer | Patrick Schönberger | 2021-08-03 12:08:12 +0200 |
| commit | 71a20a4f3d4e5f5278f7d004af710af89dfd7ebc (patch) | |
| tree | 4227c1cc0c0310a4b73f3b30b5ac1ee7c90b274e /gen/TocLexer.h | |
| parent | 17fac686375c2823d22415e32e5b7e63bbfe7c54 (diff) | |
| download | toc-71a20a4f3d4e5f5278f7d004af710af89dfd7ebc.tar.gz toc-71a20a4f3d4e5f5278f7d004af710af89dfd7ebc.zip | |
add namespace, private struct member grammar, change bracket style
Diffstat (limited to 'gen/TocLexer.h')
| -rw-r--r-- | gen/TocLexer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gen/TocLexer.h b/gen/TocLexer.h index c93c851..a9252f0 100644 --- a/gen/TocLexer.h +++ b/gen/TocLexer.h @@ -20,9 +20,9 @@ public: T__32 = 33, T__33 = 34, T__34 = 35, T__35 = 36, T__36 = 37, T__37 = 38,
T__38 = 39, T__39 = 40, T__40 = 41, T__41 = 42, T__42 = 43, T__43 = 44,
T__44 = 45, T__45 = 46, T__46 = 47, T__47 = 48, T__48 = 49, T__49 = 50,
- T__50 = 51, T__51 = 52, T__52 = 53, T__53 = 54, T__54 = 55, INT_LIT = 56,
- DECIMAL_LIT = 57, STRING_LIT = 58, BOOL_LIT = 59, NAME = 60, WS = 61,
- NEWLINE = 62
+ T__50 = 51, T__51 = 52, T__52 = 53, T__53 = 54, T__54 = 55, T__55 = 56,
+ T__56 = 57, INT_LIT = 58, DECIMAL_LIT = 59, STRING_LIT = 60, BOOL_LIT = 61,
+ NAME = 62, WS = 63, NEWLINE = 64
};
explicit TocLexer(antlr4::CharStream *input);
|
