Replies: 1 comment
-
|
My main concerns around this type of thing would be:
A formal grammar that describes templ could be useful, if it could be used to generate the sytnax highlighting grammars for the various editors, since that is a regular pain point. At the moment, I don't see it as a main priority though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Basically the title :) What do you think about creating a native parser that won't neccessarily use the current astparse hacks?
I think it would be more robust and the changes can be made easier.
If you're interested - I can take this to development and eventually, send MRs.
Beta Was this translation helpful? Give feedback.
All reactions