1 | |
2 | module htm8 |
3 | { |
4 | |
5 | h8_id = |
6 | Decl |
7 | |
8 | # CommentBegin, ProcessingBegin, CDataBegin are "pseudo-tokens", not visible |
9 | | Comment | CommentBegin |
10 | | Processing | ProcessingBegin |
11 | | CData | CDataBegin |
12 | |
13 | | StartTag | StartEndTag | EndTag |
14 | |
15 | | DecChar | HexChar | CharEntity |
16 | |
17 | | RawData | HtmlCData |
18 | |
19 | | BadAmpersand | BadGreaterThan | BadLessThan |
20 | |
21 | | Invalid |
22 | | EndOfStream |
23 | generate [no_namespace_suffix] # cosmetic: call it h8_id, not h8_id_e |
24 | } |