403Webshell
Server IP : 127.0.0.1  /  Your IP : 216.73.216.109
Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10
System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64
User : SERVERWEB ( 0)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  C:/cygwin64/lib/python3.9/site-packages/pygments/lexers/__pycache__/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : C:/cygwin64/lib/python3.9/site-packages/pygments/lexers/__pycache__/esoteric.cpython-39.pyc
a

SҼa�'�@s�dZddlmZmZmZddlmZmZmZm	Z	m
Z
mZmZm
Z
mZddlZgd�ZGdd�de�ZGdd	�d	e�ZGd
d�de�ZGdd
�d
e�ZGdd�de�ZGdd�de�ZdS)z�
    pygments.lexers.esoteric
    ~~~~~~~~~~~~~~~~~~~~~~~~

    Lexers for esoteric languages.

    :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
�)�
RegexLexer�include�words)	�Text�Comment�Operator�Keyword�Name�String�Number�Punctuation�ErrorN)�BrainfuckLexer�BefungeLexer�RedcodeLexer�CAmkESLexer�
CapDLLexer�
AheuiLexerc@s�eZdZdZdZddgZddgZdgZdej	fd	ej
fd
ejfdefgde
d
fdefed�gde
dfde
dfed�gd�Zdd�ZdS)rze
    Lexer for the esoteric `BrainFuck <http://www.muppetlabs.com/~breadbox/bf/>`_
    language.
    Z	BrainfuckZ	brainfuckZbfz*.bfz*.bzapplication/x-brainfuckz[.,]+z[+-]+z[<>]+z[^.,+\-<>\[\]]+z\[�loopz\]�commonz#pushz#pop)r�rootrcCs�d}d}tdt|��}|d|�D]4}|dks6|dkr>|d7}|dksN|dkr"|d7}q"|d	|krhd
S|d	|krxd
Sd}d|vr�|d7}|S)
z]It's safe to assume that a program which mostly consists of + -
        and < > is brainfuck.r�N�+�-��<�>g�?g�?z[-]g�?)�max�len)�textZplus_minus_countZgreater_less_countZrange_to_check�c�result�r"�</usr/lib/python3.9/site-packages/pygments/lexers/esoteric.py�analyse_text4s 
