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

Add hir #318

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open

Add hir #318

wants to merge 23 commits into from

Conversation

kokoISnoTarget
Copy link
Contributor

@kokoISnoTarget kokoISnoTarget commented Apr 14, 2024

This is a first draft for #175


Fixes #305, #315 and gives a better error for #338

@kokoISnoTarget kokoISnoTarget changed the title Add hir representaion Add hir Apr 14, 2024
@CosmicHorrorDev CosmicHorrorDev added C-refactor Category: Reworking an existing feature A-interpreter Area: Changes impacting the HTML interpreter labels Apr 22, 2024
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.
@kokoISnoTarget kokoISnoTarget marked this pull request as ready for review May 9, 2024 19:19
@kokoISnoTarget kokoISnoTarget marked this pull request as ready for review May 10, 2024 04:20
@CosmicHorrorDev CosmicHorrorDev self-requested a review May 12, 2024 02:45
@CosmicHorrorDev
Copy link
Collaborator

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 main where we can catch any potential regressions before it goes into a release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-interpreter Area: Changes impacting the HTML interpreter C-refactor Category: Reworking an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Horizontal line/Spacer renders before image
2 participants