3

V'íc¦ã@sZdZddlmZmZmZddlmZmZmZm	Z	m
Z
mZmZm
Z
dgZGdd„deƒZdS)zÇ
    pygments.lexers.ooc
    ~~~~~~~~~~~~~~~~~~~

    Lexers for the Ooc language.

    :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
é)Ú
RegexLexerÚbygroupsÚwords)ÚTextÚCommentÚOperatorÚKeywordÚNameÚStringÚNumberÚPunctuationÚOocLexerc$@s0eZdZdZdZdZdgZdgZdgZe	dLd*d*d+e
fd,e
d-fd.ee
ee
ee
jƒfd/ee
ee
jƒfd0e
fd1efd2ejfd3efd4eeee
jƒfd5e
jfd6e
jfd7ee
jeƒfd8e
jfd9efd:ejfd;ejfd<ejfd=ejfd>ejfd?ejfd@ejfdAefdBefdCefdDefgdEe
fdFefdGefdHedIfgdJœZdKS)Mr
z8
    For Ooc source code

    .. versionadded:: 1.2
    ZOoczhttp://ooc-lang.org/Zoocz*.oocz
text/x-oocÚ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
[:(){}\[\];,]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)Úrootr3N)#rrrrrrrrrrrrrrrrrrr r!r"r#r$r%r&r'r(r)r*r+r,r-r.r/r0) Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚnameÚurlÚaliasesÚ	filenamesÚ	mimetypesrrrrr	ZClassZFunctionrZ	MultilinerÚConstantÚVariablerrZHexÚOctZBinZFloatÚDecimalr
ÚDoubleZCharÚtokens©rFrFú7/tmp/pip-build-gk9425m9/Pygments/pygments/lexers/ooc.pyr
sb
N)r:Zpygments.lexerrrrZpygments.tokenrrrrr	r
rrÚ__all__r
rFrFrFrGÚ<module>	s(