aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2017-12-30 13:30:37 +0000
committerAleksey Kladov <[email protected]>2017-12-30 13:30:44 +0000
commitfad3e50987311a3c42a45bd3d9dbcf7c7a77e544 (patch)
treeb5f1d262e5ecb1226dc73780db50ee3eebe66ff8 /grammar.ron
parent3e91e8b77db443775eea2ccd40b0cf1e27dc77d8 (diff)
Lexer: symbols
Diffstat (limited to 'grammar.ron')
-rw-r--r--grammar.ron19
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