Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consider rewrite parser to generate an AST for better extensibility and linting support #132

Open
tripodsan opened this issue Feb 4, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@tripodsan
Copy link
Contributor

tripodsan commented Feb 4, 2020

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

@tripodsan tripodsan added the enhancement New feature or request label Feb 4, 2020
@tripodsan tripodsan changed the title consider rewrite parser to generate a ast for better extensibility and linting support consider rewrite parser to generate an AST for better extensibility and linting support Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant