Files
Michael Hoffmann 636dbe7030 grammar: remove shim again
Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
2023-07-25 19:21:31 +02:00

28 lines
695 B
Plaintext

================================================================================
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)))