
    Mhk                     l    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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                      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z   ej        f eg de          ej        f eg de          ej        f eg de          ej        f eg de          ej        f eg de          ej        fdedfedz   ej        fedz   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     U/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/pygments/lexers/comal.pyr   r      s         D
/C	"G)$IMME &G+K 'Z )84$w.>U   %( ( ()18 U D D D MTU U U  	" U & & &.57 7 78?8KM U    (/	0 0 0 26	?
 U***7;;;W=MN68$>)4:68#T*
#VZ($fl3V^$%E#
J v&-(66"
K* *FFFr   )r   r   pygments.lexerr   r   pygments.tokenr   r   r   r   r	   r
   r   r   __all__r   r   r   r   <module>r      s     
			 , , , , , , , ,                    
= = = = =: = = = = =r   