
    |e
                     h    d Z ddl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 dgZ G d de      Zy)z
    pygments.lexers.parasail
    ~~~~~~~~~~~~~~~~~~~~~~~~

    Lexer for ParaSail.

    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    N)
RegexLexerinclude)	TextCommentOperatorKeywordNameStringNumberPunctuationLiteralParaSailLexerc                      e Zd ZdZdZdZdgZddgZdgZe	j                  Zdefd	ej                  fd
ej                   fdej                   fdej$                  fdej&                  fdefdej*                  fdef ed      dej0                  fdefdefdefdefgdej8                  fdej8                  fdej:                  fdej<                  fdej<                  fdej>                  fgdZ y)r   z>
    For ParaSail source code.

    .. versionadded:: 2.1
    ParaSailzhttp://www.parasail-lang.orgparasailz*.psiz*.pslztext/x-parasailz[^\S\n]+z//.*?\nz\b(and|or|xor)=z<\b(and(\s+then)?|or(\s+else)?|xor|rem|mod|(is|not)\s+null)\ba%  \b(abs|abstract|all|block|class|concurrent|const|continue|each|end|exit|extends|exports|forward|func|global|implements|import|in|interface|is|lambda|locked|new|not|null|of|op|optional|private|queued|ref|return|reverse|separate|some|type|until|var|with|if|then|else|elsif|case|for|while|loop)\bz,(abstract\s+)?(interface|class|op|func|type)z"[^"]*"z\\[\'ntrf"0]z#[a-zA-Z]\w*numbersz'[^']'z[a-zA-Z]\w*zx(<==|==>|<=>|\*\*=|<\|=|<<=|>>=|==|!=|=\?|<=|>=|\*\*|<<|>>|=>|:=|\+=|-=|\*=|\|=|\||/=|\+|-|\*|/|\.\.|<\.\.|\.\.<|<\.\.<)z%(<|>|\[|\]|\(|\)|\||:|;|,|.|\{|\}|->)z\n+z#\d[0-9_]*#[0-9a-fA-F][0-9a-fA-F_]*#z0[xX][0-9a-fA-F][0-9a-fA-F_]*z0[bB][01][01_]*z%\d[0-9_]*\.\d[0-9_]*[eE][+-]\d[0-9_]*z\d[0-9_]*\.\d[0-9_]*z	\d[0-9_]*)rootr   N)!__name__
__module____qualname____doc__nameurlaliases	filenames	mimetypesre	MULTILINEflagsr   r   Singler   Wordr   ReservedDeclarationr
   Escaper   r   Charr	   r   r   HexBinFloatIntegertokens     :/usr/lib/python3/dist-packages/pygments/lexers/parasail.pyr   r      sN    D
(ClG'"I"#ILLE $(/#]]:  =  "  fmm,g&I$T")  6TNA!
F 4VZZ@-vzz:,5\\$fll36>>*
G,Fr,   )r   r   pygments.lexerr   r   pygments.tokenr   r   r   r   r	   r
   r   r   r   __all__r   r+   r,   r-   <module>r1      s7    
 .! ! ! 
;J ;r,   