generate parser; add todos for template directives

This commit is contained in:
mhoffm
2021-09-15 22:03:00 +02:00
parent ae8b07cc3e
commit 735c57ad9c
4 changed files with 622 additions and 666 deletions

View File

@@ -481,10 +481,6 @@
"type": "heredoc_start",
"named": true
},
{
"type": "template_directive",
"named": true
},
{
"type": "template_interpolation",
"named": true
@@ -661,10 +657,6 @@
"type": "quoted_template_start",
"named": true
},
{
"type": "template_directive",
"named": true
},
{
"type": "template_interpolation",
"named": true
@@ -718,11 +710,6 @@
]
}
},
{
"type": "template_directive",
"named": true,
"fields": {}
},
{
"type": "template_expr",
"named": true,