Your IP : 216.73.216.61


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__/oberon.cpython-37.pyc

B

̽�\��@sbdZddlZddlmZmZmZddlmZmZm	Z	m
Z
mZmZm
Z
mZdgZGdd�de�ZdS)z�
    pygments.lexers.oberon
    ~~~~~~~~~~~~~~~~~~~~~~

    Lexers for Oberon family languages.

    :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
�N)�
RegexLexer�include�words)�Text�Comment�Operator�Keyword�Name�String�Number�Punctuation�ComponentPascalLexerc@s0eZdZdZdZddgZddgZdgZej	ej
BZed�ed	�ed
�ed�ed�ed
�ed�ed�gde
fde
fgdejfgdefgdejfdejfdejfdejfdejfgdefdefgdefdefdefdefdefd efd!efd"efd#efg	d$efged%d&d'�ejfed(d&d'�ejfd)ejfgd*�	Zd+S),r
zp
    For `Component Pascal <http://www.oberon.ch/pdf/CP-Lang.pdf>`_ source code.

    .. versionadded:: 2.1
    zComponent PascalZcomponentpascalZcpz*.cpz*.cpsztext/x-component-pascal�
whitespace�comments�punctuation�numliterals�strings�	operators�builtins�identifiersz\n+z\s+z\(\*([^$].*?)\*\)z[()\[\]{},.:;|]z[0-9A-F]+X\bz[0-9A-F]+[HL]\bz[0-9]+\.[0-9]+E[+-][0-9]+z[0-9]+\.[0-9]+z[0-9]+z	'[^\n']*'z	"[^\n"]*"z[+-]z[*/]z[=#<>]z\^�&�~z:=z\.\.z\$z([a-zA-Z_$][\w$]*))ZANYPTRZANYRECZBOOLEANZBYTEZCHARZINTEGERZLONGINTZREALZSET�	SHORTCHAR�SHORTINTZ	SHORTREALz\b)�suffix)>ZABSZABSTRACT�ARRAYZASH�ASSERTZBEGINZBITSZBYZCAPZCASEZCHRZCLOSEZCONSTZDECZDIVZDO�ELSEZELSIFZEMPTYZENDZENTIERZEXCLZEXITZ
EXTENSIBLEZFORZHALTZIFZIMPORT�INZINCZINCLZISZLENZLIMITEDZLONGZLOOP�MAXZMINZMOD�MODULEZNEWZODDZOF�ORZORDZOUT�POINTERZ	PROCEDUREZRECORD�REPEATZRETURNZSHORTrrZSIZEZTHENZTYPEZTOZUNTILZVARZWHILEZWITHz(TRUE|FALSE|NIL|INF)\b)	�rootrrrrrrrrN)�__name__�
__module__�__qualname__�__doc__�name�aliases�	filenamesZ	mimetypes�re�	MULTILINE�DOTALL�flagsrrrZ	MultilinerrZHexZFloatZIntegerr
rr	rrZTypeZReservedZConstant�tokens�r1r1�G/opt/alt/python37/lib/python3.7/site-packages/pygments/lexers/oberon.pyr
sT

)r(r,Zpygments.lexerrrrZpygments.tokenrrrrr	r
rr�__all__r
r1r1r1r2�<module>
s
(