
    ,hk                     d    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y)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                   L   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j0                  f eg de      ej2                  fdedfedz   ej6                  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jD                  fded fgd!Z#y")#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     W/var/www/html/Resume-Scraper/venv/lib/python3.12/site-packages/pygments/lexers/comal.pyr   r      s    D
/C	"G)$IMMME &G+K 'Z )84$w.> %()18  D MTU   	"  &.578?8K8KM   (/	0 26	?
 *7;W=M=MN68$>)4::68#T*

#VZZ($fll3V^^$%E#
J v&--(66"
K*Fr   )r   r   pygments.lexerr   r   pygments.tokenr   r   r   r   r	   r
   r   r   __all__r   r   r   r   <module>r      s7    
 ,   
=: =r   