diff options
| author | Patrick Schönberger | 2021-08-04 21:44:26 +0200 |
|---|---|---|
| committer | Patrick Schönberger | 2021-08-04 21:44:26 +0200 |
| commit | b9322dfb8efe37f6f88a899269bdf21015f4db9a (patch) | |
| tree | 837a9aadd80723f6c3d672fe0c9ae04f4f0864c8 /gen/TocLexer.h | |
| parent | c2ba7425955ae538e220cec79d9124756d1b4c8b (diff) | |
| download | toc-b9322dfb8efe37f6f88a899269bdf21015f4db9a.tar.gz toc-b9322dfb8efe37f6f88a899269bdf21015f4db9a.zip | |
generic functions and structs
Diffstat (limited to 'gen/TocLexer.h')
| -rw-r--r-- | gen/TocLexer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gen/TocLexer.h b/gen/TocLexer.h index b692afa..2a6252b 100644 --- a/gen/TocLexer.h +++ b/gen/TocLexer.h @@ -21,8 +21,8 @@ public: 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, T__55 = 56,
- T__56 = 57, INT_LIT = 58, DECIMAL_LIT = 59, BOOL_LIT = 60, StringLit = 61,
- NAME = 62, WS = 63, NEWLINE = 64
+ T__56 = 57, T__57 = 58, INT_LIT = 59, DECIMAL_LIT = 60, BOOL_LIT = 61,
+ StringLit = 62, NAME = 63, WS = 64, NEWLINE = 65
};
explicit TocLexer(antlr4::CharStream *input);
|
