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__/apl.cpython-37.opt-1.pyc

B

˽�\f�@sRdZddlmZddlmZmZmZmZmZm	Z	m
Z
mZdgZGdd�de�Z
dS)z�
    pygments.lexers.apl
    ~~~~~~~~~~~~~~~~~~~

    Lexers for APL.

    :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
�)�
RegexLexer)�Text�Comment�Operator�Keyword�Name�String�Number�Punctuation�APLLexerc@s�eZdZdZdZdgZdgZddefdej	fde
j	fd	e
jfd
efde
j
fdejfd
ejfdefdejfdefdejfdejjfdejfdejjfdejfgiZdS)rz8
    A simple APL lexer.

    .. versionadded:: 2.0
    ZAPLZaplz*.apl�rootz\s+u	[⍝#].*$z\'((\'\')|[^\'])*\'z"(("")|[^"])*"u
[⋄◇()]z[\[\];]u*⎕[A-Za-zΔ∆⍙][A-Za-zΔ∆⍙_¯0-9]*u'[A-Za-zΔ∆⍙][A-Za-zΔ∆⍙_¯0-9]*u�¯?(0[Xx][0-9A-Fa-f]+|[0-9]*\.?[0-9]+([Ee][+¯]?[0-9]+)?|¯|∞)([Jj]¯?(0[Xx][0-9A-Fa-f]+|[0-9]*\.?[0-9]+([Ee][+¯]?[0-9]+)?|¯|∞))?u[\.\\\/⌿⍀¨⍣⍨⍠⍤∘]u�[+\-×÷⌈⌊∣|⍳?*⍟○!⌹<≤=>≥≠≡≢∊⍷∪∩~∨∧⍱⍲⍴,⍪⌽⊖⍉↑↓⊂⊃⌷⍋⍒⊤⊥⍕⍎⊣⊢⍁⍂≈⌸⍯↗]u⍬u[⎕⍞]u[←→]u[⍺⍵⍶⍹∇:]z[{}]N)�__name__�
__module__�__qualname__�__doc__�name�aliases�	filenamesrr�Singler�Doubler
ZRegexrZFunctionZVariabler	Z	AttributerZConstantZGlobalrZDeclarationZBuiltinZPseudoZType�tokens�rr�D/opt/alt/python37/lib/python3.7/site-packages/pygments/lexers/apl.pyrs.


N)rZpygments.lexerrZpygments.tokenrrrrrrr	r
�__all__rrrrr�<module>
s(