Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
pip._vendor.pygments.scanner Namespace Reference

Data Structures

class  EndOfText
 
class  Scanner
 

Detailed Description

    pygments.scanner
    ~~~~~~~~~~~~~~~~

    This library implements a regex based scanner. Some languages
    like Pascal are easy to parse but have some keywords that
    depend on the context. Because of this it's impossible to lex
    that just by using a regular expression lexer like the
    `RegexLexer`.

    Have a look at the `DelphiLexer` to get an idea of how to use
    this scanner.

    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.