Volksdata 1.0b7
RDF library
Loading...
Searching...
No Matches
tokens_trig.h
Go to the documentation of this file.
1#define T_PERIOD 1
2#define T_SEMICOLON 2
3#define T_COMMA 3
4#define T_STRING 4
5#define T_INTEGER 5
6#define T_DOUBLE 6
7#define T_DECIMAL 7
8#define T_BOOLEAN 8
9#define T_BNODE_ID 9
10#define T_NSIRI 10
11#define T_IRIREF 11
12#define T_LANGTAG 12
13#define T_PFX_KW 13
14#define T_PFX_DECL 14
15#define T_COLON 15
16#define T_EOF 16
17#define T_GRAPH 17
18#define T_LBRACKET 18
19#define T_RBRACKET 19
20#define T_LBRACE 20
21#define T_RBRACE 21
22#define T_BLANK_NODE_LABEL 22
23#define T_ANON 23
24#define T_WS 24
25#define T_BASE 25
26#define T_RDF_TYPE 26
27#define T_DTYPE_MARKER 27
28#define T_LPAREN 28
29#define T_RPAREN 29