aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2017-12-30 17:56:54 +0000
committerAleksey Kladov <[email protected]>2017-12-30 17:56:54 +0000
commit492f6e6b1c8d062c6732f9aa3360c14708bb1452 (patch)
tree41a8e09a61ac6b49fd6b21a235fa1c27f44b4129 /grammar.ron
parent412948c0e2f34b1db13201bf533468241ee881e6 (diff)
Lexer: angle brackets
Diffstat (limited to 'grammar.ron')
-rw-r--r--grammar.ron2
1 files changed, 2 insertions, 0 deletions
diff --git a/grammar.ron b/grammar.ron
index 4c9291dfb..b707248f3 100644
--- a/grammar.ron
+++ b/grammar.ron
@@ -18,6 +18,8 @@ Grammar(
18 "R_CURLY", 18 "R_CURLY",
19 "L_BRACK", 19 "L_BRACK",
20 "R_BRACK", 20 "R_BRACK",
21 "L_ANGLE",
22 "R_ANGLE",
21 "AT", 23 "AT",
22 "POUND", 24 "POUND",
23 "TILDE", 25 "TILDE",