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

Refactor AST into standalone library #69

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Refactor AST into standalone library #69

merged 1 commit into from
Aug 19, 2024

Conversation

patricoferris
Copy link
Collaborator

In preparation for the PR where we purely execute using the AST this PR refactors the AST into a standalone library. This meant moving Shark.Block (which was very Markdown focused) into Shark_ast.Ast.Block.Raw. To ease this transition the code is almost identical but I can imagine making the Raw.t more "raw" and then Shark.Block being more markdown focused.

Other things moved to like the AST dot renderer.

I don't really expect a review ((there's no new code here)) -- but just a thumbs up for the general idea and happy to answer questions @mdales ^^

@patricoferris patricoferris merged commit 71c75f4 into main Aug 19, 2024
2 checks passed
@patricoferris patricoferris deleted the pf341-AST branch August 19, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant