Your IP : 216.73.216.213


Current Path : /opt/alt/python37/lib/python3.7/site-packages/pygments/lexers/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib/python3.7/site-packages/pygments/lexers/__pycache__/ooc.cpython-37.pyc

B

ɽ�\��@sZdZddlmZmZmZddlmZmZmZm	Z	m
Z
mZmZm
Z
dgZGdd�de�ZdS)z�
    pygments.lexers.ooc
    ~~~~~~~~~~~~~~~~~~~

    Lexers for the Ooc language.

    :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
�)�
RegexLexer�bygroups�words)�Text�Comment�Operator�Keyword�Name�String�Number�Punctuation�OocLexerc@s,eZdZdZdZdgZdgZdgZedddd�e	fd	e	d
fde
e	ee	eej
�fde
e	eej�fd
e	fdefdejfdefde
eeej�fdejfdej
fde
eje�fdejfdefdejfdejfdejfdejfdejfdejfdejfdefdefd efd!efgd"efd#efd$efd%ed&fgd'�Zd(S))r
zR
    For `Ooc <http://ooc-lang.org/>`_ source code

    .. versionadded:: 1.2
    ZOocZoocz*.oocz
text/x-ooc)#�classZ	interfaceZ	implementZabstractZextends�from�this�super�new�const�final�static�importZuse�extern�inline�proto�break�continueZfallthrough�operator�if�else�for�whileZdo�switchZcase�as�in�version�return�true�falseZnullz\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
[:(){}\[\];,]z0x[0-9a-fA-F]+z0c[0-9]+z0b[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)�rootr*N)�__name__�
__module__�__qualname__�__doc__�name�aliases�	filenamesZ	mimetypesrrrrr	ZClassZFunctionrZ	MultilinerZConstant�VariablerrZHex�Oct�BinZFloatZDecimalr
�DoubleZChar�tokens�r:r:�D/opt/alt/python37/lib/python3.7/site-packages/pygments/lexers/ooc.pyr
sXN)r1Zpygments.lexerrrrZpygments.tokenrrrrr	r
rr�__all__r
r:r:r:r;�<module>
s(