o
    \hŸ
  ã                   @   sb   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„ deƒZdS )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                   @   sØ   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j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!dS ) 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© r*   r*   ú[/home/air/segue/gemini/backup/venv/lib/python3.10/site-packages/pygments/lexers/parasail.pyr      sZ    þùÿýÿà#ÿù
Ý)r   r   Úpygments.lexerr   r   Úpygments.tokenr   r   r   r   r   r	   r
   r   r   Ú__all__r   r*   r*   r*   r+   Ú<module>   s    
,