grammar: remove shim again

Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
This commit is contained in:
Michael Hoffmann
2023-07-25 19:04:47 +02:00
parent becebebd35
commit 636dbe7030
12 changed files with 31068 additions and 31223 deletions

27
test/corpus/json.txt Normal file
View File

@@ -0,0 +1,27 @@
================================================================================
top level object
================================================================================
{
"foo": "bar"
}
--------------------------------------------------------------------------------
(config_file
(object
(object_start)
(object_elem
(expression
(literal_value
(string_lit
(quoted_template_start)
(template_literal)
(quoted_template_end))))
(expression
(literal_value
(string_lit
(quoted_template_start)
(template_literal)
(quoted_template_end)))))
(object_end)))