Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 269 Bytes

File metadata and controls

5 lines (4 loc) · 269 Bytes

Scanner Generator Frontend: DSL

This frontend describes the regular expressions of a scanner in a domain specific language with Go. Import golr/pkg/scannergen/frontend/dsl and use the functions and data types of that package to describe the rules of your scanner.