o
    Rhk                     @   s^   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 dgZG dd deZdS )z
    pygments.lexers.comal
    ~~~~~~~~~~~~~~~~~~~~~

    Lexer for COMAL-80.

    :copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    N)
RegexLexerwords)Comment
WhitespaceOperatorKeywordStringNumberNamePunctuationComal80Lexerc                   @   s"  e Zd ZdZdZdZddgZddgZdZe	j
Zd	Zd
Zdejfdefdefde ejfeg dedejfeg dedejfeg dedejfeg dedejfeg dedejfdedfed ejfed efdejfdejfdejfdej fde!fgdefdej"fded fgd!Z#d"S )#r   z#
    For COMAL-80 source code.
    zCOMAL-80z#https://en.wikipedia.org/wiki/COMALcomalcomal80z*.cmlz*.comal u   \b(?!['\[\]←£\\])u   [a-z]['\[\]←£\\\w]*z//.*\nz\s+u   :[=+-]|\<\>|[-+*/^↑<>=]z(and +then|or +else))	andbitandbitorbitxordivinmodnotor)suffix)?appendatcasechainclosecopycreatecursordatadeletedirdoelifelseendendcaseendifendforendloopendtrapendwhileexecexitfileforgotohandlerifinputletloopmountnullofopen	otherwiseoutputpagepasspokeprintrandomreadrepeatreportreturnrenamerestoreselectstepstopsysthentotrapunitzunit$untilusingwhenwhilewritezone)
closeddimendfuncendprocexternalfuncimportprocrefuse)absatnzchr$coseodeoferrerrfileerrtextescexpintzkey$lenlogordpeek	randomizerndsgnsinzspc$sqrzstatus$zstr$tabtantimeval)falsepitrue"stringz:(?=[ \n/])z[$#]?z%[01]+z\$[0-9a-f]+z\d*\.\d*(e[-+]?\d+)?z\d+z[(),:;]z[^"]+z"[0-9]*"z#pop)rootr~   N)$__name__
__module____qualname____doc__nameurlaliases	filenamesversion_addedre
IGNORECASEflags_suffix_identifierr   Singler   r   Wordr   r   ReservedDeclarationr
   BuiltinConstantr   Labelr	   BinHexFloatIntegerr   Escapetokens r   r   W/home/air/sanwanet/backup_V2/venv/lib/python3.10/site-packages/pygments/lexers/comal.pyr      sb    	

%
)r   r   pygments.lexerr   r   pygments.tokenr   r   r   r   r   r	   r
   r   __all__r   r   r   r   r   <module>   s    
(