diff --git a/grammar.js b/grammar.js index 7900505..83bf4c5 100644 --- a/grammar.js +++ b/grammar.js @@ -7,9 +7,6 @@ const binary_comp: 3, binary_and: 2, binary_or: 1, - - quoted_string: 2, - quoted_template: 1, } unicodeLetter = /\p{L}/ unicodePunctuation = /\p{Pc}/