diff options
Diffstat (limited to 'grammar.ron')
-rw-r--r-- | grammar.ron | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/grammar.ron b/grammar.ron index a86fe693f..56617f757 100644 --- a/grammar.ron +++ b/grammar.ron | |||
@@ -6,5 +6,24 @@ Grammar( | |||
6 | "WHITESPACE", | 6 | "WHITESPACE", |
7 | "INT_NUMBER", | 7 | "INT_NUMBER", |
8 | "FLOAT_NUMBER", | 8 | "FLOAT_NUMBER", |
9 | "SEMI", | ||
10 | "COMMA", | ||
11 | "DOT", | ||
12 | "DOTDOT", | ||
13 | "DOTDOTDOT", | ||
14 | "DOTDOTEQ", | ||
15 | "L_PAREN", | ||
16 | "R_PAREN", | ||
17 | "L_CURLY", | ||
18 | "R_CURLY", | ||
19 | "L_BRACK", | ||
20 | "R_BRACK", | ||
21 | "AT", | ||
22 | "POUND", | ||
23 | "TILDE", | ||
24 | "QUESTION", | ||
25 | "COLON", | ||
26 | "COLONCOLON", | ||
27 | "DOLLAR", | ||
9 | ] | 28 | ] |
10 | ) \ No newline at end of file | 29 | ) \ No newline at end of file |