abouttreesummaryrefslogcommitdiff
path: root/gen/TocLexer.h
diff options
context:
space:
mode:
authorPatrick Schönberger2021-08-11 23:34:11 +0200
committerPatrick Schönberger2021-08-11 23:34:11 +0200
commit9610ce88f0b753db81014a053bd3c6d79471c90c (patch)
treecfe08fa3543362bcb92473e23785efdf5666486c /gen/TocLexer.h
parent17860defa84c6d8bc0e8bc088a7e09361f17db07 (diff)
downloadtoc-9610ce88f0b753db81014a053bd3c6d79471c90c.tar.gz
toc-9610ce88f0b753db81014a053bd3c6d79471c90c.zip
add comments, fix struct/function lookup
Diffstat (limited to 'gen/TocLexer.h')
-rw-r--r--gen/TocLexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/TocLexer.h b/gen/TocLexer.h
index 2a6252b..b897a29 100644
--- a/gen/TocLexer.h
+++ b/gen/TocLexer.h
@@ -22,7 +22,7 @@ public:
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, T__57 = 58, INT_LIT = 59, DECIMAL_LIT = 60, BOOL_LIT = 61,
- StringLit = 62, NAME = 63, WS = 64, NEWLINE = 65
+ StringLit = 62, NAME = 63, WS = 64, NEWLINE = 65, COMMENT = 66
};
explicit TocLexer(antlr4::CharStream *input);