class documentation

class BatchLexer(RegexLexer):

View In Hierarchy

Lexer for the DOS/Windows Batch file format.

New in version 0.7.
Method ​_make​_arithmetic​_state Undocumented
Method ​_make​_begin​_state Undocumented
Method ​_make​_call​_state Undocumented
Method ​_make​_follow​_state Undocumented
Method ​_make​_label​_state Undocumented
Method ​_make​_redirect​_state Undocumented
Class Variable ​_core​_token Undocumented
Class Variable ​_core​_token​_compound Undocumented
Class Variable ​_keyword​_terminator Undocumented
Class Variable ​_label Undocumented
Class Variable ​_label​_compound Undocumented
Class Variable ​_nl Undocumented
Class Variable ​_nlws Undocumented
Class Variable ​_number Undocumented
Class Variable ​_opword Undocumented
Class Variable ​_punct Undocumented
Class Variable ​_space Undocumented
Class Variable ​_start​_label Undocumented
Class Variable ​_stoken Undocumented
Class Variable ​_string Undocumented
Class Variable ​_token Undocumented
Class Variable ​_token​_compound Undocumented
Class Variable ​_token​_terminator Undocumented
Class Variable ​_variable Undocumented
Class Variable ​_ws Undocumented
Class Variable aliases Undocumented
Class Variable filenames Undocumented
Class Variable flags Undocumented
Class Variable mimetypes Undocumented
Class Variable name Undocumented
Class Variable tokens Undocumented

Inherited from RegexLexer:

Method get​_tokens​_unprocessed Split text into (tokentype, text) pairs.

Inherited from Lexer (via RegexLexer):

Method analyse​_text No summary
Method get​_tokens Return an iterable of (tokentype, value) pairs generated from text. If unfiltered is set to True, the filtering mechanism is bypassed even if filters are defined.
Class Variable alias​_filenames Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method add​_filter Add a new stream filter to this lexer.
Class Variable priority Undocumented
Instance Variable encoding Undocumented
Instance Variable ensurenl Undocumented
Instance Variable filters Undocumented
Instance Variable options Undocumented
Instance Variable stripall Undocumented
Instance Variable stripnl Undocumented
Instance Variable tabsize Undocumented
def _make_arithmetic_state(compound, _nl=_nl, _punct=_punct, _string=_string, _variable=_variable, _ws=_ws, _nlws=_nlws):

Undocumented

def _make_begin_state(compound, _core_token=_core_token, _core_token_compound=_core_token_compound, _keyword_terminator=_keyword_terminator, _nl=_nl, _punct=_punct, _string=_string, _space=_space, _start_label=_start_label, _stoken=_stoken, _token_terminator=_token_terminator, _variable=_variable, _ws=_ws):

Undocumented

def _make_call_state(compound, _label=_label, _label_compound=_label_compound):

Undocumented

def _make_follow_state(compound, _label=_label, _label_compound=_label_compound, _nl=_nl, _space=_space, _start_label=_start_label, _token=_token, _token_compound=_token_compound, _ws=_ws):

Undocumented

def _make_label_state(compound, _label=_label, _label_compound=_label_compound, _nl=_nl, _punct=_punct, _string=_string, _variable=_variable):

Undocumented

def _make_redirect_state(compound, _core_token_compound=_core_token_compound, _nl=_nl, _punct=_punct, _stoken=_stoken, _string=_string, _space=_space, _variable=_variable, _nlws=_nlws):

Undocumented

_core_token =

Undocumented

_core_token_compound =

Undocumented

_keyword_terminator =

Undocumented

_label =

Undocumented

_label_compound =

Undocumented

_nl: str =

Undocumented

_nlws: str =

Undocumented

_number =

Undocumented

_opword: str =

Undocumented

_punct: str =

Undocumented

_space =

Undocumented

_start_label =

Undocumented

_stoken =

Undocumented

_string =

Undocumented

_token =

Undocumented

_token_compound =

Undocumented

_token_terminator =

Undocumented

_variable =

Undocumented

_ws: str =

Undocumented

aliases: list[str] =

Undocumented

filenames: list[str] =

Undocumented

flags =

Undocumented

mimetypes: list[str] =

Undocumented

name: str =

Undocumented

tokens =

Undocumented