File: xml_tokens.e

package info (click to toggle)
eglade 0.3.2-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 560 kB
  • ctags: 823
  • sloc: yacc: 429; makefile: 174; sh: 24; ansic: 9
file content (16 lines) | stat: -rw-r--r-- 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
indexing

	description: "Parser token codes"
	generator: "geyacc version 1.5"

class XML_TOKENS

feature -- Token codes

	TEXTUAL: INTEGER is 258
	WHITE_SPACE: INTEGER is 259
	PI_START: INTEGER is 260
	PI_END: INTEGER is 261
	END_TAG_START: INTEGER is 262

end -- class XML_TOKENS