-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add hir #318
base: main
Are you sure you want to change the base?
Add hir #318
Conversation
Refactor Ast initialization in HtmlInterpreter to use Ast struct with AstOpts. Update Hir struct in hir.rs to replace root with nodes and parents vectors.
Really happy that you took up tackling this! Just as a heads up, it'll probably be at least a week before I can get around to reviewing this. I'm planning on merging this PR shortly after the v0.5 release, so that it has some time to chill in |
I'm up for getting this reviewed and working towards getting it merged still if you are @kokoISnoTarget. There isn't any work blocking it anymore |
Sure thing. |
This is a first draft for #175
Fixes #305, #315 and gives a better error for #338