
    ,h
                     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-2025 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d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j2                  fdefdefdefdefgdej:                  fdej:                  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.
    ParaSailzhttp://www.parasail-lang.orgparasailz*.psiz*.pslztext/x-parasailz2.1z[^\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version_addedre	MULTILINEflagsr   r   Singler   Wordr   ReservedDeclarationr
   Escaper   r   Charr	   r   r   HexBinFloatIntegertokens     Z/var/www/html/Resume-Scraper/venv/lib/python3.12/site-packages/pygments/lexers/parasail.pyr   r      sS    D
(ClG'"I"#IM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>r2      s7    
 .! ! ! 
:J :r-   