consider rewrite parser to generate an AST for better extensibility and linting support
Open
enhancement
- Dominant language
- HTML
- Stars
- 49
- Forks
- 20
- Avg merge
- 3h 46m
- Merged PRs (30d)
- 1
Description
parsing the htl is currently done using a sax-like parser for the HTML and an antrl4 parser for the HTL expressions. this is convoluted and could be streamlined using a common AST approach for both, HTML and HTL. having an AST, would allow for pre-compile plugins, and linting support.
/cc @thedamon
Contributor guide
Assessment
This issue has not been assessed yet.