You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
DSL specification defines comment
{{ commnet }}
it should be ignored.Describe the solution you'd like
Update JavaCC syntax definition to accept comment
Describe alternatives you've considered
To allow client to handle comment contents, dsl4j don't ignore but call visitor with comment content.
Additional context
Visitor interface will be extend, but we can define default method which just ignore it.
The text was updated successfully, but these errors were encountered: