module documentation

Lexer for the Monte programming language.

Unknown Field: copyright
Copyright 2006-2021 by the Pygments team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Class ​Monte​Lexer Lexer for the Monte programming language.
Variable ​_constants Undocumented
Variable ​_declarations Undocumented
Variable ​_escape​_pattern Undocumented
Variable ​_guards Undocumented
Variable ​_identifier Undocumented
Variable ​_keywords Undocumented
Variable ​_methods Undocumented
Variable ​_operators Undocumented
Variable _safe​Scope Undocumented
_constants: list[str] =

Undocumented

_declarations: list[str] =

Undocumented

_escape_pattern: str =

Undocumented

_guards: list[str] =

Undocumented

_identifier: str =

Undocumented

_keywords: list[str] =

Undocumented

_methods: list[str] =

Undocumented

_operators: list[str] =

Undocumented

_safeScope: list[str] =

Undocumented