Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 266 Bytes

File metadata and controls

5 lines (4 loc) · 266 Bytes

Parser Generator Frontend: DSL

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.