a
    b                     @   s   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 d	S )
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   ZActionsr   r   r   ZLexiconsr   r   ZRegexpsr	   r
   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   ZScannersr    r   r   d/Users/vegardjervell/Documents/master/model/venv/lib/python3.9/site-packages/Cython/Plex/__init__.py<module>   s   0$