Last change
on this file since 1319 was
193,
checked in by Maciej Komosinski, 11 years ago
|
Set svn:eol-style native for all textual files
|
-
Property svn:eol-style set to
native
|
File size:
1.0 KB
|
Line | |
---|
1 | #define COMMA 1 |
---|
2 | #define PLUS 2 |
---|
3 | #define MINUS 3 |
---|
4 | #define DIV 4 |
---|
5 | #define TIMES 5 |
---|
6 | #define NEWLINE 6 |
---|
7 | #define DELIMETER 7 |
---|
8 | #define ASSIGN 8 |
---|
9 | #define SEMICOLON 9 |
---|
10 | #define LPAREN 10 |
---|
11 | #define RPAREN 11 |
---|
12 | #define PIPE 12 |
---|
13 | #define LESS 13 |
---|
14 | #define LESS_EQUAL 14 |
---|
15 | #define NOT_EQUAL 15 |
---|
16 | #define EQUAL 16 |
---|
17 | #define GREATER_EQUAL 17 |
---|
18 | #define GREATER 18 |
---|
19 | #define FORLOOP_BEGIN 19 |
---|
20 | #define FORLOOP_END 20 |
---|
21 | #define DOUBLE_VAL 21 |
---|
22 | #define PARAM_NAME 22 |
---|
23 | #define PROD_NAME 23 |
---|
24 | #define COMMAND 24 |
---|
25 | #define NEURON 25 |
---|
Note: See
TracBrowser
for help on using the repository browser.