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

Handle VariableDeclaration and VariableDeclarationStatement #2

Open
ernestognw opened this issue Jan 27, 2023 · 0 comments
Open

Handle VariableDeclaration and VariableDeclarationStatement #2

ernestognw opened this issue Jan 27, 2023 · 0 comments
Labels
✨ feature New feature to or request
Milestone

Comments

@ernestognw
Copy link
Owner

ernestognw commented Jan 27, 2023

Description

Both VariableDeclaration and VariableDeclarationStatement should be handled as a member of a class.

Might be tackled along with #4 and #11

In case of requiring prioritization, this is what a ContractDefinition processes:

| EnumDefinition
| ErrorDefinition
| EventDefinition
| FunctionDefinition
| ModifierDefinition
| StructDefinition
| UserDefinedValueTypeDefinition
| UsingForDirective
| VariableDeclaration
@ernestognw ernestognw added the ✨ feature New feature to or request label Jan 27, 2023
@ernestognw ernestognw changed the title 📝 Handle VariableDeclaration and VariableDeclarationStatement Handle VariableDeclaration and VariableDeclarationStatement Jan 27, 2023
@ernestognw ernestognw added this to the 🎉 1.0.0 milestone Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature to or request
Projects
None yet
Development

No branches or pull requests

1 participant