Validate string literals

This commit is contained in:
Adolfo Ochagavía 2018-11-08 15:42:00 +01:00 committed by Adolfo Ochagavía
parent 5a9150df9b
commit 3b4c02c19e
9 changed files with 621 additions and 274 deletions

View file

@ -411,6 +411,7 @@ Grammar(
"PrefixExpr": (),
"RangeExpr": (),
"BinExpr": (),
"String": (),
"Char": (),
"Literal": (),