SmaCC: ASTSpecNode? #4115
SmaCC: ASTSpecNode?
#4115
-
Assuming
I have both What is the purpose of |
Beta Was this translation helpful? Give feedback.
Answered by
j-brant
Oct 21, 2024
Replies: 1 comment
-
At some point you generated the node classes with
You should also delete the visitor class and the visitor trait. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joelreymont
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At some point you generated the node classes with
ASTSpecNode
as the root. You also usedNode
as the suffix. You can delete the classes by executing:You should also delete the visitor class and the visitor trait.