-
Notifications
You must be signed in to change notification settings - Fork 3
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
Improving parser performance #5
Comments
I'm sure there is loads in the parser that could be made better. I am working on a pre/plugin refactor at the moment, so I'll come back to this when that's done. In the meantime, you can create a Edit: |
@sevfurneaux if you think phpx is interesting, check out the experiment I have going: https://github.com/preprocess/example-phpx-live |
@assertchris Thanks – this is super interesting! |
Wrote a post about how it works, here: https://assertchris.io/post/2019-01-19-phpx-live |
Very cool! Will read up on this. |
This project is great!
My only hesitation to not use this in production is the parser compile time.
Any points in the parser where it could be improved? Happy to help 😁
The text was updated successfully, but these errors were encountered: