-
Hello, I am writing a tree-sitter parser for jinja2. Currently, I write this parser rely on https://jinja.palletsprojects.com/en/3.1.x/templates/, but did jinja2 has any specification? ref: |
Beta Was this translation helpful? Give feedback.
Answered by
davidism
Aug 13, 2024
Replies: 1 comment 3 replies
-
There is an open issue about writing a spec for the grammar and runtime. #1194 Currently it is only specified as far as what the template docs describe, which is not sufficient. I would love help in this area from people with parser experience. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
cathaysia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an open issue about writing a spec for the grammar and runtime. #1194 Currently it is only specified as far as what the template docs describe, which is not sufficient. I would love help in this area from people with parser experience.