zBrainfuckLexer.analyse_textN)�__name__�
__module__�__qualname__�__doc__�name�aliases�	filenames�	mimetypesr	�Tag�Builtin�Variablerrr
r�tokensr$r"r"r"r#rs(����rc@s�eZdZdZdZdgZdgZdgZddefde	fd	e
jfd
e
jfde
fde
jfd
ejfdejfdefde
fdefdefgiZdS)rz{
    Lexer for the esoteric `Befunge <http://en.wikipedia.org/wiki/Befunge>`_
    language.

    .. versionadded:: 0.7
    ZBefungeZbefungez	*.befungezapplication/x-befungerz[0-9a-f]z	[+*/%!`-]z[<>^v?\[\]rxjk]z	[:\\$.,n]z[|_mw]z[{}]z".*?"z\'.z[#;]z
[pg&~=@iotsy]z[()A-Z]�\s+N)r%r&r'r(r)r*r+r,rrr	r/r.rr-r
�Double�Singlerrr0r"r"r"r#rNs(��rc@s�eZdZdZdZddgZddgZddejfd	e	fd
efdefde
fd
efeddd�e
feddd�e
jfde
jfeddd�e
jfdejfdejfdejfdefdejfdefdejfdefgiZdS)rz�
    Basic lexer for the input language for the
    `CAmkES <https://sel4.systems/CAmkES/>`_ component platform.

    .. versionadded:: 2.1
    ZCAmkESZcamkesZidl4z*.camkesz*.idl4r�	^\s*#.*\nr1�/\*(.|\n)*?\*/z//.*\nz
[\[(){},.;\]]z[~!%^&*+=|?:<>/-])"ZassemblyZ	attributeZ	componentZcompositionZ
configurationZ
connectionZ	connectorZconsumesZcontrolZdataportZDataportZ	DataportsZemitsZevent�EventZEventsZexport�from�groupZhardwareZhasZ	interfaceZ	Interface�maybeZ	procedureZ	ProcedureZ
ProceduresZprovides�template�thread�threads�toZuses�with�\b��suffix)�boolZbooleanZBuf�char�	characterZdouble�float�inZinout�intZint16_6Zint32_tZint64_tZint8_tZintegerZmutex�out�realZrefinZ	semaphoreZsigned�string�structZuint16_tZuint32_tZuint64_tZuint8_tZ	uintptr_tZunsignedZvoidz%[a-zA-Z_]\w*_(priority|domain|buffer))Zdma_poolZfrom_accessZ	to_accesszimport\s+(<[^>]*>|"[^"]*");zinclude\s+(<[^>]*>|"[^"]*");�0[xX][\da-fA-F]+z-?[\d]+z-?[\d]+\.[\d]+z"[^"]*"z[Tt]rue|[Ff]alsez[a-zA-Z_]\w*N)r%r&r'r(r)r*r+r�Preprocrrrrr�Type�Reservedr�HexZFloatr
r	r.r0r"r"r"r#rlsF��	��	
���rc@s�eZdZdZdZdgZdgZddejfde	fdefd	efd
e
fde
fedd
d�efedd
d�ej
fedd
d�ejfdejfdefedd
d�efedd
d�efdefgiZdS)ra=
    Basic lexer for
    `CapDL <https://ssrg.nicta.com.au/publications/nictaabstracts/Kuz_KLW_10.abstract.pml>`_.

    The source of the primary tool that reads such specifications is available
    at https://github.com/seL4/capdl/tree/master/capDL-tool. Note that this
    lexer only supports a subset of the grammar. For example, identifiers can
    shadow type names, but these instances are currently incorrectly
    highlighted as types. Supporting this would need a stateful lexer that is
    considered unnecessarily complex for now.

    .. versionadded:: 2.2
    ZCapDLZcapdlz*.cdlrr4r1r5z(//|--).*\nz[<>\[(){},:;=\]]z\.\.)ZarchZarm11ZcapsZchild_ofZia32Zirq�mapsZobjectsr?r@)ZaepZ	asid_poolZcnodeZep�frameZ	io_deviceZio_portsZio_ptZnotification�pd�ptZtcb�utZvcpu)ZasidZaddrZbadge�cachedZdomZdomainIDZelfZfault_ep�GZguardZ
guard_size�initZipZprio�sp�RZRGZRXZRWZRWGZRWX�WZWGZWX�levelZmaskedZmaster_replyZpaddrZportsZreplyZuncachedrLz\d+(\.\d+)?(k|M)?)�bits)ZcspaceZvspaceZ
reply_slotZcaller_slotZipc_buffer_slotz[a-zA-Z_][-@\.\w]*N)r%r&r'r(r)r*r+rrMrrrrrNrOrrPr	r0r"r"r"r#r�sJ
����������rc@s�eZdZdZdZdgZdgZdZdZdde	fd	e
jfd
d�e�e
jfd
d�e�e
jfde
fd
efdefdefdejfg	iZdS)rz�
    A simple Redcode lexer based on ICWS'94.
    Contributed by Adam Blinkinsop <blinks@acm.org>.

    .. versionadded:: 0.8
    ZRedcodeZredcodez*.cw)ZDATZMOVZADDZSUBZMULZDIVZMODZJMPZJMZZJMNZDJNZCMPZSLTZSPLZORGZEQUZEND)�A�BZABZBA�F�X�Irr1z;.*$z\b(%s)\b�|z[A-Za-z_]\w+z[-+*/%]z[#$@<>]z[.,]z[-+]?\d+N)r%r&r'r(r)r*r+Zopcodes�	modifiersrrr3�joinr	ZFunctionZ	DecoratorrrrZIntegerr0r"r"r"r#r�s$��rc@s4eZdZdZdZdgZdgZddefdefgiZ	dS)	rz|
    Aheui_ Lexer.

    Aheui_ is esoteric language based on Korean alphabets.

    .. _Aheui: http://aheui.github.io/

    ZAheuiZaheuiz*.aheuiru�[나-낳냐-냫너-넣녀-녛노-놓뇨-눟뉴-닇다-닿댜-댷더-덯뎌-뎧도-돟됴-둫듀-딓따-땋땨-떃떠-떻뗘-뗳또-똫뚀-뚷뜌-띟라-랗랴-럏러-렇려-렿로-롷료-뤃류-릫마-맣먀-먛머-멓며-몋모-뫃묘-뭏뮤-믷바-밯뱌-뱧버-벟벼-볗보-봏뵤-붛뷰-빃빠-빻뺘-뺳뻐-뻫뼈-뼣뽀-뽛뾰-뿧쀼-삏사-샇샤-샿서-섷셔-셯소-솧쇼-숳슈-싛싸-쌓쌰-썋써-쎃쎠-쎻쏘-쏳쑈-쑿쓔-씧자-잫쟈-쟣저-젛져-졓조-좋죠-줗쥬-즿차-챃챠-챻처-첳쳐-쳫초-촣쵸-춯츄-칗카-캏캬-컇커-컿켜-켷코-콯쿄-쿻큐-킣타-탛탸-턓터-텋텨-톃토-톻툐-퉇튜-틯파-팧퍄-퍟퍼-펗펴-폏포-퐇표-풓퓨-픻하-핳햐-햫허-헣혀-혛호-홓효-훟휴-힇]�.N)
r%r&r'r(r)r*r+rrr0r"r"r"r#rs	���r)r(Zpygments.lexerrrrZpygments.tokenrrrrr	r
rrr
�re�__all__rrrrrrr"r"r"r#�<module>s
,9A;$

Youez - 2016 - github.com/yon3zu
LinuXploit