aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2017-12-31 13:42:22 +0000
committerAleksey Kladov <[email protected]>2017-12-31 13:42:22 +0000
commitcb6f07618440859a26fd6adea63bd030da375952 (patch)
treef929dc7e20b7359f123b19f70243312a11473429 /grammar.ron
parent9ccf339c176e68d26f601f24ed40bfa9429f9b5d (diff)
Lexer: comments groundwork
Diffstat (limited to 'grammar.ron')
-rw-r--r--grammar.ron3
1 files changed, 3 insertions, 0 deletions
diff --git a/grammar.ron b/grammar.ron
index 482e00f91..71e354dac 100644
--- a/grammar.ron
+++ b/grammar.ron
@@ -48,5 +48,8 @@ Grammar(
48 "AMPERSAND", 48 "AMPERSAND",
49 "PIPE", 49 "PIPE",
50 "THIN_ARROW", 50 "THIN_ARROW",
51 "COMMENT",
52 "DOC_COMMENT",
53 "SHEBANG",
51 ] 54 ]
52) \ No newline at end of file 55) \ No newline at end of file