File: GrpParserTokenTypes.hpp

package info (click to toggle)
grcompiler 5.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 24,020 kB
  • sloc: cpp: 48,200; ansic: 7,670; sh: 4,427; makefile: 197; xml: 190; perl: 127; sed: 21
file content (127 lines) | stat: -rw-r--r-- 2,392 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
#ifndef INC_GrpParserTokenTypes_hpp_
#define INC_GrpParserTokenTypes_hpp_

#include "Antlr/config.hpp"
/*
 * ANTLR-generated file resulting from grammar c:\graphite1\grcompiler\compiler\grpparser.g
 * 
 * Terence Parr, MageLang Institute
 * with John Lilley, Empathy Software
 * ANTLR Version 2.6.0; 1996-1999
 */

enum GrpParserTokenTypes {
	EOF_ = 1,
	NULL_TREE_LOOKAHEAD = 3,
	OP_EQ = 4,
	OP_PLUSEQUAL = 5,
	OP_LPAREN = 6,
	OP_RPAREN = 7,
	OP_SEMI = 8,
	LITERAL_environment = 9,
	LITERAL_endenvironment = 10,
	OP_LBRACE = 11,
	OP_RBRACE = 12,
	IDENT = 13,
	LITERAL_table = 14,
	LITERAL_endtable = 15,
	LITERAL_name = 16,
	LIT_INT = 17,
	OP_DOT = 18,
	OP_PLUS_EQUAL = 19,
	LIT_STRING = 20,
	OP_COMMA = 21,
	LITERAL_string = 22,
	LITERAL_glyph = 23,
	OP_ANDEQUAL = 24,
	OP_MINUSEQUAL = 25,
	LITERAL_pseudo = 26,
	LIT_UHEX = 27,
	LITERAL_codepoint = 28,
	LITERAL_glyphid = 29,
	LITERAL_postscript = 30,
	LITERAL_unicode = 31,
	OP_DOTDOT = 32,
	LIT_CHAR = 33,
	LITERAL_feature = 34,
	LITERAL_language = 35,
	LITERAL_languages = 36,
	LITERAL_substitution = 37,
	LITERAL_pass = 38,
	LITERAL_endpass = 39,
	LITERAL_if = 40,
	LITERAL_else = 41,
	LITERAL_endif = 42,
	Zelseif = 43,
	LITERAL_elseif = 44,
	OP_GT = 45,
	OP_DIV = 46,
	OP_QUESTION = 47,
	OP_LBRACKET = 48,
	OP_RBRACKET = 49,
	OP_UNDER = 50,
	OP_AT = 51,
	OP_COLON = 52,
	OP_HASH = 53,
	OP_DOLLAR = 54,
	Qalias = 55,
	LITERAL_justification = 56,
	LITERAL_position = 57,
	LITERAL_positioning = 58,
	LITERAL_linebreak = 59,
	OP_CARET = 60,
	LITERAL_justify = 61,
	LITERAL_min = 62,
	LITERAL_max = 63,
	OP_DIVEQUAL = 64,
	OP_MULTEQUAL = 65,
	OP_OR = 66,
	OP_AND = 67,
	OP_BITOR = 68,
	OP_BITAND = 69,
	OP_EQUALEQUAL = 70,
	OP_NE = 71,
	OP_LT = 72,
	OP_LE = 73,
	OP_GE = 74,
	OP_PLUS = 75,
	OP_MINUS = 76,
	OP_MULT = 77,
	OP_NOT = 78,
	OP_BITNOT = 79,
	LITERAL_true = 80,
	LITERAL_false = 81,
	Zalias = 82,
	Zassocs = 83,
	Zattrs = 84,
	Zcluster = 85,
	Zcodepage = 86,
	Zconstraint = 87,
	Zcontext = 88,
	Zdirectives = 89,
	ZdotStruct = 90,
	Zfeatures = 91,
	Zfunction = 92,
	ZifStruct = 93,
	Zlhs = 94,
	Zlookup = 95,
	Zrhs = 96,
	Zrule = 97,
	ZruleItem = 98,
	Zselector = 99,
	Ztop = 100,
	ZuHex = 101,
	WS = 102,
	COMMENT_SL = 103,
	COMMENT_ML = 104,
	ESC = 105,
	ODIGIT = 106,
	DIGIT = 107,
	XDIGIT = 108,
	SQUOTE = 109,
	DQUOTE = 110,
	OP_LINEMARKER = 111,
	OP_BSLASH = 112,
	AT_IDENT = 113,
};
#endif /*INC_GrpParserTokenTypes_hpp_*/