You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: