BadVPN – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 #define INCLUDE 1
2 #define STRING 2
3 #define INCLUDE_GUARD 3
4 #define NAME 4
5 #define CURLY_OPEN 5
6 #define CURLY_CLOSE 6
7 #define ROUND_OPEN 7
8 #define ROUND_CLOSE 8
9 #define SEMICOLON 9
10 #define ARROW 10
11 #define IF 11
12 #define FOREACH 12
13 #define AS 13
14 #define COLON 14
15 #define ELIF 15
16 #define ELSE 16
17 #define BLOCK 17
18 #define TOKEN_INTERRUPT 18
19 #define TOKEN_DO 19
20 #define DOT 20
21 #define COMMA 21
22 #define BRACKET_OPEN 22
23 #define BRACKET_CLOSE 23
24 #define AT_SIGN 24
25 #define CARET 25
26 #define PROCESS 26
27 #define TEMPLATE 27