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
This frontend describes the context free grammar of a parser in a domain specific language with Go. Import
golr/pkg/parsergen/frontend/dsl and use the functions and data types of that package to describe the rules of your
parser.