o
    \h                     @   sZ   d Z ddlmZ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.ooc
    ~~~~~~~~~~~~~~~~~~~

    Lexers for the Ooc language.

    :copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    )
RegexLexerbygroupswords)TextCommentOperatorKeywordNameStringNumberPunctuationOocLexerc                   @   s4  e Zd ZdZdZdZdgZdgZdgZdZ	e
dd	d	d
efdedfdeeeeeejfdeeeejfdefdefdejfdefdeeeejfdejfdejfdeejefdejf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jfdejfd efd!efd"efd#efgd$efd%efd&efd'ed(fgd)Z d*S )+r   z
    For Ooc source code
    Ooczhttps://ooc-lang.github.io/oocz*.oocz
text/x-oocz1.2)#class	interface	implementabstractextendsfromthissupernewconstfinalstaticimportuseexterninlineprotobreakcontinuefallthroughoperatorifelseforwhiledoswitchcaseasinversionreturntruefalsenullz\b)prefixsuffixz	include\bincludez'(cover)([ \t]+)(from)([ \t]+)(\w+[*@]?)z#(func)((?:[ \t]|\\\n)+)(~[a-z_]\w*)z\bfunc\bz//.*z(?s)/\*.*?\*/zN(==?|\+=?|-[=>]?|\*=?|/=?|:=|!=?|%=?|\?|>{1,3}=?|<{1,3}=?|\.\.|&&?|\|\|?|\^=?)z(\.)([ \t]*)([a-z]\w*)z[A-Z][A-Z0-9_]+z[A-Z]\w*([@*]|\[[ \t]*\])?z/([a-z]\w*(?:~[a-z]\w*)?)((?:[ \t]|\\\n)*)(?=\()z[a-z]\w*z[:(){}\[\];,]z0x[0-9a-fA-F]+z0c[0-9]+z0b[01]+z[0-9_]\.[0-9_]*(?!\.)z[0-9_]+z2"(?:\\.|\\[0-7]{1,3}|\\x[a-fA-F0-9]{1,2}|[^\\"])*"z4'(?:\\.|\\[0-9]{1,3}|\\x[a-fA-F0-9]{1,2}|[^\\\'\n])'@z\.z	\\[ \t\n]z[ \t]+z[\w/]+,z[ \t]z[;\n]z#pop)rootr5   N)!__name__
__module____qualname____doc__nameurlaliases	filenames	mimetypesversion_addedr   r   r   r   r	   ClassFunctionr   	Multiliner   ConstantVariabler   r   HexOctBinFloatDecimalr
   DoubleChartokens rP   rP   V/home/air/segue/gemini/backup/venv/lib/python3.10/site-packages/pygments/lexers/ooc.pyr      st    
1
N)r<   pygments.lexerr   r   r   pygments.tokenr   r   r   r   r	   r
   r   r   __all__r   rP   rP   rP   rQ   <module>   s
    
(