Expand description

Module with type GrammarConfig

Structs

Configuration information for a context free grammar. Currently containing comment tokens and maximum lookahead size. Can later be amended with further information and even pragmas that control the generation of lexers and parsers. Examples for amendments: * Ignore case, generate a case-insensitive lexer * Parse whitespace instead of skipping them by default * Prologue and epilogue for generated parser output