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

AST Validation - Function Declarators/Types #80

Merged
merged 26 commits into from
May 9, 2023
Merged

Conversation

A1Liu
Copy link
Owner

@A1Liu A1Liu commented May 7, 2023

  • Add AstNodeKind::ParamDecl
  • Finish initial code for validate_declarations
  • Make type printing a little nicer
  • Make Symbol not an enum
  • Add id field to Ast and use it to write rebuild_indices function
  • "Parallelized" validate_declarations

@A1Liu A1Liu marked this pull request as ready for review May 9, 2023 18:09
@A1Liu A1Liu merged commit 096fab3 into rewrite May 9, 2023
@A1Liu A1Liu deleted the ast-validation branch May 9, 2023 18:09
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