-
Notifications
You must be signed in to change notification settings - Fork 5
/
phase3.h
20 lines (20 loc) · 860 Bytes
/
phase3.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#define PIPE_PIPE 1
#define AMP_AMP 2
#define PIPE 3
#define SEMI 4
#define NL 5
#define COMMAND 6
#define EVALUATE 7
#define BREAK 8
#define CONTINUE 9
#define EXIT 10
#define ERROR 11
#define LPAREN 12
#define RPAREN 13
#define BEGIN 14
#define END 15
#define LOOP 16
#define FOR 17
#define IF 18
#define ELSE_IF 19
#define ELSE 20