Validate byte string literals

This commit is contained in:
Adolfo Ochagavía 2018-11-11 20:41:43 +01:00
parent c258b4fdb0
commit 30cd4d5acb
8 changed files with 305 additions and 24 deletions

View file

@ -413,6 +413,7 @@ Grammar(
"BinExpr": (),
"String": (),
"Byte": (),
"ByteString": (),
"Char": (),
"Literal": (),