| 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 : |
a
SҼa� � @ sZ d Z ddlmZmZmZ ddlmZmZmZm Z m
Z
mZmZm
Z
dgZG dd� de�ZdS )z�
pygments.lexers.j
~~~~~~~~~~~~~~~~~
Lexer for the J programming language.
:copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
� )�
RegexLexer�words�include)�Comment�Keyword�Name�Number�Operator�Punctuation�String�Text�JLexerc @ s� e Zd ZdZdZdgZdgZdgZdZde j
fde jfd e jd
fde jfde
fd
edfdejdfdejdfeded d�ejfeddd�ejfeejfed�ejfdefdefdejfdejfdejfdedfed�gd e jfd!e jd"fd#e jfgd$ejfed%�d efd!ejd"fd#efgd&efd'efd(ejfd)ejjfd*ejfgd efd!ejd"fd#efgd+ed"fed�ed%�gd,efd-efd
ed"fgd.�Z d/S )0r
zR
For `J <http://jsoftware.com/>`_ source code.
.. versionadded:: 2.1
�J�jz*.ijsztext/x-jz
\b[a-zA-Z]\w*z#!.*$zNB\..*z
\n+\s*Note�commentz \s*Note.*z\s+�'�singlequotez0\s+:\s*0|noun\s+define\s*$�nounDefinitionzD(([1-4]|13)\s+:\s*0|(adverb|conjunction|dyad|monad|verb)\s+define)\b�explicitDefinition)Zfor_Zgoto_Zlabel_z\.)�suffix)�assert�breakZcaseZcatchZcatchdZcatcht�continueZdo�elseZelseif�endZfcase�for�if�returnZselect�throw�try�whileZwhilst)TZARGVZCRZCRLFZDELZDebugZEAVZEMPTYZFFZJVERSIONZLFZLF2ZNoteZTABZalpha17Zalpha27ZapplyZbindZboxopenZboxxopen�bx�clearZcutLFZcutopenZdatatype�defZdfhZdropZeachZecho�emptyZeraseZeveryZevtloop�exit�expandZfetchZfile2urlZ fixdotdotZfliprgbZgetargs�getenvZhfd�invZinverseZiospath�isattyZisutf8�itemsZleaf�listZ nameclassZnamelist�namesZnc�nlZonZpickZrowsZscriptZscriptd�signZsminfoZsmoutput�sort�split�stderr�stdin�stdout�tableZtakeZ
timespacexZtimexZtmoutputZtoCRLFZtoHOSTZtoJ�tolowerZtoupper�typeZucpZucpcountZusleep�utf8Zuucpz=[.:]z![-=+*#$%@!~`^&";:.,<>{}\[\]\\|/?]z[abCdDeEfHiIjLMoprtT]\.z[aDiLpqsStux]\:z
(_[0-9])\:z\(�parentheses�numbersz[^)]z^\)z#popz[)]z\b[nmuvxy]\b�rootz
\b_{1,2}\bz)_?\d+(\.\d+)?(\s*[ejr]\s*)_?\d+(\.?=\d+)?z_?\d+\.(?=\d+)z_?\d+xz_?\d+z\)z[^']z'')r: r r r9 r r8 r N)!�__name__�
__module__�__qualname__�__doc__�name�aliases� filenamesZ mimetypesZ validNamer ZPreproc�SingleZ Multiliner r r ZEntityZFunctionr ZLabelZVariabler r ZReservedZConstantr
r Z Decoratorr ZFloatZIntegerZLong�tokens� rD rD �5/usr/lib/python3.9/site-packages/pygments/lexers/j.pyr
s~
�����I
�
�
�
����N)r>