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

feat: move Solidity syn AST to syn-solidity #63

Merged
merged 1 commit into from
Jun 4, 2023
Merged

Conversation

DaniPopes
Copy link
Member

Closes #62 by moving all struct declarations and parsing implementations to a new crate syn-solidity, while keeping expansion logic in sol-macro.

Drivebys:

  • docs
  • some more set_span methods
  • renamed item::* to Item* for consistency with syn
  • added support for address payable

@DaniPopes DaniPopes added the enhancement New feature or request label Jun 4, 2023
@DaniPopes DaniPopes requested a review from prestwich June 4, 2023 10:28
@prestwich prestwich merged commit 5fac415 into main Jun 4, 2023
@DaniPopes DaniPopes deleted the dani/ast-crate branch June 4, 2023 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a new crate for the Solidity macro AST
2 participants