Skip to content

Commit 75c1121

Browse files
committed
Now using the same token file for each generated class + stop tracing in TreeParser class + new keywords from consultingwerk/proparse
1 parent ee5c893 commit 75c1121

33 files changed

Lines changed: 337 additions & 3689 deletions

BaseTokenTypes.txt

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Input token types for proparse.g.
22
// Update this file when new token types are added.
33
// Antlr generates ProParserTokenTypes (.txt and .java).
4+
// This file is used for all the .g grammar files
45
ProParser // output token vocab name
56
LEXDATE=4
67
NAMEDOT=5
@@ -1204,4 +1205,25 @@ PARENTIDRELATION=1206
12041205
PARENTIDFIELD=1207
12051206
PARENTFIELDSBEFORE=1208
12061207
PARENTFIELDSAFTER=1209
1207-
Last_Token_Number=1210
1208+
ENUM=1210
1209+
FLAGS=1211
1210+
GETCODEPAGE=1212
1211+
HEIGHTCHARS=1213
1212+
HEIGHTPIXELS=1214
1213+
TENANT_ID=1215
1214+
TENANT_NAME=1216
1215+
TENANT_NAME_TO_ID=1217
1216+
GET_EFFECTIVE_TENANT_NAME=1218
1217+
GET_EFFECTIVE_TENANT_ID=1219
1218+
NON_SERIALIZABLE=1220
1219+
SET_EFFECTIVE_TENANT=1221
1220+
IS_DB_MULTI_TENANT=1222
1221+
BUFFER_GROUP_ID=1223
1222+
BUFFER_GROUP_NAME=1224
1223+
BUFFER_PARTITION_ID=1225
1224+
BUFFER_TENANT_ID=1226
1225+
BUFFER_TENANT_NAME=1227
1226+
TENANT=1228
1227+
TENANT_WHERE=1229
1228+
SKIP_GROUP_DUPLICATES=1230
1229+
Last_Token_Number=1231

0 commit comments

Comments
 (0)