Ë
    „¶Ae  ã                   ó˜   — d Z ddlmZ ddlmZmZmZ ddlmZm	Z	 ddl
mZmZmZmZmZmZmZmZmZmZ ddl
mZmZmZmZmZmZmZ ddlmZ y	)
a'  
The Plex module provides lexical analysers with similar capabilities
to GNU Flex. The following classes and functions are exported;
see the attached docstrings for more information.

   Scanner          For scanning a character stream under the
                    direction of a Lexicon.

   Lexicon          For constructing a lexical definition
                    to be used by a Scanner.

   Str, Any, AnyBut, AnyChar, Seq, Alt, Opt, Rep, Rep1,
   Bol, Eol, Eof, Empty

                    Regular expression constructors, for building pattern
                    definitions for a Lexicon.

   State            For defining scanner states when creating a
                    Lexicon.

   TEXT, IGNORE, Begin

                    Actions for associating with patterns when
        creating a Lexicon.
é    )Úabsolute_importé   )ÚTEXTÚIGNOREÚBegin)ÚLexiconÚState)
ÚREÚSeqÚAltÚRep1ÚEmptyÚStrÚAnyÚAnyButÚAnyCharÚRange)ÚOptÚRepÚBolÚEolÚEofÚCaseÚNoCase)ÚScannerN)Ú__doc__Ú
__future__r   ÚActionsr   r   r   ÚLexiconsr   r	   ÚRegexpsr
   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   ÚScannersr   © ó    ú4lib/python3.12/site-packages/Cython/Plex/__init__.pyú<module>r%      s-   ðñõ4 'ç (Ñ (ß $ß P× P× Pß :× :Ñ :Þ r#   