module documentation

pygments.lexers.grammar_notation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Lexers for grammar notations like BNF. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class AbnfLexer Lexer for IETF 7405 ABNF.
Class BnfLexer This lexer is for grammar notations which are similar to original BNF.
Class JsgfLexer For JSpeech Grammar Format grammars.
Class PegLexer This lexer is for Parsing Expression Grammars (PEG).