abouttreesummaryrefslogcommitdiff
path: root/gen/TocParser.cpp
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/TocParser.cpp
parent17860defa84c6d8bc0e8bc088a7e09361f17db07 (diff)
downloadtoc-9610ce88f0b753db81014a053bd3c6d79471c90c.tar.gz
toc-9610ce88f0b753db81014a053bd3c6d79471c90c.zip
add comments, fix struct/function lookup
Diffstat (limited to 'gen/TocParser.cpp')
-rw-r--r--gen/TocParser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gen/TocParser.cpp b/gen/TocParser.cpp
index cc62d72..88c69cb 100644
--- a/gen/TocParser.cpp
+++ b/gen/TocParser.cpp
@@ -3118,7 +3118,7 @@ std::vector<std::string> TocParser::_symbolicNames = {
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
"", "", "", "", "", "INT_LIT", "DECIMAL_LIT", "BOOL_LIT", "StringLit",
- "NAME", "WS", "NEWLINE"
+ "NAME", "WS", "NEWLINE", "COMMENT"
};
dfa::Vocabulary TocParser::_vocabulary(_literalNames, _symbolicNames);
@@ -3141,7 +3141,7 @@ TocParser::Initializer::Initializer() {
static const uint16_t serializedATNSegment0[] = {
0x3, 0x608b, 0xa72a, 0x8133, 0xb9ed, 0x417c, 0x3be7, 0x7786, 0x5964,
- 0x3, 0x43, 0x1b2, 0x4, 0x2, 0x9, 0x2, 0x4, 0x3, 0x9, 0x3, 0x4, 0x4,
+ 0x3, 0x44, 0x1b2, 0x4, 0x2, 0x9, 0x2, 0x4, 0x3, 0x9, 0x3, 0x4, 0x4,
0x9, 0x4, 0x4, 0x5, 0x9, 0x5, 0x4, 0x6, 0x9, 0x6, 0x4, 0x7, 0x9,
0x7, 0x4, 0x8, 0x9, 0x8, 0x4, 0x9, 0x9, 0x9, 0x4, 0xa, 0x9, 0xa,
0x4, 0xb, 0x9, 0xb, 0x4, 0xc, 0x9, 0xc, 0x4, 0xd, 0x9, 0xd, 0x4,