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__/lisp.cpython-39.opt-1.pyc
a

SҼaO(�@sdZddlZddlmZmZmZmZmZddlm	Z	m
Z
mZmZm
Z
mZmZmZmZmZddlmZgd�ZGdd�de�ZGd	d
�d
e�ZGdd�de�ZGd
d�de�ZGdd�de�ZGdd�de�ZGdd�de�ZGdd�de�ZGdd�de�ZGdd�de�ZdS)z�
    pygments.lexers.lisp
    ~~~~~~~~~~~~~~~~~~~~

    Lexers for Lispy languages.

    :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
�N)�
RegexLexer�include�bygroups�words�default)
�Text�Comment�Operator�Keyword�Name�String�Number�Punctuation�Literal�Error)�PythonLexer)
�SchemeLexer�CommonLispLexer�HyLexer�RacketLexer�NewLispLexer�EmacsLispLexer�	ShenLexer�	CPSALexer�XtlangLexer�FennelLexerc@sJeZdZdZdZddgZddgZddgZd	Zd
Z	dZ
dejfd
ej
dfdedfdefdefdejfdejfdefde
ejfdejfdejfdefdd�dd�eD��efde
ejfde
ejfd d�d!d�e	D��ejfd"e
ejfe
ejfd#efd$efgd
ej
d%fd&ej
d'fd(ej
fd)ej
fgd*ed%fd+ed'fd,efgd-�Zd.S)/ra�
    A Scheme lexer, parsing a stream and outputting the tokens
    needed to highlight scheme code.
    This lexer could be most probably easily subclassed to parse
    other LISP-Dialects like Common Lisp, Emacs Lisp or AutoLisp.

    This parser is checked with pastes from the LISP pastebin
    at http://paste.lisp.org/ to cover as much syntax as possible.

    It supports the full Scheme syntax as defined in R5RS.

    .. versionadded:: 0.6
    ZScheme�schemeZscmz*.scmz*.ssz
text/x-schemezapplication/x-scheme)�lambda�define�if�else�cond�and�or�case�let�let*�letrec�begin�do�delay�set!�=>�quote�
quasiquote�unquote�unquote-splicing�
define-syntax�
let-syntax�
letrec-syntax�syntax-rules)��*�+�-�/�<�<=�=�>�>=�abs�acos�angle�append�apply�asin�assoc�assq�assv�atan�boolean?�caaaar�caaadr�caaar�caadar�caaddr�caadr�caar�cadaar�cadadr�cadar�caddar�cadddr�caddr�cadr�call-with-current-continuation�call-with-input-file�call-with-output-file�call-with-values�call/cc�car�cdaaar�cdaadr�cdaar�cdadar�cdaddr�cdadr�cdar�cddaar�cddadr�cddar�cdddar�cddddr�cdddr�cddr�cdr�ceiling�
char->integer�char-alphabetic?�
char-ci<=?�	char-ci<?�	char-ci=?�
char-ci>=?�	char-ci>?�
char-downcase�char-lower-case?�
char-numeric?�char-ready?�char-upcase�char-upper-case?�char-whitespace?�char<=?�char<?�char=?�char>=?�char>?�char?�close-input-port�close-output-port�complex?�cons�cos�current-input-port�current-output-port�denominator�display�dynamic-wind�eof-object?�eq?�equal?�eqv?�eval�even?�exact->inexact�exact?�exp�expt�floor�for-each�force�gcd�	imag-part�inexact->exact�inexact?�input-port?�
integer->char�integer?�interaction-environment�lcm�length�list�list->string�list->vector�list-ref�	list-tail�list?�load�log�	magnitude�
make-polar�make-rectangular�make-string�make-vector�map�max�member�memq�memv�min�modulo�	negative?�newline�not�null-environment�null?�number->string�number?�	numerator�odd?�open-input-file�open-output-file�output-port?�pair?�	peek-char�port?�	positive?�
procedure?�quotient�	rational?�rationalize�read�	read-char�	real-part�real?�	remainder�reverse�round�scheme-report-environment�set-car!�set-cdr!�sin�sqrt�string�string->list�string->number�string->symbol�
string-append�string-ci<=?�string-ci<?�string-ci=?�string-ci>=?�string-ci>?�string-copy�string-fill!�
string-length�
string-ref�string-set!�	string<=?�string<?�string=?�	string>=?�string>?�string?�	substring�symbol->string�symbol?�tan�transcript-off�
transcript-on�truncate�values�vector�vector->list�vector-fill!�
vector-length�
vector-ref�vector-set!�vector?�with-input-from-file�with-output-to-file�write�
write-char�zero?�[\w!$%&*+,/:<=>?@^~|-]+�;.*$�#\|�multiline-commentz#;\s*\(�commented-formz#!r6rs�\s+�
-?\d+\.\d+�-?\d+�"(\\\\|\\[^\\]|[^"\\])*"�'�'#\\([()/'\"._!§$%& ?=+-]|[a-zA-Z0-9]+)�(#t|#f)�('|#|`|,@|,|\.)z(%s)�|ccs|]}t�|�dVqdS�� N��re�escape��.0�entry�r�8/usr/lib/python3.9/site-packages/pygments/lexers/lisp.py�	<genexpr>��zSchemeLexer.<genexpr>�(?<='\()�(?<=#\()z(?<=\()(%s)ccs|]}t�|�dVqdSr
rrrrrr�r�(?<=\()�(\(|\))�(\[|\])�#push�\|#�#pop�[^|#]+�[|#]�\(�\)�[^()]+)�rootrrN)�__name__�
__module__�__qualname__�__doc__�name�aliases�	filenames�	mimetypes�keywords�builtins�
valid_namer�Single�	Multilinerr
�Float�Integerr�Symbol�Charr�Constantr	�joinr
�Variable�Builtin�Functionr�tokensrrrrrsV
,
���8

���rc,@s0eZdZdZdZgd�ZddgZdgZej	ej
BZdZedZ
d	Zd
ee
fZdd�Zd
d�Zed�gdejdfdejdfdejfdejfgdejdfdejdfdejfgdefdejfdejdfdejfdefdeejfdeejfd eejfd!eejfd!efd"efd#eejfd$eefd%eejfd&eejfd'eejfd(edfd)e j!fd*eejfd+efd,e"j#fd-ej$fd.ej%fd/ej&fd0efd1e'ee(�dfd2e'e j!e(�dfd3e'e j!e(�dfd4e j!fd5efd6efd7ed8ejd9fd:efd;efd<ee"j)fd=ed=e"j*j+fee"j*fde(dfde(dfg'd>�Z,d?S)@rz9
    A Common Lisp lexer.

    .. versionadded:: 0.9
    zCommon Lisp)zcommon-lispZclZlispz*.clz*.lispztext/x-common-lispz\\.|[\w!$%&*+-/<=>?@\[\]^{}~]�|[#.:]z(?=[ "()\'\n,;`])z(\|[^|]+\||(?:%s)(?:%s)*)c	Ksdddlm}m}m}m}m}m}m}||_||_	||_
||_||_||_
||_tj|fi|��dS)Nr)�BUILTIN_FUNCTIONS�
SPECIAL_FORMS�MACROS�LAMBDA_LIST_KEYWORDS�DECLARATIONS�
BUILTIN_TYPES�BUILTIN_CLASSES)Zpygments.lexers._cl_builtinsr?r@rArBrCrDrE�builtin_function�
special_forms�macros�lambda_list_keywords�declarations�
builtin_types�builtin_classesr�__init__)	�self�optionsr?r@rArBrCrDrErrrrM�s$zCommonLispLexer.__init__ccs�dg}t�|||�D]�\}}}|tjur�||jvrB|tj|fVq||jvrZ|t|fVq||jvrt|tj|fVq||j	vr�|t|fVq||j
vr�|t|fVq||jvr�|tj|fVq||j
vr�|tj|fVq|||fVqdS�Nr&)r�get_tokens_unprocessedrr:rFr;rGr
rHrIrJrK�TyperL�Class�rN�text�stack�index�token�valuerrrrQ�s2







z&CommonLispLexer.get_tokens_unprocessed�bodyrrrr r!r"r#r$r%rrrz#\d*Y.*$z"(\\.|\\\n|[^"\\])*"�:�::z:#r�`�[-+]?\d+\.?�[-+]?\d+/\d+�<[-+]?(\d*\.\d+([defls][-+]?\d+)?|\d+(\.\d*)?[defls][-+]?\d+)z#\\.z#\\�#\(z#\d*\*[01]*�#:z#[.,]�#\'z#b[+-]?[01]+(/[01]+)?z#o[+-]?[0-7]+(/[0-7]+)?z#x[+-]?[0-9a-f]+(/[0-9a-f]+)?z #\d+r[+-]?[0-9a-z]+(/[0-9a-z]+)?z(#c)(\()z(#\d+a)(\()z(#s)(\()z#p?"(\\.|[^"])*"�#\d+=�#\d+#z#+nilz\s*\(rz#[+-]z	(,@|,|\.)�(t|nil)�\*)r&rrrZN)-r'r(r)r*r+r,r-r.r�
IGNORECASE�	MULTILINE�flags�nonmacro�constituent�
terminated�symbolrMrQrrr3�Preprocrr2�Specialrr6r	r
r5r4r7rZOtherrr<�Bin�Oct�Hexrrr8r:�Globalr=rrrrr�s�
�

�

�

����rc@s6eZdZdZdZdgZdgZddgZdZdZ	d	Z
d
Ze
eZdZ
dd
�Zdejfdefdejfdejfdejfdejfdefde
ejfdejfdeeej�fdeeej�fde
ejfdefed�ed�ee�efee	�ejfee�e j!fde
e j"fe
e j#fde$fde$fd e$fge%j&d!e%j&d"d#�Z&d$d%�Z'd&S)'rzV
    Lexer for `Hy <http://hylang.org/>`_ source code.

    .. versionadded:: 2.0
    ZHyZhylangz*.hyz	text/x-hyzapplication/x-hy)%r!�for�->�->>r\rk�first�restr%�when�unless�importr)�progn�get�slicerDzwith-decorator�,Z	list_compZkwapply�~�is�inzis-notznot-inr.r/zunquote-splicer-rz<<=z>>=Zforeach�while�eval-and-compile�eval-when-compile)�defZdefn�defun�defmacro�defclassr�fnZsetvr)�cycle�decZdistinct�dropr��filter�incz	instance?z	iterable?Ziteratez	iterator?zneg?znone?�nthznumeric?r�zpos?�remove�repeatZ
repeatedly�takeZtake_nthZ
take_whiler�z(?!#)[\w!$%*+<=>?/.#:-]+cCst|dd�S)Nr��suffix)r)�entriesrrr�
_multi_escape�szHyLexer._multi_escaper�[,\s]+rrz	0[0-7]+j?z0[xX][a-fA-F0-9]+rrz\\(.|[a-z]+)z"^(\s*)([rRuU]{,2}"""(?:.|\n)*?""")z"^(\s*)([rRuU]{,2}'''(?:.|\n)*?''')z::?z
~@|[`\'#^~&@]�py-keywords�py-builtinsrr�(\{|\})rr/r0)r&r�r�cCsd|vsd|vrdSdS)Nz(import z(defn g�������?r)rUrrr�analyse_text�szHyLexer.analyse_textN)(r'r(r)r*r+r,r-r.rGrJZhy_builtinsZhy_corer0r1r�rr2rr
r4r5rrrsrr6r7rZDocr	rr
�Declarationrr;r<r:rrr=r�rrrrrYsP

�;�@rc@seZdZdZdZddgZgd�ZddgZdZd	Z	d
Z
dZdZd
eZ
dZdZdZdeZdeefZdeefZdZdeefZdeefZeefdedfgdefdejfdejdfdefdeefejdfdeefejdfd eeeeefedfd!eeeeeefejdfd"eefejdfd#e
ejdfd$e
ej dfd%e
ej!dfd&e
ejdfd'e"j#d(fd)e"j$dfd*e"j%dfd+e"j%dfd,e"j&dfd-e'j(dfd.e
e)j*dfd/e+e)j,e'j,�fd0e)j,d1fd2ee-fd3e
e-d4fgd5e-fe
e"j.dfd6efe/d�gee0dfge1d7�d8ee)d4fd9e-d:fd;ee)d:fe
e0d<fe2ed=d>ed?�e)dfe2e	d=d>ed?�e'j3dfe
e'dfe1d@�g	e1dA�dedfge1d7�dBe-dCfdDee)dCfe
e0dEfe1d@�ge1dA�dedFfge1d7�e
e0dGfe1d@�ge1dA�ded1fgdejdHfdIejdfdJejfgdKe"j#dfdLe"j4fdMe"j#fgdN�Z5dOS)Prz�
    Lexer for `Racket <http://racket-lang.org/>`_ source code (formerly
    known as PLT Scheme).

    .. versionadded:: 1.6
    ZRacketZracketZrkt)z*.rktz*.rktdz*.rktlz
text/x-racketzapplication/x-racket(~z#%appz#%datumz	#%declarez#%expressionz#%module-beginz#%plain-appz#%plain-lambdaz#%plain-module-beginz#%printing-module-beginz	#%providez	#%requirez#%stratified-bodyz#%topz#%top-interactionz#%variable-referencervz->*z->*mz->dz->dmz->iz->mz...z:do-in�==r,�_ZabsentZabstractzall-defined-outzall-from-outr"�anyZaugmentzaugment*z
augment-finalzaugment-final*Zaugridezaugride*r(zbegin-for-syntaxZbegin0r$zcase->zcase->mzcase-lambda�classzclass*zclass-field-accessorzclass-field-mutatorzclass/cz
class/derivedz
combine-inzcombine-outzcommand-linez
compound-unitzcompound-unit/inferr!zcons/dcZcontractzcontract-outzcontract-structZ
contractedrzdefine-compound-unitzdefine-compound-unit/inferzdefine-contract-structzdefine-custom-hash-typeszdefine-custom-set-typeszdefine-for-syntaxzdefine-local-member-namez
define-loggerzdefine-match-expanderzdefine-member-namezdefine-module-boundary-contractzdefine-namespace-anchorzdefine-opt/czdefine-sequence-syntaxzdefine-serializable-classzdefine-serializable-class*zdefine-signaturezdefine-signature-formz
define-structzdefine-struct/contractzdefine-struct/derivedr1zdefine-syntax-rulezdefine-syntaxeszdefine-unitzdefine-unit-bindingzdefine-unit-from-contextzdefine-unit/contractzdefine-unit/new-import-exportz
define-unit/sz
define-valueszdefine-values-for-exportzdefine-values-for-syntaxzdefine-values/invoke-unitzdefine-values/invoke-unit/inferzdefine/augmentzdefine/augment-finalzdefine/augridezdefine/contractzdefine/final-propzdefine/matchzdefine/overmentzdefine/overridezdefine/override-finalzdefine/privatez
define/publiczdefine/public-finalzdefine/pubmentzdefine/subexpression-pos-propz"define/subexpression-pos-prop/namer*z
delay/idlez
delay/namezdelay/strictz
delay/synczdelay/threadr)r �exceptz	except-inz
except-outZexportZextendszfailure-contZfalsezfalse/cZfieldzfield-bound?�filezflat-murec-contractzflat-rec-contractruzfor*zfor*/andz
for*/asyncz
for*/firstz	for*/foldzfor*/fold/derivedz	for*/hashzfor*/hasheqzfor*/hasheqvz	for*/lastz	for*/listz
for*/listszfor*/mutable-setzfor*/mutable-seteqzfor*/mutable-seteqvzfor*/orzfor*/productzfor*/setz
for*/seteqzfor*/seteqvzfor*/streamzfor*/sumzfor*/vectorz
for*/weak-setzfor*/weak-seteqzfor*/weak-seteqvz	for-labelzfor-metaz
for-syntaxzfor-templatezfor/andz	for/asyncz	for/firstzfor/foldzfor/fold/derivedzfor/hashz
for/hasheqzfor/hasheqvzfor/lastzfor/listz	for/listszfor/mutable-setzfor/mutable-seteqzfor/mutable-seteqvzfor/orzfor/productzfor/setz	for/seteqz
for/seteqvz
for/streamzfor/sumz
for/vectorzfor/weak-setzfor/weak-seteqzfor/weak-seteqvzgen:custom-writezgen:dictzgen:equal+hashzgen:setz
gen:streamZgenericz	get-fieldzhash/dcrZimpliesr|rzinclude-at/relative-tozinclude-at/relative-to/readerzinclude/readerZinheritz
inherit-fieldz
inherit/innerz
inherit/super�initzinit-dependz
init-fieldz	init-rest�inner�inspectZinstantiateZ	interfacez
interface*zinvariant-assertionzinvoke-unitzinvoke-unit/inferrZlazyr%r&zlet*-valuesr2zlet-syntaxesz
let-valueszlet/cczlet/ecr'r3zletrec-syntaxeszletrec-syntaxes+valuesz
letrec-values�lib�link�localz
local-requirez	log-debugz	log-errorz	log-fatalzlog-infozlog-warning�matchzmatch*zmatch*/derivedzmatch-definezmatch-define-valueszmatch-lambdaz
match-lambda*zmatch-lambda**z	match-letz
match-let*zmatch-let*-valueszmatch-let-valueszmatch-letreczmatch-letrec-valuesz
match/derivedzmatch/valueszmember-name-keyZmixin�modulezmodule*zmodule+Znand�newZnorzobject-contractzobject/cZonlyzonly-inzonly-meta-in�openzopt/cr#Zovermentz	overment*�overridez	override*zoverride-finalzoverride-final*Zparameterizez
parameterize*zparameterize-breakzparametric->/cZplacezplace*z
place/contextZplanet�prefixz	prefix-inz
prefix-outZprivatezprivate*zprompt-tag/czprotect-out�providezprovide-signature-elementszprovide/contractZpubliczpublic*zpublic-finalz
public-final*Zpubmentzpubment*r.Zquasisyntaxzquasisyntax/locr-zquote-syntaxzquote-syntax/prunezrecontract-outzrecursive-contractzrelative-in�renamez	rename-inzrename-innerz
rename-outzrename-super�require�sendzsend*zsend+zsend-genericz
send/applyzsend/keyword-applyr+zset!-valuesz
set-field!Zshared�streamzstream*zstream-cons�structzstruct*zstruct-copyzstruct-field-indexz
struct-outzstruct/cz
struct/ctcz	struct/dcZsubmod�superzsuper-instantiatezsuper-make-objectz	super-newZsyntaxzsyntax-casezsyntax-case*zsyntax-id-rulesr4z
syntax/loc�tag�thiszthis%Zthunkzthunk*�timezunconstrained-domain->Zunitzunit-from-contextzunit/czunit/new-import-exportzunit/sr{r/r0Zunsyntaxzunsyntax-splicingzvalues/droprzzwith-continuation-markz
with-contractzwith-contract-continuation-markz
with-handlerszwith-handlers*zwith-methodzwith-syntax�λ(�r5z*list/cr6r7r8r9z</cr:z<=/cr;z=/cr<z>/cr=z>=/czabort-current-continuationr>zabsolute-path?r?zadd-betweenZadd1z	alarm-evtz
always-evtzand/cZandmapr@zany/crAzappend*z
append-maprBZargmaxZargminzarithmetic-shiftzarity-at-leastzarity-at-least-valuezarity-at-least?zarity-checking-wrapperzarity-includes?zarity=?zarrow-contract-infoz#arrow-contract-info-accepts-arglistz'arrow-contract-info-chaperone-procedurez%arrow-contract-info-check-first-orderzarrow-contract-info?rCZassfrDrErFrGzbad-number-of-resultsZbannerz
base->-doms/cz
base->-rngs/czbase->?z	between/czbitwise-andzbitwise-bit-fieldzbitwise-bit-set?zbitwise-iorzbitwise-notzbitwise-xorzblame-add-car-contextzblame-add-cdr-contextzblame-add-contextzblame-add-missing-partyzblame-add-nth-arg-contextzblame-add-range-contextzblame-add-unknown-contextz
blame-contextzblame-contractzblame-fmt->-stringzblame-missing-party?zblame-negativezblame-original?zblame-positivezblame-replace-negativezblame-sourcez
blame-swapzblame-swapped?zblame-updatezblame-valuezblame?z	boolean=?rHzbound-identifier=?Zboxzbox-cas!z
box-immutablezbox-immutable/czbox/czbox?z
break-enabledzbreak-parameterization?zbreak-threadz!build-chaperone-contract-propertyzbuild-compound-type-namezbuild-contract-propertyzbuild-flat-contract-propertyz
build-listz
build-pathzbuild-path/convention-typezbuild-stringzbuild-vectorzbyte-pregexpz
byte-pregexp?zbyte-ready?zbyte-regexpzbyte-regexp?zbyte?�byteszbytes->immutable-byteszbytes->listzbytes->pathzbytes->path-elementzbytes->string/latin-1zbytes->string/localezbytes->string/utf-8zbytes-appendz
bytes-append*zbytes-close-converterz
bytes-convertzbytes-convert-endzbytes-converter?z
bytes-copyzbytes-copy!z bytes-environment-variable-name?zbytes-fill!z
bytes-joinzbytes-lengthzbytes-no-nuls?zbytes-open-converterz	bytes-refz
bytes-set!zbytes-utf-8-indexzbytes-utf-8-lengthzbytes-utf-8-refzbytes<?zbytes=?zbytes>?zbytes?rIrJrKrLrMrNrOrPrQrRrSrTrUrVzcall-in-nested-threadzcall-with-atomic-output-filez call-with-break-parameterizationz!call-with-composable-continuationzcall-with-continuation-barrierzcall-with-continuation-promptrWz*call-with-default-reading-parameterizationzcall-with-escape-continuationzcall-with-exception-handlerzcall-with-file-lock/timeoutz%call-with-immediate-continuation-markzcall-with-input-bytesrXzcall-with-input-file*zcall-with-input-stringzcall-with-output-bytesrYzcall-with-output-file*zcall-with-output-stringzcall-with-parameterizationzcall-with-semaphorez call-with-semaphore/enable-breakrZr[zcall/ecr\zcartesian-productr]r^r_r`rarbrcrdrerfrgrhrirjrkrlzchannel-getzchannel-putzchannel-put-evtzchannel-put-evt?zchannel-try-getz	channel/czchannel?z
chaperone-boxzchaperone-channelzchaperone-continuation-mark-keyzchaperone-contract-property?zchaperone-contract?z
chaperone-evtzchaperone-hashzchaperone-hash-setz
chaperone-of?zchaperone-procedurezchaperone-procedure*zchaperone-prompt-tagzchaperone-structzchaperone-struct-typezchaperone-vectorz
chaperone?rmrnzchar-blank?rorprqrrrsrtz
char-foldcasezchar-general-categoryz
char-graphic?zchar-inz	char-in/czchar-iso-control?rurvzchar-punctuation?rwzchar-symbolic?zchar-title-case?zchar-titlecaserxryzchar-utf-8-lengthrzr{r|r}r~rr�zcheck-duplicate-identifierzcheck-duplicatesz#checked-procedure-check-and-extractz
choice-evtzclass->interfacez
class-infoz
class-sealzclass-unsealzclass?zcleanse-pathr�r�zcoerce-chaperone-contractzcoerce-chaperone-contractszcoerce-contractzcoerce-contract/fzcoerce-contractszcoerce-flat-contractzcoerce-flat-contractszcollect-garbagezcollection-file-pathzcollection-path�combinations�compilezcompile-allow-set!-undefinedz$compile-context-preservation-enabledz compile-enforce-module-constantszcompile-syntaxzcompiled-expression-recompilezcompiled-expression?zcompiled-module-expression?zcomplete-path?r�ZcomposeZcompose1Zconjoin�	conjugater�zcons/c�cons?�constzcontinuation-mark-key/czcontinuation-mark-key?zcontinuation-mark-set->contextzcontinuation-mark-set->listzcontinuation-mark-set->list*zcontinuation-mark-set-firstzcontinuation-mark-set?zcontinuation-markszcontinuation-prompt-available?zcontinuation-prompt-tag?z
continuation?zcontract-continuation-mark-keyz#contract-custom-write-property-proczcontract-exercisezcontract-first-orderzcontract-first-order-passes?zcontract-late-neg-projectionz
contract-namez
contract-proczcontract-projectionzcontract-property?zcontract-random-generatezcontract-random-generate-failzcontract-random-generate-fail?z0contract-random-generate-get-current-environmentzcontract-random-generate-stashzcontract-random-generate/choosezcontract-stronger?zcontract-struct-exercisezcontract-struct-generatez#contract-struct-late-neg-projectionzcontract-struct-list-contract?zcontract-val-first-projectionz	contract?zconvert-streamzcopy-directory/files�	copy-filez	copy-portr��cosh�countzcurrent-blame-formatzcurrent-break-parameterizationzcurrent-code-inspectorzcurrent-command-line-argumentszcurrent-compilezcurrent-compiled-file-rootszcurrent-continuation-markszcurrent-contract-regionzcurrent-custodianzcurrent-directoryzcurrent-directory-for-userz
current-drivezcurrent-environment-variableszcurrent-error-portzcurrent-evalz#current-evt-pseudo-random-generatorz current-force-delete-permissionszcurrent-futurezcurrent-gc-millisecondsz"current-get-interaction-input-portzcurrent-inexact-millisecondsr�zcurrent-inspectorz current-library-collection-linksz current-library-collection-pathszcurrent-loadzcurrent-load-extensionzcurrent-load-relative-directoryzcurrent-load/use-compiledzcurrent-localezcurrent-loggerzcurrent-memory-usezcurrent-millisecondszcurrent-module-declare-namezcurrent-module-declare-sourcezcurrent-module-name-resolverzcurrent-module-path-for-loadzcurrent-namespacer�zcurrent-parameterizationzcurrent-plumberz$current-preserved-thread-cell-valuesz
current-printzcurrent-process-millisecondszcurrent-prompt-readzcurrent-pseudo-random-generatorzcurrent-read-interactionzcurrent-reader-guardzcurrent-readtablezcurrent-secondszcurrent-security-guardz!current-subprocess-custodian-modezcurrent-threadzcurrent-thread-groupz!current-thread-initial-stack-sizez current-write-relative-directory�curryZcurryrzcustodian-box-valuezcustodian-box?zcustodian-limit-memoryzcustodian-managed-listz&custodian-memory-accounting-available?zcustodian-require-memoryzcustodian-shutdown-allz
custodian?zcustom-print-quotable-accessorzcustom-print-quotable?zcustom-write-accessorzcustom-write-property-procz
custom-write?�datezdate*zdate*-nanosecondzdate*-time-zone-namezdate*?zdate-dayz	date-dst?z	date-hourzdate-minutez
date-monthzdate-secondzdate-time-zone-offsetz
date-week-dayz	date-yearz
date-year-dayzdate?z
datum->syntaxzdatum-intern-literalzdefault-continuation-prompt-tagzdegrees->radianszdelete-directoryzdelete-directory/files�delete-filer�z
dict->listzdict-can-functional-set?zdict-can-remove-keys?z
dict-clearzdict-clear!z	dict-copyz
dict-countzdict-empty?z
dict-for-eachz
dict-has-key?zdict-implements/czdict-implements?zdict-iter-contractzdict-iterate-firstzdict-iterate-keyzdict-iterate-nextzdict-iterate-valuezdict-key-contractz	dict-keyszdict-mapz
dict-mutable?zdict-refz	dict-ref!zdict-removezdict-remove!zdict-setz	dict-set!z	dict-set*z
dict-set*!zdict-updatezdict-update!zdict-value-contractzdict-valueszdict?zdirectory-exists?zdirectory-listZdisjoinr�z
display-lineszdisplay-lines-to-filezdisplay-to-fileZ	displaylnzdouble-flonum?r�zdrop-common-prefixz
drop-rightZdropfzdropf-rightzdump-memory-statszdup-input-portzdup-output-portz
dynamic->*zdynamic-get-fieldzdynamic-object/cz
dynamic-placezdynamic-place*zdynamic-requirezdynamic-require-for-syntaxzdynamic-sendzdynamic-set-field!r�Zeighth�emptyzempty-sequencezempty-stream�empty?zenvironment-variables-copyzenvironment-variables-nameszenvironment-variables-refzenvironment-variables-set!zenvironment-variables?�eofzeof-evtr�zephemeron-valuez
ephemeron?Zeprintfzeq-contract-valzeq-contract?zeq-hash-coder�zequal-contract-valzequal-contract?zequal-hash-codezequal-secondary-hash-codezequal<%>r�zequal?/recurz
eqv-hash-coder��errorzerror-display-handlerzerror-escape-handlerzerror-print-context-lengthzerror-print-source-locationzerror-print-widthzerror-value->string-handlerr�zeval-jit-enabledzeval-syntaxr�zevt/czevt?r�z
exact-ceilingzexact-floorzexact-integer?zexact-nonnegative-integer?zexact-positive-integer?zexact-roundzexact-truncater�zexecutable-yield-handler�exitzexit-handlerZexnzexn-continuation-markszexn-messagez	exn:breakzexn:break-continuationzexn:break:hang-upzexn:break:hang-up?zexn:break:terminatezexn:break:terminate?z
exn:break?zexn:failzexn:fail:contractzexn:fail:contract:arityzexn:fail:contract:arity?zexn:fail:contract:blamezexn:fail:contract:blame-objectzexn:fail:contract:blame?zexn:fail:contract:continuationzexn:fail:contract:continuation?z exn:fail:contract:divide-by-zeroz!exn:fail:contract:divide-by-zero?z#exn:fail:contract:non-fixnum-resultz$exn:fail:contract:non-fixnum-result?zexn:fail:contract:variablezexn:fail:contract:variable-idzexn:fail:contract:variable?zexn:fail:contract?zexn:fail:filesystemzexn:fail:filesystem:errnozexn:fail:filesystem:errno-errnozexn:fail:filesystem:errno?zexn:fail:filesystem:existszexn:fail:filesystem:exists?z"exn:fail:filesystem:missing-modulez'exn:fail:filesystem:missing-module-pathz#exn:fail:filesystem:missing-module?zexn:fail:filesystem:versionzexn:fail:filesystem:version?zexn:fail:filesystem?zexn:fail:networkzexn:fail:network:errnozexn:fail:network:errno-errnozexn:fail:network:errno?zexn:fail:network?zexn:fail:objectzexn:fail:object?zexn:fail:out-of-memoryzexn:fail:out-of-memory?z
exn:fail:readzexn:fail:read-srclocszexn:fail:read:eofzexn:fail:read:eof?zexn:fail:read:non-charzexn:fail:read:non-char?zexn:fail:read?zexn:fail:syntaxzexn:fail:syntax-exprszexn:fail:syntax:missing-modulez#exn:fail:syntax:missing-module-pathzexn:fail:syntax:missing-module?zexn:fail:syntax:unboundzexn:fail:syntax:unbound?zexn:fail:syntax?zexn:fail:unsupportedzexn:fail:unsupported?z
exn:fail:userzexn:fail:user?z	exn:fail?zexn:misc:match?zexn:missing-module-accessorzexn:missing-module?zexn:srclocs-accessorzexn:srclocs?zexn?r��expandzexpand-oncez
expand-syntaxzexpand-syntax-oncezexpand-syntax-to-top-formzexpand-to-top-formzexpand-user-pathzexplode-pathr�zexternalizable<%>zfailure-result/czfalse?zfield-namesZfifthzfile->byteszfile->bytes-lineszfile->linesz
file->listzfile->stringzfile->valuezfile-exists?zfile-name-from-pathzfile-or-directory-identityz file-or-directory-modify-secondszfile-or-directory-permissionsz
file-positionzfile-position*z	file-sizezfile-stream-buffer-modezfile-stream-port?z
file-truncatezfilename-extensionzfilesystem-change-evtzfilesystem-change-evt-cancelzfilesystem-change-evt?zfilesystem-root-listr�z
filter-mapz
filter-notzfilter-read-input-portzfind-executable-pathz
find-fileszfind-library-collection-linkszfind-library-collection-pathszfind-relative-pathzfind-system-pathZfindfrxz
first-or/czfixnum?z
flat-contractzflat-contract-predicatezflat-contract-property?zflat-contract?zflat-named-contractZflattenzfloating-point-bytes->realzflonum?r�zflush-outputz
fold-filesZfoldlZfoldrr�r��formatZfourthZfprintfzfree-identifier=?zfree-label-identifier=?zfree-template-identifier=?zfree-transformer-identifier=?zfsemaphore-countzfsemaphore-postzfsemaphore-try-wait?zfsemaphore-waitzfsemaphore?Zfuturezfuture?zfutures-enabled?r�zgenerate-member-keyzgenerate-temporarieszgeneric-set?zgeneric?�gensymzget-output-byteszget-output-stringzget-preferencezget/build-late-neg-projectionzget/build-val-first-projection�getenvzglobal-port-print-handlerzgroup-byzgroup-execute-bitzgroup-read-bitzgroup-write-bitz	guard-evtz
handle-evtzhandle-evt?z
has-blame?z
has-contract?�hashz
hash->listz
hash-clearzhash-clear!z	hash-copyzhash-copy-clearz
hash-countzhash-empty?zhash-eq?zhash-equal?z	hash-eqv?z
hash-for-eachz
hash-has-key?zhash-iterate-firstzhash-iterate-keyzhash-iterate-key+valuezhash-iterate-nextzhash-iterate-pairzhash-iterate-valuez	hash-keyszhash-mapzhash-placeholder?zhash-refz	hash-ref!zhash-removezhash-remove!zhash-setz	hash-set!z	hash-set*z
hash-set*!zhash-updatezhash-update!zhash-valuesz
hash-weak?zhash/czhash?ZhasheqZhasheqvzidentifier-bindingzidentifier-binding-symbolzidentifier-label-bindingz identifier-prune-lexical-contextz!identifier-prune-to-source-modulez)identifier-remove-from-definition-contextzidentifier-template-bindingzidentifier-transformer-bindingzidentifier?�identityzif/cr�z
immutable?zimpersonate-boxzimpersonate-channelz!impersonate-continuation-mark-keyzimpersonate-hashzimpersonate-hash-setzimpersonate-procedurezimpersonate-procedure*zimpersonate-prompt-tagzimpersonate-structzimpersonate-vectorzimpersonator-contract?zimpersonator-ephemeronzimpersonator-of?z"impersonator-prop:application-markzimpersonator-prop:blamezimpersonator-prop:contractedz)impersonator-property-accessor-procedure?zimpersonator-property?z
impersonator?zimplementation?zimplementation?/czin-byteszin-bytes-lineszin-combinationszin-cyclezin-dictzin-dict-keysz
in-dict-pairszin-dict-valueszin-directoryzin-hashzin-hash-keysz
in-hash-pairszin-hash-valueszin-immutable-hashzin-immutable-hash-keyszin-immutable-hash-pairszin-immutable-hash-valueszin-immutable-setz
in-indexedzin-input-port-byteszin-input-port-charszin-lineszin-listzin-mlistzin-mutable-hashzin-mutable-hash-keyszin-mutable-hash-pairszin-mutable-hash-valueszin-mutable-setzin-naturalszin-parallelzin-permutationszin-portzin-producerzin-rangezin-sequenceszin-setzin-slicez	in-streamz	in-stringz	in-syntaxzin-valuezin-values*-sequencezin-values-sequencez	in-vectorzin-weak-hashzin-weak-hash-keyszin-weak-hash-pairszin-weak-hash-valueszin-weak-setr�z
inexact-real?r�z	infinite?zinput-port-appendr�z
inspector?zinstanceof/cr�zinteger->integer-byteszinteger-bytes->integerz
integer-inzinteger-lengthzinteger-sqrtzinteger-sqrt/remainderr�zinterface->method-nameszinterface-extension?z
interface?z/internal-definition-context-binding-identifiersz%internal-definition-context-introducez internal-definition-context-sealzinternal-definition-context?zis-a?zis-a?/czkeyword->stringz
keyword-applyz	keyword<?zkeyword?zkeywords-matchzkill-thread�lastz	last-pairr�r�zliberal-define-context?zlink-exists?r�zlist*zlist*ofzlist->byteszlist->mutable-setzlist->mutable-seteqzlist->mutable-seteqvz	list->setzlist->seteqzlist->seteqvr�r�zlist->weak-setzlist->weak-seteqzlist->weak-seteqvzlist-contract?zlist-prefix?r�zlist-setr�zlist-updatezlist/cr�zlisten-port-number?Zlistofr�zload-extensionzload-on-demand-enabledz
load-relativezload-relative-extensionzload/cdzload/use-compiledzlocal-expandzlocal-expand/capture-liftszlocal-transformer-expandz&local-transformer-expand/capture-liftszlocale-string-encodingr�zlog-all-levelsz
log-level-evtz
log-level?z
log-max-levelzlog-messagez
log-receiver?zlogger-namezlogger?r�zmake-arity-at-leastzmake-base-empty-namespacezmake-base-namespacez
make-byteszmake-channelzmake-chaperone-contractzmake-continuation-mark-keyzmake-continuation-prompt-tagz
make-contractzmake-custodianzmake-custodian-boxzmake-custom-hashzmake-custom-hash-typeszmake-custom-setzmake-custom-set-typesz	make-datez
make-date*zmake-derived-parameterzmake-directoryzmake-directory*zmake-do-sequencezmake-empty-namespacezmake-environment-variableszmake-ephemeronzmake-exnzmake-exn:breakzmake-exn:break:hang-upzmake-exn:break:terminatez
make-exn:failzmake-exn:fail:contractzmake-exn:fail:contract:arityzmake-exn:fail:contract:blamez#make-exn:fail:contract:continuationz%make-exn:fail:contract:divide-by-zeroz(make-exn:fail:contract:non-fixnum-resultzmake-exn:fail:contract:variablezmake-exn:fail:filesystemzmake-exn:fail:filesystem:errnozmake-exn:fail:filesystem:existsz'make-exn:fail:filesystem:missing-modulez make-exn:fail:filesystem:versionzmake-exn:fail:networkzmake-exn:fail:network:errnozmake-exn:fail:objectzmake-exn:fail:out-of-memoryzmake-exn:fail:readzmake-exn:fail:read:eofzmake-exn:fail:read:non-charzmake-exn:fail:syntaxz#make-exn:fail:syntax:missing-modulezmake-exn:fail:syntax:unboundzmake-exn:fail:unsupportedzmake-exn:fail:userzmake-file-or-directory-linkzmake-flat-contractzmake-fsemaphorezmake-genericz!make-handle-get-preference-lockedz	make-hashzmake-hash-placeholderzmake-hasheqzmake-hasheq-placeholderzmake-hasheqvzmake-hasheqv-placeholderzmake-immutable-custom-hashzmake-immutable-hashzmake-immutable-hasheqzmake-immutable-hasheqvzmake-impersonator-propertyzmake-input-portzmake-input-port/read-to-peekzmake-inspectorzmake-keyword-procedurezmake-known-char-range-listzmake-limited-input-port�	make-listzmake-lock-file-namezmake-log-receiverzmake-loggerzmake-mixin-contractzmake-mutable-custom-setzmake-none/czmake-objectzmake-output-portzmake-parameterzmake-parent-directory*zmake-phantom-bytesz	make-pipezmake-pipe-with-specialszmake-placeholderzmake-plumberr�zmake-prefab-structzmake-primitive-classzmake-proj-contractzmake-pseudo-random-generatorzmake-reader-graphzmake-readtabler�zmake-rename-transformerzmake-resolved-module-pathzmake-security-guardzmake-semaphorezmake-set!-transformerzmake-shared-byteszmake-sibling-inspectorzmake-special-commentzmake-srclocr�zmake-struct-field-accessorzmake-struct-field-mutatorzmake-struct-typezmake-struct-type-propertyzmake-syntax-delta-introducerzmake-syntax-introducerzmake-temporary-filez'make-tentative-pretty-print-output-portzmake-thread-cellzmake-thread-groupr�z
make-weak-boxzmake-weak-custom-hashzmake-weak-custom-setzmake-weak-hashzmake-weak-hasheqzmake-weak-hasheqvzmake-will-executorr�zmatch-equality-testzmatches-arity-exactly?r�ZmcarZmcdrZmconsr�zmember-name-key-hash-codezmember-name-key=?zmember-name-key?Zmemfr�r�zmerge-inputzmethod-in-interface?r�zmixin-contractzmodule->exportszmodule->importszmodule->language-infozmodule->namespacez'module-compiled-cross-phase-persistent?zmodule-compiled-exportszmodule-compiled-importszmodule-compiled-language-infozmodule-compiled-namezmodule-compiled-submoduleszmodule-declared?zmodule-path-index-joinzmodule-path-index-resolvezmodule-path-index-splitzmodule-path-index-submodulezmodule-path-index?zmodule-path?zmodule-predefined?zmodule-provide-protected?r�zmpair?zmutable-setz
mutable-seteqzmutable-seteqvzn->thznack-guard-evtz!namespace-anchor->empty-namespaceznamespace-anchor->namespaceznamespace-anchor?znamespace-attach-modulez#namespace-attach-module-declarationznamespace-base-phaseznamespace-mapped-symbolsznamespace-module-identifierznamespace-module-registryznamespace-requireznamespace-require/constantznamespace-require/copyz namespace-require/expansion-timeznamespace-set-variable-value!znamespace-symbol->identifierznamespace-syntax-introduceznamespace-undefine-variable!znamespace-unprotect-moduleznamespace-variable-valuez
namespace?znan?znatural-number/c�negater�z	never-evtu	new-∀/cu	new-∃/cr�Zninthznon-empty-listofznon-empty-string?znone/cznormal-case-pathznormalize-arityznormalize-pathznormalized-arity?r�znot/c�nullr�r�r�r�zobject%zobject->vectorzobject-infozobject-interfacezobject-method-arity-includes?zobject-namezobject-or-false=?zobject=?zobject?r�zone-of/czopen-input-bytesr�zopen-input-output-filezopen-input-stringzopen-output-bytesr�zopen-output-nowherezopen-output-stringzor/czorder-of-magnitudeZormapzother-execute-bitzother-read-bitzother-write-bitr�r�zparameter-procedure=?zparameter/cz
parameter?zparameterization?zparse-command-line�	partitionzpath->byteszpath->complete-pathzpath->directory-pathzpath->stringzpath-add-suffixzpath-convention-typezpath-element->byteszpath-element->stringz
path-element?zpath-for-some-system?zpath-list-string->path-listz	path-onlyzpath-replace-suffixzpath-string?zpath<?zpath?zpathlist-closurez	peek-bytezpeek-byte-or-specialz
peek-byteszpeek-bytes!zpeek-bytes!-evtzpeek-bytes-avail!zpeek-bytes-avail!*zpeek-bytes-avail!-evtzpeek-bytes-avail!/enable-breakzpeek-bytes-evtr�zpeek-char-or-specialzpeek-stringzpeek-string!zpeek-string!-evtzpeek-string-evtzpeeking-input-port�permutationszphantom-bytes?Zpizpi.fzpipe-content-lengthzplace-breakz
place-channelzplace-channel-getzplace-channel-putzplace-channel-put/getzplace-channel?zplace-dead-evtzplace-enabled?z
place-killzplace-location?zplace-message-allowed?zplace-sleepz
place-waitzplace?zplaceholder-getzplaceholder-set!zplaceholder?zplumber-add-flush!zplumber-flush-allzplumber-flush-handle-remove!zplumber-flush-handle?zplumber?zpoll-guard-evtzport->byteszport->bytes-lineszport->linesz
port->listzport->stringzport-closed-evtzport-closed?zport-commit-peekedzport-count-lines!zport-count-lines-enabledzport-counts-lines?zport-display-handlerzport-file-identityzport-file-unlockzport-next-locationzport-number?zport-print-handlerzport-progress-evtzport-provides-progress-evts?zport-read-handlerzport-try-file-lock?zport-write-handlerzport-writes-atomic?zport-writes-special?r�r�zpredicate/czprefab-key->struct-typezprefab-key?zprefab-struct-keyzpreferences-lock-file-modeZpregexpzpregexp?zpretty-displayz
pretty-format�pretty-printz"pretty-print-.-symbol-without-barsz#pretty-print-abbreviate-read-macroszpretty-print-columnsz pretty-print-current-style-tablezpretty-print-depthzpretty-print-exact-as-decimalzpretty-print-extend-style-tablezpretty-print-handlerzpretty-print-newlinezpretty-print-post-print-hookzpretty-print-pre-print-hookzpretty-print-print-hookzpretty-print-print-linezpretty-print-remap-stylablezpretty-print-show-inexactnesszpretty-print-size-hookzpretty-print-style-table?zpretty-printingzpretty-writezprimitive-closure?zprimitive-result-arity�
primitive?�printzprint-as-expressionzprint-boolean-long-formz	print-boxzprint-graphzprint-hash-tablezprint-mpair-curly-braceszprint-pair-curly-braceszprint-reader-abbreviationszprint-structzprint-syntax-widthzprint-unreadablezprint-vector-lengthzprintable/czprintable<%>�printf�printlnzprocedure->methodzprocedure-arityzprocedure-arity-includes/czprocedure-arity-includes?zprocedure-arity?zprocedure-closure-contents-eq?zprocedure-extract-targetzprocedure-keywordszprocedure-reduce-arityzprocedure-reduce-keyword-arityzprocedure-renamezprocedure-result-arityzprocedure-specializezprocedure-struct-type?r��processzprocess*zprocess*/portsz
process/portszprocessor-countz
progress-evt?zpromise-forced?zpromise-running?z	promise/cz
promise/name?zpromise?zprop:arity-stringzprop:arrow-contractzprop:arrow-contract-get-infozprop:arrow-contract?z
prop:blamezprop:chaperone-contractzprop:checked-procedurez
prop:contractzprop:contractedzprop:custom-print-quotablezprop:custom-writez	prop:dictzprop:dict/contractzprop:equal+hashzprop:evtzprop:exn:missing-modulezprop:exn:srclocszprop:expansion-contextszprop:flat-contractzprop:impersonator-ofzprop:input-portzprop:liberal-define-contextzprop:object-namezprop:opt-chaperone-contractz$prop:opt-chaperone-contract-get-testzprop:opt-chaperone-contract?zprop:orc-contractz"prop:orc-contract-get-subcontractszprop:orc-contract?zprop:output-portzprop:place-locationzprop:procedurezprop:recursive-contractzprop:recursive-contract-unrollzprop:recursive-contract?zprop:rename-transformerz
prop:sequencezprop:set!-transformerzprop:streamzproper-subset?zpseudo-random-generator->vectorzpseudo-random-generator-vector?zpseudo-random-generator?zput-preferences�putenvr�zquotient/remainderzradians->degrees�raisezraise-argument-errorzraise-arguments-errorzraise-arity-errorzraise-blame-errorzraise-contract-errorzraise-mismatch-errorzraise-not-cons-blame-errorzraise-range-errorzraise-result-errorzraise-syntax-errorzraise-type-errorzraise-user-error�randomzrandom-seed�ranger�r�r�zread-accept-bar-quotezread-accept-boxzread-accept-compiledzread-accept-dotzread-accept-graphzread-accept-infix-dotzread-accept-langzread-accept-quasiquotezread-accept-reader�	read-bytezread-byte-or-specialz
read-byteszread-bytes!zread-bytes!-evtzread-bytes-avail!zread-bytes-avail!*zread-bytes-avail!-evtzread-bytes-avail!/enable-breakzread-bytes-evtzread-bytes-linezread-bytes-line-evtzread-case-sensitivez	read-cdotr�zread-char-or-specialzread-curly-brace-as-parenzread-curly-brace-with-tagzread-decimal-as-inexactzread-eval-print-loopz
read-language�	read-linez
read-line-evtzread-on-demand-sourcezread-square-bracket-as-parenzread-square-bracket-with-tag�read-stringzread-string!zread-string!-evtzread-string-evtzread-syntaxzread-syntax/recursivezread/recursivezreadtable-mappingz
readtable?zreal->decimal-stringzreal->double-flonumzreal->floating-point-byteszreal->single-flonumzreal-inr�r�zreencode-input-portzreencode-output-portZregexpzregexp-matchz
regexp-match*zregexp-match-evtzregexp-match-exact?zregexp-match-peekzregexp-match-peek-immediatezregexp-match-peek-positionszregexp-match-peek-positions*z%regexp-match-peek-positions-immediatez)regexp-match-peek-positions-immediate/endzregexp-match-peek-positions/endzregexp-match-positionszregexp-match-positions*zregexp-match-positions/endzregexp-match/endz
regexp-match?zregexp-max-lookbehind�regexp-quotezregexp-replacezregexp-replace*zregexp-replace-quotezregexp-replaceszregexp-splitzregexp-try-matchzregexp?zrelative-path?zrelocate-input-portzrelocate-output-portr��remfzremf*r�zremove*zremove-duplicatesZremqzremq*Zremvzremv*zrename-contractzrename-file-or-directoryzrename-transformer-targetzrename-transformer?zreplace-evtzreroot-pathzresolve-pathzresolved-module-path-namezresolved-module-path?ryr�r��secondz
seconds->datezsecurity-guard?zsemaphore-peek-evtzsemaphore-peek-evt?zsemaphore-postzsemaphore-try-wait?zsemaphore-waitzsemaphore-wait/enable-breakz
semaphore?zsequence->listzsequence->streamzsequence-add-betweenzsequence-andmapzsequence-appendzsequence-countzsequence-filterz
sequence-foldzsequence-for-eachzsequence-generatezsequence-generate*zsequence-lengthzsequence-mapzsequence-ormapzsequence-refz
sequence-tailz
sequence/cz	sequence?�setzset!-transformer-procedurezset!-transformer?z	set->listzset->streamzset-addzset-add!zset-box!z	set-clearz
set-clear!zset-copyzset-copy-clearz	set-countz
set-empty?zset-eq?z
set-equal?zset-eqv?z	set-firstzset-for-eachzset-implements/czset-implements?z
set-intersectzset-intersect!zset-mapz	set-mcar!z	set-mcdr!zset-member?zset-mutable?zset-phantom-bytes!zset-port-next-location!z
set-removezset-remove!zset-restzset-some-basic-contracts!zset-subtractz
set-subtract!zset-symmetric-differencezset-symmetric-difference!z	set-unionz
set-union!z	set-weak?zset/czset=?zset?ZseteqZseteqvZseventh�sgnzshared-bytesz
shell-executezshrink-path-wrtZshufflezsimple-form-pathz
simplify-pathr�zsingle-flonum?�sinhZsixthzskip-projection-wrapper?�sleepzsome-system-path->string�sortzspecial-comment-valuezspecial-comment?zspecial-filter-input-portzsplit-atzsplit-at-rightzsplit-common-prefixz
split-pathz	splitf-atzsplitf-at-rightZsqrr�Zsrcloczsrcloc->stringz
srcloc-columnzsrcloc-linezsrcloc-positionz
srcloc-sourcezsrcloc-spanzsrcloc?z
stop-afterzstop-beforezstream->listzstream-add-betweenz
stream-andmapz
stream-appendzstream-countz
stream-empty?z
stream-filterzstream-firstzstream-foldzstream-for-eachz
stream-lengthz
stream-mapzstream-ormapz
stream-refzstream-restzstream-tailzstream/czstream?r�zstring->bytes/latin-1zstring->bytes/localezstring->bytes/utf-8zstring->immutable-stringzstring->keywordr�r�zstring->pathzstring->path-elementzstring->some-system-pathr�zstring->uninterned-symbolzstring->unreadable-symbolr�zstring-append*r�r�r�r�r�zstring-contains?r�zstring-copy!zstring-downcasez!string-environment-variable-name?r�zstring-foldcasezstring-joinzstring-len/cr�zstring-locale-ci<?zstring-locale-ci=?zstring-locale-ci>?zstring-locale-downcasezstring-locale-upcasezstring-locale<?zstring-locale=?zstring-locale>?zstring-no-nuls?zstring-normalize-nfczstring-normalize-nfdzstring-normalize-nfkczstring-normalize-nfkdzstring-normalize-spaceszstring-port?zstring-prefix?r�zstring-replacer�zstring-splitzstring-suffix?zstring-titlecasezstring-trimz
string-upcasezstring-utf-8-lengthr�r�r�r�r�r�zstruct->vectorzstruct-accessor-procedure?zstruct-constructor-procedure?zstruct-infozstruct-mutator-procedure?zstruct-predicate-procedure?zstruct-type-infozstruct-type-make-constructorzstruct-type-make-predicatez(struct-type-property-accessor-procedure?zstruct-type-property/czstruct-type-property?zstruct-type?zstruct:arity-at-leastzstruct:arrow-contract-infozstruct:datezstruct:date*z
struct:exnzstruct:exn:breakzstruct:exn:break:hang-upzstruct:exn:break:terminatezstruct:exn:failzstruct:exn:fail:contractzstruct:exn:fail:contract:arityzstruct:exn:fail:contract:blamez%struct:exn:fail:contract:continuationz'struct:exn:fail:contract:divide-by-zeroz*struct:exn:fail:contract:non-fixnum-resultz!struct:exn:fail:contract:variablezstruct:exn:fail:filesystemz struct:exn:fail:filesystem:errnoz!struct:exn:fail:filesystem:existsz)struct:exn:fail:filesystem:missing-modulez"struct:exn:fail:filesystem:versionzstruct:exn:fail:networkzstruct:exn:fail:network:errnozstruct:exn:fail:objectzstruct:exn:fail:out-of-memoryzstruct:exn:fail:readzstruct:exn:fail:read:eofzstruct:exn:fail:read:non-charzstruct:exn:fail:syntaxz%struct:exn:fail:syntax:missing-modulezstruct:exn:fail:syntax:unboundzstruct:exn:fail:unsupportedzstruct:exn:fail:userz
struct:srcloczstruct:wrapped-extra-arg-arrowzstruct?Zsub1Zsubbytesz	subclass?zsubclass?/c�
subprocesszsubprocess-group-enabledzsubprocess-killzsubprocess-pidzsubprocess-statuszsubprocess-waitzsubprocess?zsubset?r�z	suggest/cr�zsymbol-interned?zsymbol-unreadable?zsymbol<?zsymbol=?r��symbols�synczsync/enable-breakzsync/timeoutzsync/timeout/enable-breakz
syntax->datumzsyntax->listz
syntax-armz
syntax-columnzsyntax-debug-infoz
syntax-disarmzsyntax-ezsyntax-linezsyntax-local-bind-syntaxeszsyntax-local-certifierzsyntax-local-contextzsyntax-local-expand-expressionzsyntax-local-get-shadowerz"syntax-local-identifier-as-bindingzsyntax-local-introducezsyntax-local-lift-contextzsyntax-local-lift-expressionzsyntax-local-lift-modulez(syntax-local-lift-module-end-declarationzsyntax-local-lift-providezsyntax-local-lift-requirez#syntax-local-lift-values-expressionz$syntax-local-make-definition-contextz"syntax-local-make-delta-introducerz'syntax-local-module-defined-identifierszsyntax-local-module-exportsz(syntax-local-module-required-identifierszsyntax-local-namezsyntax-local-phase-levelzsyntax-local-submodulesz*syntax-local-transforming-module-provides?zsyntax-local-valuezsyntax-local-value/immediatezsyntax-original?zsyntax-positionzsyntax-propertyzsyntax-property-preserved?zsyntax-property-symbol-keyszsyntax-protectzsyntax-rearmzsyntax-recertifyzsyntax-shift-phase-levelz
syntax-sourcezsyntax-source-modulezsyntax-spanzsyntax-taintzsyntax-tainted?zsyntax-track-originz&syntax-transforming-module-expression?zsyntax-transforming-with-lifts?zsyntax-transforming?zsyntax/czsyntax?�systemzsystem*zsystem*/exit-codezsystem-big-endian?zsystem-idle-evtzsystem-language+countryzsystem-library-subpathzsystem-path-convention-typezsystem-typezsystem/exit-codeztail-marks-match?r�ztake-common-prefixz
take-rightZtakefztakef-rightr��tanhztcp-abandon-portz
tcp-acceptztcp-accept-evtztcp-accept-ready?ztcp-accept/enable-breakz
tcp-addressesz	tcp-closeztcp-connectztcp-connect/enable-breakz
tcp-listenz
tcp-listener?z	tcp-port?z"tentative-pretty-print-port-cancelz$tentative-pretty-print-port-transferZtenthzterminal-port?zthe-unsupplied-arg�third�threadzthread-cell-refzthread-cell-set!zthread-cell-values?zthread-cell?zthread-dead-evtzthread-dead?z
thread-group?zthread-receivezthread-receive-evtz
thread-resumezthread-resume-evtzthread-rewind-receivezthread-running?zthread-sendzthread-suspendzthread-suspend-evtzthread-try-receivezthread-waitzthread/suspend-to-killzthread?z
time-apply�touchztransplant-input-portztransplant-output-port�truer�z
udp-addressesz	udp-bind!z
udp-bound?z	udp-closezudp-connect!zudp-connected?zudp-multicast-interfacezudp-multicast-join-group!zudp-multicast-leave-group!zudp-multicast-loopback?zudp-multicast-set-interface!zudp-multicast-set-loopback!zudp-multicast-set-ttl!zudp-multicast-ttlzudp-open-socketzudp-receive!z
udp-receive!*zudp-receive!-evtzudp-receive!/enable-breakzudp-receive-ready-evtzudp-sendz	udp-send*zudp-send-evtzudp-send-ready-evtzudp-send-tozudp-send-to*zudp-send-to-evtzudp-send-to/enable-breakzudp-send/enable-breakzudp?Zunboxzuncaught-exception-handlerzunit?zunspecified-domzunsupplied-arg?zuse-collection-link-pathszuse-compiled-file-pathszuse-user-specific-search-pathszuser-execute-bitz
user-read-bitzuser-write-bitzvalue-blamezvalue-contractr�z#variable-reference->empty-namespacez%variable-reference->module-base-phasez0variable-reference->module-declaration-inspectorz%variable-reference->module-path-indexz!variable-reference->module-sourcezvariable-reference->namespacezvariable-reference->phasez(variable-reference->resolved-module-pathzvariable-reference-constant?zvariable-reference?r�zvector->immutable-vectorr�zvector->pseudo-random-generatorz vector->pseudo-random-generator!zvector->valuesz
vector-appendz
vector-argmaxz
vector-argminzvector-copyzvector-copy!zvector-countzvector-dropzvector-drop-rightr�z
vector-filterzvector-filter-notzvector-immutablezvector-immutable/czvector-immutableofr�z
vector-mapzvector-map!z
vector-memberzvector-memqzvector-memvr�r�zvector-set*!zvector-set-performance-stats!zvector-split-atzvector-split-at-rightzvector-takezvector-take-rightzvector/cr�Zvectorof�version�voidzvoid?zweak-box-valuez	weak-box?zweak-setz
weak-seteqzweak-seteqvzwill-executezwill-executor?z
will-registerzwill-try-executezwith-input-from-bytesr�zwith-input-from-stringzwith-output-to-bytesr��with-output-to-stringzwould-be-futurezwrap-evtzwrapped-extra-arg-arrowz0wrapped-extra-arg-arrow-extra-neg-party-argumentz!wrapped-extra-arg-arrow-real-funczwrapped-extra-arg-arrow?zwritable<%>r��
write-bytezwrite-byteszwrite-bytes-availzwrite-bytes-avail*zwrite-bytes-avail-evtzwrite-bytes-avail/enable-breakr�z
write-specialzwrite-special-avail*zwrite-special-evtzwrite-string�
write-to-fileZwriteln�xorr�z~.az~.sz~.vz~az~ez~rz~sz~vz[([{]z[)\]}]z()[\]{}",\'`;\sz!(?:\|[^|]*\||\\[\w\W]|[^|\\%s]+)+z(?:#e)?(?:#d)?(?:#e)?z(?:[defls][-+]?\d+)z(?:\d+(?:/\d+|\.\d*)?|\.\d+)z>(?:%s|(?:\d+#+(?:\.#*|/\d+#*)?|\.\d+#+|\d+(?:\.\d*#+|/\d+#+)))z	(?:%s%s?)z(?:(?:inf|nan)\.[0f])z(?:[-+]?%s|[-+]%s)z	(?:%s|%s)z(?!\Z)�unquoted-datumz(?s)#;|#![ /]([^\\\n]|\\.)*z;[^\n\r\x85\u2028\u2029]*r�
block-commentz(?u)\s+z(?i)%s[-+]?\d+(?=[%s])r z9(?i)%s[-+]?(\d+(\.\d*)?|\.\d+)([deflst][-+]?\d+)?(?=[%s])z+(?i)%s[-+]?(%s([-+]%s?i)?|[-+]%s?i)(?=[%s])z/(?i)(#d)?(%s([-+]%s?i)?|[-+]%s?i|%s@%s)(?=[%s])z1(?i)(([-+]?%st[-+]?\d+)|[-+](inf|nan)\.t)(?=[%s])z(?iu)(#[ei])?#b%sz(?iu)(#[ei])?#o%sz(?iu)(#[ei])?#x%sz(?iu)(#d)?#i%sz#?")r r�z#<<(.+)\n(^(?!\1$).*$\n)*^\1$z&#\\(u[\da-fA-F]{1,4}|U[\da-fA-F]{1,8})z(?is)#\\([0-7]{3}|[a-z]+|.)z(?s)#[pr]x#?"(\\?.)*?"z#(true|false|[tTfF])z(?u)#:%sz(#lang |#!)(\S+)z#reader�quoted-datumz (?i)\.(?=[%s])|#c[is]|#['`]|#,@?z'|#[s&]|#hash(eqv?)?|#\d*(?=%s))r r�z`|,@?z[|\\]�datumz
quote(?=[%s])r])r �quasiquoted-datumzquasiquote(?=[%s]))r �
unquoted-listz(?u)z(?=[%s])�r�r��datum*r�z,@?)r r�zunquote(-splicing)?(?=[%s]))r �quasiquoted-listr)r �quoted-listrrz[^#|]+|.�"zG(?s)\\([0-7]{1,3}|x[\da-fA-F]{1,2}|u[\da-fA-F]{1,4}|U[\da-fA-F]{1,8}|.)z[^\\"]+)r&rrr�r�rrrr�rr�r�N)6r'r(r)r*r+r,r-r.�	_keywords�	_builtinsZ_opening_parenthesisZ_closing_parenthesisZ_delimitersZ_symbolZ_exact_decimal_prefixZ	_exponentZ_inexact_simple_no_hashesZ_inexact_simpleZ_inexact_normal_no_hashesZ_inexact_normalZ_inexact_specialZ
_inexact_realZ_inexact_unsignedrrrr2r3r
r5r4rqrrrsr�DoubleZHeredocr7ZRegexrr8r
r�r�	Namespacer	r6rrrrr;�Escaper=rrrrr�s a,����

�����������





�

��D
����������	���

�
���rc
@s�eZdZdZdZdgZgd�ZddgZej	ej
BejBZdZ
dZd	ejfd
ejfdejfdefd
efdedfdedfdefee
dd�efdeejfeejfdefgdedfdedfdefgdedfgd�ZdS)rzl
    For `newLISP. <http://www.newlisp.org/>`_ source code (version 10.3.0).

    .. versionadded:: 1.5
    ZNewLispZnewlisp)z*.lspz*.nlz*.kifztext/x-newlispzapplication/x-newlisp(��^z--r7r[�!z!=�?�@r5r8�&�%r6z++r9�<<r:r;r<r=�>>rr��$z$0z$1z$10z$11z$12z$13z$14z$15z$2z$3z$4z$5z$6z$7z$8z$9z$argsz$idxz$itz
$main-args�abortr>r?Zacosh�addZaddressZambr"zappend-filerArB�argsz
array-listzarray?�arrayrCZasinhrDrGZatan2Zatanhzatom?z
base64-decz
base64-enczbayes-queryzbayes-trainr(ZbetaZbetai�bindZbinomial�bits�callbackr$�catchZceilz
change-dir�charZchoprSZclean�closez
command-eventr!r�Zconstantzcontext?�contextr��copyr�r�r�Zcpymem�crc32z	crit-chi2zcrit-zzcurrent-liner�z	date-listz
date-parsez
date-valuer��debugr�zdef-newrzdefine-macrorr�z
delete-url�delete�destroyZdetZdevice�
differencez
directory?Z	directoryZdivzdo-untilzdo-whileZdoargs�dolistZdostring�dotimesZdotree�dump�dupr�Zencryptz	ends-with�envZerfzerror-eventzeval-stringr��exec�existsr�r�r��explode�extendZfactorZfftz	file-infozfile?r�zfind-all�findrxZflatzfloat?�floatr�Zfltr�zfor-allru�forkr�ZfvZgammaiZgammalnr�zget-charz	get-floatzget-intzget-longz
get-stringzget-urlzglobal?�globalzif-notrZifftr|r�rWzinf?�intr�ZintegerZ	intersect�invertZirrr9zlambda-macrozlambda?rz
last-errorr�zlegal?r�r%ZletexZletnr�r�r�r�r��lookupz
lower-casezmacro?z	main-argsZMAINzmake-dirr�Zmatr�r�r�r��modr��mulZmultiplyzNaN?z
net-acceptz	net-closeznet-connectz	net-errorznet-evalz
net-interfaceznet-ipvz
net-listenz	net-localz
net-lookupz
net-packetznet-peekznet-peerznet-pingznet-receive-fromznet-receive-udpznet-receivez
net-selectznet-send-toznet-send-udpznet-sendznet-serviceznet-sessionsr�znil?�nilZnormalr��nowZnperZnpvr�r�r�r�r#Zostype�packz
parse-date�parse�peek�pipeZpmtz	pop-assoc�popzpost-url�powr�r�r�r�r�z	prob-chi2zprob-zr�zprompt-eventz
protected?�pushzput-urlZpvzquote?r-Zrandr�Z	randomizer�r�z	read-expr�	read-filezread-keyr�z	read-utf8zreader-eventz	real-pathZreceivezref-all�refz
regex-compZregexz
remove-dir�rename-file�replace�resetryr��rotater��save�searchZseed�seek�selectrNZ	semaphorer�ZsequenceZseriesz
set-localezset-ref-allzset-refr��setf�setqr�Zshare�signalZsilentr�r�r�rr��sourceZspawnr�zstarts-withr�r��subZswapZsymr�r�r�z	sys-errorzsys-infor�r�Ztermzthrow-error�throwztime-of-dayr�Ztimerz
title-caseztrace-highlight�traceZ	transposeZTreeZtrimztrue?r�Zunicode�unify�uniquer{�unpackZuntilz
upper-case�utf8Zutf8lenZuuidzwait-pidrzr�r�r�z
write-filez
write-linez
xfer-eventz	xml-errorz	xml-parsez
xml-type-tagsr�z$([\w!$%&*+.,/<=>?@^~|-])+|(\[.*?\])+z#!(.*?)$rz#.*$rrz\{�bracestringz	\[text\]*�	tagstringz('|:)�\br�rrrz\}r z[^{}]+z(?s)(.*?)(\[/text\]))r&rWrXN)r'r(r)r*r+r,r-r.rrhri�UNICODErjr0r1rror2rrr	rr
rr:r6rr=rrrrrxs<>
��'���rc @s�eZdZdZdZgd�ZdgZddgZej	Z
dZedZd	Z
d
eefZhd�Zhd�Zhd
�Zhd�Zhd�Zhd�Zdd�Zed�gdefdejfdedfdejfdeejfdeejfdeejfdefdefde
e j!fde
e fde
e j"fd e#fd!eejfd"efd#ej$fd$e j%fd%e j&fd&e j'fd'e fd(efd)efd*efd+e
ej(fd,ed,ej)j*feej)fd-edfd.e#dfd/e#d0fgd1efd2eejfdefd3efd4efded0fgd5�Z+d6S)7rz�
    An ELisp lexer, parsing a stream and outputting the tokens
    needed to highlight elisp code.

    .. versionadded:: 2.1
    Z	EmacsLisp)z
emacs-lispZelispZemacsz*.elztext/x-elispzapplication/x-elispz\\.|[\w!$%&*+-/<=>?@^{}~|]r>z(?=[ "()\]\'\n,;`])z((?:%s)(?:%s)*)>�ZincfZpsetfZnoreturnzwith-wrapper-hookzpcase-defmacrozcl-destructuring-bindZ	defadviceZdecfZorefzcl-callfzdefine-modify-macrozcl-do*zatomic-change-groupr?z	pcase-letzdefine-skeletonzdefine-obsolete-variable-aliaszwith-output-to-temp-bufferzdefine-globalized-minor-modezwith-category-tableZlocallyzcl-fletzcl-ecase�rxzwith-selected-frameZ	defmethodzsave-window-excursionzcl-letf*z
cl-declarezcl-psetfzwith-temp-bufferrLzwith-demoted-errorszpcase-dolistz
cl-do-symbolsZdeftypezdefine-setf-expanderZ	defstructZpushnewZecasezcl-define-compiler-macroz	eval-whenzoset-defaultZrotatefz
cl-tagbodyr�zcombine-after-change-callszdo*zcl-blockz
cl-pushnewzcl-doZdefgroupZtypecaser{zmultiple-value-setqz
setq-localzlexical-letzdef-edebug-specr�Zdefsetfzdeclare-functionzcl-multiple-value-bindZloopr(zwith-current-bufferzdont-compile�declarez
define-advicezwith-file-modeszcl-do-all-symbolszcl-flet*z	cl-labelszpcase-exhaustivezdefine-compiler-macroZ	etypecasezcl-typecasez
with-slots�returnr'zcl-decfr�zdefvar-localz
cl-locallyzdefine-derived-modezwith-local-quitZdefsubstzoref-defaultzdefine-minor-modezdefine-global-minor-moderzZmacroletzdo-all-symbolszwith-syntax-tablezcl-casezcl-defsubstzdefine-obsolete-function-aliaszdefine-generic-modezmultiple-value-bindzcl-letfzcl-macroletr$Zdefthemez
cl-rotatefzdefine-alternativeszwith-temp-filezcl-multiple-value-setqZ	defcustomzwith-silent-modifications�labelsz
cl-declaimr�z
do-symbolsz
ignore-errorsr��blockzert-deftestzwith-temp-messagezcl-functionZpcasezcl-defunzwith-tramp-file-propertyzwith-coding-priorityzdelay-mode-hooksZprogvz	cl-shiftfz
cl-dotimeszcl-eval-whenZshiftfzwith-eval-after-loadzcl-symbol-macroletzwith-case-tablez	cl-returnZdeffacer'Zfletrzwith-tramp-progress-reporterzwith-timeoutrAzsave-selected-windowzwhile-no-inputzcl-progvzdefine-obsolete-face-aliaszload-time-valuez	cl-dolistr)zdotimes-with-progress-reporterzcl-thezcl-defstructzcondition-case-unless-debugztrack-mouseZ
defgenericzwith-parsed-tramp-file-namezcl-return-fromr�Zdeclaimzlexical-let*zwith-selected-windowzcl-loopz
cl-deftypezcl-psetqZpsetqzcl-remfZosetzcl-incfzcl-etypecasezdestructuring-bindr�z	cl-callf2z
pcase-let*zcl-load-time-valuezwith-tramp-connection-propertyzreturn-fromzsave-match-datazuse-packagezcl-defmacro>r&rrMZprog1r#r%rz
subr-arityzunwind-protectr-zsave-current-buffer�interactiveZdefvarr!zsave-excursionZprog2Zdefconstr"zsave-restrictionzcondition-caser�zsetq-defaultr}�function>�Zlshzmake-local-variableztty-typezbacktrace-debugz internal-set-lisp-face-attributezset-process-query-on-exit-flagzfunction-equalZautoloadZarraypz	dump-faceZ
propertizer�zposition-bytesz	top-levelznext-windowzw32-shell-executezsyntax-table-pzset-terminal-parameterzw16-selection-exists-pzset-terminal-local-valuezencode-big5-charzframe-fringe-widthzbuffer-substringzselected-windowz/=zdecode-charzminibuffer-contentszerror-message-stringzset-process-coding-systemz
time-subtractzset-message-beepzaccessible-keymapszw32-registered-hot-keyszyes-or-no-pzframe-text-heightzother-window-for-scrollingr7zfind-file-name-handlerzabort-recursive-editzx-uses-old-gtk-dialogzdraw-stringzsuspend-ttyzwindow-left-columnzposix-search-forwardz	make-charzmsdos-mouse-disableZfontpz run-hook-with-args-until-failurezdelete-charzbool-vectorzread-key-sequencezwindow-dedicated-pzwindow-top-childzstring-to-charZ	functionpzbuffer-sizezw32-get-console-codepageZclrhashzset-file-modesZlogb�macroexpandzexternal-debugging-outputzframe-visible-pzmake-char-tablezset-window-marginszdo-auto-savezput-text-propertyZframepzw32-selection-exists-pzterminal-parameterszx-server-versionz	match-endzstring-to-numberzmake-directory-internalz
system-groupszself-insert-commandr=zset-window-next-bufferszdecode-coding-regionzmarker-insertion-typezprocess-bufferzcurrent-window-configurationzfile-newer-than-file-pzx-display-save-underztty-no-underlinezcurrent-time-stringZfrexpz
char-equalzrecent-keyszstandard-case-tablezset-cursor-sizezhash-table-pzimagemagick-typeszxw-color-valueszframe-right-divider-widthzupcase-wordzw32-has-winsockzinternal-show-cursorzset-frame-selected-windowz
window-systemzset-process-filterzread-char-exclusivez!internal-default-process-sentinelzscroll-other-windowzset-process-window-sizezwindow-line-heightz
scan-listszvertical-motionzgnutls-bootzmarker-positionz
user-real-uidzstring-collate-equalpzkill-local-variablezrun-window-scroll-functionsZatomzcompare-stringszmake-category-tablezdump-tool-bar-rowzsearch-backwardzset-input-interrupt-modezset-frame-heightzset-input-meta-modezdecode-timezread-no-blanks-inputzstring-to-unibytezmake-indirect-bufferz
set-quit-charzminibuffer-promptZupcasez
x-show-tipzbarf-if-buffer-read-onlyzprocess-sentinelzdaemon-initializedz
define-keyzcurrent-active-mapszmax-charzmatching-parenzcharset-priority-listzget-unused-iso-final-charzbuffer-local-valuezstring>zstring-lesspzmsdos-memgetzbacktrace-frameztext-char-descriptionZsymbolpzlocate-file-internalzplist-memberzrestore-buffer-modified-pzsymbol-plistzunencodable-char-positionz
discard-inputzset-file-selinux-contextzdescribe-buffer-bindingsz
bool-vector-pr7z#w32-display-monitor-attributes-listzx-display-color-cellszfile-readable-pzstring-collate-lesspZfmakunboundz
read-variablezset-coding-system-priorityzlookup-imagezdefine-fringe-bitmapz	find-fontzencode-coding-regionzw32-register-hot-keyzx-register-dnd-atomzmake-bool-vectorZprinczstring-as-unibyteZ	sequencepzwindow-resize-applyzset-char-table-extra-slotzfile-accessible-directory-pzset-fontset-fontz	font-infoZlogandzgap-sizeztext-property-anyzencode-charzwindow-text-pixel-sizezdefine-charset-aliaszstring-greaterpzx-load-color-fileznetwork-interface-infozprevious-single-property-changezget-buffer-processzupcase-initialszthis-single-command-raw-keyszsystem-usersr�zmsdos-mouse-initzmessage-or-boxzinsert-charznext-property-changezassoc-stringZisnanzprocess-filter-multibyte-pZterprizfont-getzlocale-infor�zmake-variable-buffer-localzlist-system-processeszset-process-plistzset-buffer-modified-pztrace-redisplayzselect-framer�znumber-or-marker-pzinterrupt-processzset-frame-widthzw32-set-process-priorityzfont-putzmap-keymap-internalzwindow-redisplay-end-triggerzsyntax-tablezbuffer-modified-pzfile-regular-pzw32-get-clipboard-datazstop-processzredirect-frame-focusrEzfind-charset-stringzset-buffer-auto-savedzset-window-hscrollzindirect-variablezskip-syntax-backwardzcurrent-bufferzfile-writable-pzwindow-use-timer�zframe-face-alistztime-less-pz
posn-at-pointzdefault-boundpZnlistpzwindow-inside-edgeszline-beginning-positionZmd5zwindow-parametersz
gnutls-errorpzprocess-markzconstrain-to-fieldz
charset-afterr�zcombine-after-change-executezcharset-id-internalzdirectory-fileszoverlay-endzframe-selected-windowzwidget-applyzprocess-send-regionzre-search-forwardzw32-get-valid-keyboard-layoutszface-attributes-as-vectorziso-charsetzinternal-describe-syntax-valuezmake-variable-frame-localzrecent-doskeyszw32-frame-rectzdescribe-vectorzterminal-parameterzinteger-or-marker-pzx-display-pixel-widthr�r�zframe-bottom-divider-widthzmsdos-set-mouse-buttonszfringe-bitmaps-at-posz
region-endrBzw32-get-valid-locale-idszinvisible-pz
msdos-mouse-pzput-unicode-property-internalzforce-window-updatezthis-single-command-keyszformat-time-stringzlock-bufferzx-display-mm-heightzsymbol-valuezx-menu-bar-open-internalzwindow-normal-sizezregister-code-conversion-mapzfile-name-completionz
delete-regionz
terminal-listz
gnutls-byezscroll-leftzcategory-table-pzbuffer-listzwindow-total-widthzdetect-coding-stringZcharsetpz
x-file-dialogzgnutls-get-initstagezminibuffer-completion-contentszminibuffer-prompt-endzmove-overlayzforce-mode-line-updatez
x-select-fontzframe-scroll-bar-widthz
float-timezskip-syntax-forwardzoptimize-char-tablezprofiler-cpu-logzinternal-merge-in-global-facezevent-convert-listzunhandled-file-name-directoryzselected-framezbool-vector-subsetpzwindow-pixel-topzw16-set-clipboard-datazbuffer-substring-no-propertieszframe-text-lineszfont-get-glyphsz.frame-can-run-window-configuration-change-hookzbase64-decode-stringzfont-face-attributeszmerge-face-attributezccl-executezset-window-display-tablezw32-get-keyboard-layoutzminibuffer-windowzget-unicode-property-internalzset-output-flow-controlzcompute-motionztranslate-region-internalz!insert-before-markers-and-inheritzmake-hash-tablezprocess-tty-namezeval-bufferz
list-fontszhash-table-testzget-internal-run-timezfont-match-pz	scroll-upzset-input-modezmake-category-setzstring=rkzgetenv-internalzfontset-infozw32-set-console-codepagezw32-get-codepage-charsetztrace-to-stderrzkill-processzredraw-displayzchar-table-extra-slotzfile-attributes-lesspr?Zmapcarztext-properties-atz(set-safe-terminal-coding-system-internalZashzwindow-pixel-edgeszhash-table-rehash-sizezline-end-positionrDzhash-table-sizezmake-frame-invisiblezwindow-pixel-widthzframe-pointer-visible-pzreset-this-command-lengthszsignal-processzbuffer-base-bufferzframe-pixel-widthzmouse-pixel-positionzunibyte-char-to-multibyter:zdecode-coding-stringzget-pos-propertyzgnutls-error-fatalpZboundpzchar-table-parentzset-buffer-multibytezwindow-listznumber-to-stringzcase-table-pzframe-scroll-bar-heightZvectorpzverify-visited-file-modtimezx-parse-geometryzframe-text-widthzglobal-key-bindingzmsdos-memputrDzfield-string-no-propertieszset-window-fringesz
image-sizezset-process-bufferztest-completionzw32-unload-winsockzend-of-linezuser-full-namezzlib-available-pzw32-send-sys-commandz
lax-plist-getzset-window-point�read-from-stringzwindow-new-totalZminibufferpzmodify-frame-parameterszchar-to-stringzgenerate-new-buffer-namezwindow-pixel-leftzformat-mode-linezsystem-namezencode-sjis-charzset-visited-file-modtimeZmaphashzx-display-mm-widthzset-process-filter-multibyter�zpoint-min-markerzx-get-atom-namezbuffer-nameztype-ofzwhere-is-internalzwindow-vscrollzdecode-sjis-charz
resume-ttyzset-default-toplevel-valuezdefault-toplevel-valuezwindow-configuration-framezbidi-resolved-levelszcategory-docstringzprofiler-memory-stopzprocess-attributesz internal-get-lisp-face-attributer�zvisible-frame-listzset-window-new-pixelzxw-display-color-pr�zcoding-system-eol-typez
query-fontzframe-char-widthzwindow-mode-line-heightzopen-dribble-filezmemory-limitzprofiler-memory-running-pzset-marker-insertion-typezoverlay-bufferzframe-root-windowz
kill-emacsZbufferpzmsdos-remember-default-colorszinvocation-namez
replace-matchZmapatomszget-text-propertyzunicode-property-table-internalzset-window-prev-buffersz
char-afterz"display-supports-face-attributes-pzpoint-markerzset-window-dedicated-pz
file-exists-pzfont-xlfd-namezcompare-window-configurationszsubstitute-in-file-nameZdingzinsert-and-inheritzw32-get-default-locale-idzprofiler-cpu-stopztime-addzmultibyte-char-to-unibytezoverlays-atzw32-long-file-namer6Zasetzfont-get-system-fontzx-popup-dialogzunibyte-stringzdump-glyph-matrixzdeclare-equiv-charsetzstring<Zrecenterr�z
start-processzprevious-overlay-changezx-backspace-delete-keys-pzset-fringe-bitmap-faceztext-property-not-allzvisited-file-modtimezkill-bufferzinternal-lisp-face-pzgarbage-collectzw32-frame-menu-bar-sizer�zfile-name-as-directoryzmake-markerznext-overlay-changezautoload-do-loadzbacktrace--localsZkeymappzprevious-windowzcoding-system-base�putzwindow-pixel-heightz
file-modeszoverlay-putz
undo-boundaryzframe-or-buffer-changed-pZmemqlzdebug-timer-checkZnatnumpz	unix-syncz	run-hookszgap-positionzcompare-buffer-substringszlibxml-parse-html-regionz
match-datazx-display-screensz!internal-set-font-selection-orderzset-mouse-positionzdefine-coding-system-internalzimage-metadatazw32notify-add-watchz1-zwindow-edgeszcapitalize-regionZconspzactive-minibuffer-windowZdowncasezmsdos-set-keyboardzprocess-query-on-exit-flagZfboundpzwindow-valid-pzsymbol-namezwindow-bottom-divider-widthzencode-timezkill-all-local-variableszcurrent-messagezinsert-before-markersZeolpzfont-get-system-normal-fontz
keymap-parentz
tty-top-framezdbus--init-busz	emacs-pidzdelete-terminalz#cygwin-convert-file-name-to-windowszcontinue-processr�zequal-including-propertiesz$previous-single-char-property-changezget-file-bufferzwindow-text-widthr�rGZrassqzstring-to-syntaxzresize-mini-window-internalzset-window-scroll-barsz.internal-set-lisp-face-attribute-from-resourcezprofiler-memory-startzprefix-numeric-valueZbobpzset-file-timeszget-unused-categoryzclear-charset-mapszsymbol-functionzset-keymap-parentz
forward-pointzinsert-byteztool-bar-get-system-stylez set-window-redisplay-end-triggerZ
makunboundzwindow-new-normalz
window-endzwrite-regionzx-frame-geometryzset-text-propertieszwindow-parameterzbuffer-enable-undozw32-get-current-locale-idzinvocation-directoryzx-disown-selection-internalz	open-fontzinsert-startup-screenzcopy-markerzdefault-printer-namezbase64-encode-stringzmouse-positionzforward-linezw32-get-locale-infozmultibyte-string-pzw32notify-rm-watchzmove-to-columnzcurrent-indentationZintegerpzprevious-framezsafe-lengthzfile-system-infozhash-table-countzre-search-backwardzdowncase-regionZlistpr;z	goto-charzlookup-image-mapZsxhashzchar-table-pzx-own-selection-internalzdelete-directory-internal�insertz	window-atz,internal-set-alternative-font-registry-alistzterminal-live-pz
widget-putz
read-eventz
select-windowzpos-visible-in-window-pzcoordinates-in-window-pzx-popup-menu�internzeval-regionzposix-search-backwardzdirectory-files-and-attributeszcancel-kbd-macro-eventszcoding-system-pzuse-global-mapzfont-family-listzmsdos-long-file-nameszinput-pending-pzstring-byteszterminal-local-valuezgfile-add-watchzfile-name-nondirectoryr�zget-char-propertyZnthcdrZnreversezset-minibuffer-windowzget-buffer-windowzmemory-infozwindow-new-pixelz"process-inherit-coding-system-flagz
x-focus-framezfile-aclzinteractive-formzframe-total-colszadd-face-text-propertyZpurecopyzx-display-listzuser-login-namezmap-char-tablez#set-terminal-coding-system-internalzcommand-remappingzcurrent-global-mapz
terminal-namezset-charset-priorityzget-screen-colorzcurrent-input-modeztry-completionzcheck-coding-systemzshow-face-resourceszmake-symbolic-linkznewline-cache-checkzexecute-kbd-macrozforward-commentzsearch-forwardzprevious-char-property-changezclear-buffer-auto-save-failurezget-buffer-createzfield-stringzopen-termscriptz
overlay-listszoverlay-getzwindow-combination-limitzw32-set-current-localezinsert-file-contentszmsdos-mouse-enableztool-bar-heightr�zfind-operation-coding-systemzdump-frame-glyph-matrixzapropos-internalzset-buffer-major-modezwindow-display-tablezmake-symbolzprocess-exit-statusr8zdbus-get-unique-namezwindow-absolute-pixel-edgeszoverlays-inzchar-category-setzfile-executable-pzfile-selinux-contextz
window-parentzw32-default-color-mapzmake-byte-codezrecursion-depthzdelete-overlayzfollowing-charzwindow-hscrollr9zfield-beginningzx-server-vendorZwidenzfind-charset-regionztty-display-color-cellszkey-bindingzbool-vector-intersectionz current-bidi-paragraph-directionzstring-make-multibytezx-get-selection-internalzcomposition-get-gstringzframe-font-cachezw32-unregister-hot-keyzframe-parameterzmessage-boxzfont-drive-otfz
unify-charsetzdelete-frameZint86r�zimage-mask-pztty-display-color-pzcar-less-than-carzget-bytezx-window-propertyzdelete-and-extract-regionzread-key-sequence-vectorzchar-charsetzminibuffer-selected-windowzx-family-fontsrzset-window-parameterr<zprofiler-memory-logz	plist-putzcall-interactivelyzcommand-error-default-functionZ
documentationr�Zimagepzprocess-contactzredirect-debugging-outputzuser-real-login-namezset-process-datagram-addressr>zexit-recursive-editzset-frame-sizezload-averagezprocess-datagram-addresszmake-overlayzdump-colorszread-non-nil-coding-systemzexpand-file-namezcopy-keymapzprocess-coding-systemzwindow-marginszset-frame-positionzx-close-connectionzclear-image-cachezx-delete-window-propertyzsuspicious-objectzset-syntax-tablez
file-locked-pzmove-point-visuallyzdump-glyph-rowzsecure-hashzdump-redisplay-historyzgnutls-available-pz*internal-set-alternative-font-family-alistzsend-string-to-terminalz
next-framezframe-text-colszfile-symlink-pr�zdelete-processzlocal-variable-pzfuncall-interactivelyz
process-plistz
window-list-1zmake-network-processz
charset-plistzbuffer-swap-textzbuffer-local-variableszinternal-default-process-filterz
read-functionzw32-get-console-output-codepagezother-bufferz#bidi-find-overridden-directionalityzoverlay-recenterz
buffer-live-pz
window-live-pzset-mouse-pixel-positionzcompose-region-internal�fsetzfetch-bytecodezset-match-dataZdaemonpzbuffer-modified-tickzinsert-buffer-substringzregion-beginningz	font-speczframe-border-widthZpoint�
capitalizezmodify-category-entryzaccept-process-outputzregister-ccl-programzx-server-max-request-sizezx-change-window-propertyzfontset-list-allzupcase-initials-regionzx-open-connectionzface-attribute-relative-pzdelete-fieldzthis-command-keys-vectorrlzstandard-category-tablezfont-shape-gstringzcoding-system-plistzwindow-prev-siblingzw32-short-file-namezplay-sound-internalzfont-atzchar-syntaxr�zframe-terminalzwindow-header-line-heightzfile-directory-pzchar-or-string-pzgpm-mouse-stopzlast-nonminibuffer-framezx-list-fontsz
set-bufferzx-display-planesz next-single-char-property-changezprocess-running-child-pzremove-text-propertieszprofiler-cpu-running-pr�z1+zcoding-system-putzcall-process-regionr1zfile-name-directoryZ	mapconcatzframe-focusz
iconify-framezset-defaultz#gnutls-peer-status-warning-describezfont-otf-alternatesZsetplistz
default-valuezprocess-connectionzx-display-grayscale-pzinternal-char-fontzmemory-use-countszget-load-suffixeszfile-attributesZvconcatzw32-set-keyboard-layoutr�zx-selection-exists-pzwindow-next-bufferszx-display-visual-classr�zmodify-syntax-entryzformat-network-addressZlogiorzzlib-decompress-regionzdestroy-fringe-bitmapznarrow-to-regionzmark-markerzdefine-hash-table-testZmapczget-char-property-and-overlayz
copy-alistzset-window-new-totalzwindow-left-childZputhashzwindow-minibuffer-pr�z$run-window-configuration-change-hookz
backward-charzprevious-property-changezdefine-prefix-commandzread-commandzread-from-minibufferzcheck-coding-systems-regionzrun-hook-with-argszmake-serial-processzcopy-hash-tablezscroll-rightZsubrpzcoding-system-aliaseszset-default-file-modeszrecent-auto-save-pzwindow-next-siblingzgroup-real-gidzstring-equalz
lookup-keyzcolor-supported-pzvariable-binding-locusr�z
process-idzcurrent-columnzw32-battery-statuszset-file-aclzkey-descriptionzw16-get-clipboard-dataz
frame-listz
sort-charsetszall-completionsZffloorzinternal--track-mouser\zmake-temp-namezcoding-system-priority-listzstore-kbd-macro-eventzparse-partial-sexpz	plist-getzspecial-variable-pzcopy-syntax-tablez	sleep-forzwindow-total-heightzwindow-scroll-bar-widthzstring-as-multibytezprofiler-cpu-startzcdr-safezhandle-save-sessionzinternal-copy-lisp-facez
query-fontsetzset-char-table-parentr�zset-standard-case-tabler5zcurrent-case-tablezwaiting-for-user-input-pznetwork-interface-listzw32-window-exists-pr�Zremhashzset-window-bufferzsubstring-no-propertieszset-category-tablezrun-hook-wrappedz(tty-suppress-bold-inverse-default-colorszchar-beforezbyte-to-positionzwindow-framez
char-widthzSnarf-documentationZlogxorzpreceding-charzprocess-namezinternal-lisp-face-equal-pzredraw-framezw32-get-valid-codepagesr�z
upcase-regionZprin1zframe-pixel-heightzprocess-status�concatzw32-define-rgb-colorz%internal-event-symbol-parse-modifierszframe-char-heightZeqlzcolor-gray-pzlocal-variable-if-set-pZbolpzerase-bufferr~zwindow-body-heightzx-display-pixel-heightr�zwindow-top-linezprocess-send-stringzx-get-resourcezlower-framezchar-resolve-modifierszclear-face-cachezxw-color-defined-pr�z
dump-emacszw32-reconstruct-hot-keyzhash-table-rehash-thresholdzbury-buffer-internalzcar-safezget-processzx-wm-set-size-hintr�zquit-processZfceilingzclear-stringz
unlock-bufferzcurrent-time-zonezset-window-vscrollzthis-command-keyszw32-set-clipboard-datazinternal-face-x-get-resourceZnconczserial-process-configurezfile-name-all-completionszencode-coding-stringz
marker-bufferZeobpzbuffer-has-markers-atz	indent-tozsubst-char-in-regionz#find-coding-systems-region-internal�eqzset-time-zone-rulezchar-table-rangezset-charset-plistr�z
suspend-emacszdetect-coding-regionzccl-execute-on-stringzx-selection-owner-pzset-case-tablezinternal-complete-buffer�arefzcompleting-readzforward-charz
x-synchronizeZoverlaypz
close-fontzwindow-inside-pixel-edgesZ
characterpzterminal-coding-systemzrecursive-editZsetcarzprocess-send-eofzstring-make-unibytezmove-to-window-linezstart-kbd-macrozremove-list-of-text-propertieszcall-processzstring-to-multibyter�zoverlay-propertieszclear-font-cachezprocess-listZsetcdrzwindow-scroll-bar-heightzmake-frame-visiblezsystem-move-file-to-trashz%cygwin-convert-file-name-from-windows�	ftruncatezlibxml-parse-xml-regionz
overlay-startzmap-charset-charsz	face-fontzaccess-filezprocess-filter�	byteorderzdelete-window-internalzw32-set-console-output-codepagez
keymap-promptzindirect-functionzsubstitute-command-keysZkeywordpr�zcompose-string-internalzgnutls-peer-statuszprocess-typezdirectory-file-namer$zprin1-to-stringz
scan-sexpszinit-image-libraryzmake-sparse-keymapz"window-inside-absolute-pixel-edgesz
lax-plist-putz	field-endr�zdocumentation-propertyzadd-name-to-fileZdelqzfile-name-absolute-pzfontset-listZnumberpzwindow-prev-buffersz
gnutls-deinitr�zbuffer-chars-modified-tickzmake-keymapzposix-string-matchZuninternzgpm-mouse-startzpoint-max-markerzinotify-add-watchzx-send-client-messagez	group-gidZcopysignzhandle-switch-framezinotify-rm-watchzminor-mode-key-bindingzx-display-backing-storez
copy-sequenceZlognotzbeginning-of-linezscroll-downzwindow-pointz
widget-getzfont-variation-glyphszcopy-category-tablezcurrent-timezmsdos-downcase-filenamez
set-markerzset-char-table-rangezposn-at-x-yzsplit-window-internalzcategory-set-mnemonicsztool-bar-pixel-widthzw32-toggle-lock-key�eltzdelete-all-overlayszset-network-process-optionzwindow-old-pointZgethashz!minibuffer-contents-no-propertieszcolor-distancezinternal-make-var-non-specialzwindow-fringesrNzchar-table-subtypez
buffer-stringzread-bufferznext-single-property-changezset-window-startzminibuffer-depthzwindow-scroll-barszwindow-resize-apply-totalzmake-terminal-framezread-coding-systemzcurrent-idle-timezskip-chars-backwardz	subr-namerCZequalzinternal-lisp-face-empty-pzbase64-decode-regionz
ccl-program-pzset-window-configurationzstandard-syntax-tabler�z
x-hide-tipr�zwindow-right-divider-widthZfuncallz
downcase-wordzbase64-encode-regionzbool-vector-exclusive-orz
get-bufferzbyte-code-function-pz&set-process-inherit-coding-system-flagzdelete-other-windows-internalzmenu-or-popup-active-p�messagezinternal-show-cursor-pr�zfontset-fontzline-pixel-heightzimage-flushzmatch-beginningz#internal-lisp-face-attribute-valuesr�z
split-charzbyte-to-stringzframe-total-linesz
rename-bufferZ	backtracezbool-vector-count-consecutivezbuffer-file-namezframe-first-windowzclear-this-command-keyszbackward-prefix-charsz	point-maxzsingle-key-descriptionz
looking-atzkeyboard-coding-systemznext-char-property-changezlocal-key-bindingzwindow-body-widthzforward-wordzcontrolling-tty-pZwindowpzbool-vector-set-differencez
map-keymapz
window-bufferzdbus-message-internalzcategory-tableZcommandpzstring-matchrAzintern-softzdefault-file-modeszuser-uidzfind-composition-internalzskip-chars-forwardzdefine-charset-internalz
end-kbd-macrozcurrent-minor-mode-mapsz
get-file-charzgfile-rm-watchzframe-parameterszmenu-bar-menu-at-x-yzwindow-startzstring-widthzwindow-configuration-pzdefine-categoryzbool-vector-notzcapitalize-wordZrassocZ	fillarrayZfroundz run-hook-with-args-until-successZprocesspZstringpzx-create-framezset-process-sentinelzraise-framezset-window-new-normalzset-window-combination-limitzposix-looking-atZldexpzbool-vector-unionzset-screen-colorz	gc-statuszbool-vector-count-populationz
bitmap-spec-pz	byte-codez!x-display-monitor-attributes-listz#set-keyboard-coding-system-internalz	point-minzcurrent-local-mapzvector-or-char-table-pznext-read-file-uses-dialog-pzbacktrace-evalzframe-live-pznew-fontsetZmarkerpzinternal-make-lisp-faceztranspose-regionszwindow-text-heightZfloatpzdefine-coding-system-aliasz
use-local-mapzgnutls-error-stringzprocess-commandZ	redisplayzhash-table-weaknesszcall-last-kbd-macrozadd-text-propertieszdecode-big5-char>	Zfeaturepr�zwith-no-warningsZdefaliasrQzwith-electric-helpZdefvaraliasz
define-widgetr�>z&wholez&environmentz&auxz&restz&keyz&allow-other-keysz&bodyz	&optional>z	cl-assertr�z
cl-check-type�warnz
user-errorrNccs�dg}t�|||�D]�\}}}|tjur�|tjvrB|tj|fVq|tjvrZ|t|fVq|tj	vrt|tj
|fVq|tjvr�|tj|fVq|tj
vr�|tj|fVq|tjvr�|tj|fVq|||fVqdSrP)rrQrr:rrFr<rGr
�error_keywords�	Exception�builtin_function_highlightedr;rHrI�PseudorTrrrrQs,






z%EmacsLispLexer.get_tokens_unprocessedrZrrrr�z
\?([^\\]|\\.)r[r\rr]r^r_r`z\[|\]rbz#\^\^?rcz#[bB][+-]?[01]+(/[01]+)?z#[oO][+-]?[0-7]+(/[0-7]+)?z&#[xX][+-]?[0-9a-fA-F]+(/[0-9a-fA-F]+)?z&#\d+r[+-]?[0-9a-zA-Z]+(/[0-9a-zA-Z]+)?rdrez(,@|,|\.|:)rfrgrar#r$r z[^"\\`]+z`%s\'z\\.z\\\n)r&rZr�N),r'r(r)r*r+r,r-r.rrirjrkrlrmrnrHrGrFrsrIrqrQrrrr2rr7rr;r6r	r
r5r4rr<rqrrrsr8r:rtr=rrrrr�s�1=�
���C��rc@sDeZdZdZdZdgZdgZddgZdZdZ	d	Z
d
Zdd�eD�Ze�
d
d�e
D��e�
dd�e	D��dZdeZdeZdeZdedfdejfdejfdefgdejfdejfdefdefdefdefdefd ejfd!ejfded"feejfd#e j!feefd$efgd%�Z"d&d'�Z#d(d)�Z$d*d+�Z%d,d-�Z&d.d/�Z'd0d1�Z(d2S)3rz^
    Lexer for `Shen <http://shenlanguage.org/>`_ source code.

    .. versionadded:: 2.1
    ZShenZshenz*.shenztext/x-shenzapplication/x-shen)
�datatyperr�Z	defprologZdefccZsynonymsr\�package�typera)rr~r%rZcasesr!rdr�ZfreezerYr�rZprotectr#r"r�r)�outputzprolog?z
trap-errorr�r�z/.r�z@pz@sz@v)�r�r;r5r6r7r8r9r<r=r:z	<-addressz<-vectorrZ	absvectorz
absvector?z	address->ZadjoinrAZarityrDrrHzbound?�callZcdrZcnr�rir�r�Zcutr%r&zelement?r�zenable-type-theoryzerror-to-stringr�zeval-kl�	exceptionr.ZexternalZfailzfail-ifr��findallZfixZfstZfwhenr�zget-timer�ZhdZhdstrZhdv�headZ	identical�implementationr�rzinclude-all-butZ
inferences�inputzinput+r�rf�intersectionr��kill�languager��limitZlinereadZloaded�macrorbr�ZmapcanZ
maxinferences�modez	n->string�nlr�r�r�Zoccurrenceszoccurs-checkr��os�out�portZporters�posZprZprecludezpreclude-all-butr�Zprofilezprofile-resultsZps�quitr�zread+r�rBzread-file-as-bytelistzread-file-as-stringrc�releaser�r]r��runrHr�zsimple-errorZsndZ
specialiseZspy�stepZstinputZstoutput�strz	string->nr�r��substr�Zsystemf�tailZtcztc?Zthaw�tlZtlstrZtlvZtrackztuple?Z
undefmacrorSzunify!�unionZ	unprofileZunspecialiseZuntrackz	variable?r�zvector->r�Zverifiedr�rprzr�r�zy-or-n?)�where�skiprr�rz<e>z<!>cCsi|]
}|t�qSr�r
�r�srrr�
<dictcomp>�rzShenLexer.<dictcomp>ccs|]}|tjfVqdS�N)rr;r�rrrr�rzShenLexer.<genexpr>ccs|]}|tfVqdSr�r�r�rrrr�rz[\w!$%*+,<=>?/.\'@&#:-]z%s+z[a-z!$%%*+,<=>?/.\'@&#_-]%s*z[A-Z]%s*rr z
c#\d{1,3};z~[ARS%]z(?s).z(?s)\\\*.*?\*\\z\\\\.*rz_{5,}z={5,}z(;|:=|\||--?>|<--?)z(:-|:|\{|\})z[+-]*\d*\.\d+(e[+-]?\d+)?z[+-]*\d+r�z(true|false|<>|\[\])z
(\[|\]|\(|\)))r�r&cCs$t�||�}|�|�}|�|�}|Sr�)rrQ�_process_symbols�_process_declarations)rNrUr=rrrrQ�s

z ShenLexer.get_tokens_unprocessedcCs|ttjtjfvSr�)rrr2r3)rNrXrrr�	_relevant�szShenLexer._relevantccsjd}|D]\\}}}|||fV|�|�r|rT|tkrT||jvrT|}|�||�EdH|dkob|tk}qdS�NF�()r�r
rC�_process_declarationr)rNr=�
opening_parenrWrXrY�declarationrrrr��s
zShenLexer._process_declarationsccspd}|D]b\}}}|r6|ttjfvr6|j�|tj�}n|tkrN||jvrNtj}|dko\|tk}|||fVqdSr�)	rrr:�MAPPINGSr~r<�BUILTINS_ANYWHEREr;r)rNr=r�rWrXrYrrrr��szShenLexer._process_symbolsccs�|D]$\}}}|�|�rq*|||fVq|dkr�d}|tkrDtjn|}|||fV|D]B\}}}|rt|tkrttj}|||fV|�|�rX|tko�|dk}qXn�|dkr�|tkr�tjn|}|||fVn�|dk�rp|tkr�tjn|}|||fV|D](\}}}|�|��r�q|||fVq�|dk�rb|tk�rb|t|fV|�|�D]\}}}|||fV�qFn|||fVn |tk�r�tjn|}|||fVdS)NruFr[rvr�{)	r�rr
rRrrr<r�_process_signature)rNr�r=rWrXrYZprev_was_colonrrrr��s@


zShenLexer._process_declarationccsd|D]Z\}}}|tkr0|dkr0|t|fVdS|ttjfvrR|��rLtjntj}|||fVqdS)N�})rrrr<�istitler:r
rR)rNr=rWrXrYrrrr�	szShenLexer._process_signatureN))r'r(r)r*r+r,r-r.rCr@ZBUILTINSr�r��updateZvalid_symbol_charsr1Zsymbol_name�variablerrZInterpolrr3r2rrrr
r4r5rr:r
rtr=rQr�r�r�r�r�rrrrr�sV���

&rc@s�eZdZdZdZdgZdgZgZdZdZ	dZ
dd	ejfd
e
fdejfdejfd
efde
ejfdejfdejfdefeedd�efde
ejfde
ejfee	ddd�ejfde
ejfe
ejfdefdefgiZdS)rza
    A CPSA lexer based on the CPSA language as of version 2.2.12

    .. versionadded:: 2.1
    ZCPSAZcpsaz*.cpsa)Zherald�varsr�rZdefprotocolZdefroleZdefskeletonZ	defstrandZdeflistenerznon-origz	uniq-origzpen-non-orig�precedesrRr�Zrecvr+rUZskeyZakey�dataZmesg)	�cat�encr�ZprivkZpubkZinvkZltk�genr�r�r&rrrrrrr	r
rrYr�rrrrrrN)r'r(r)r*r+r,r-r.rr	r1rr2rr
r4r5rr6r7rr8r	rr
r:r;r<rr=rrrrr$	s8��rc@s�eZdZdZdZdgZdgZgZdZdZ	dZ
dZd	Zd
Z
dZdZd
ZdZdedfdedfdeejfdeejfdeejfdeejfdeejfdeejfdeejfdeejfdeejfdeejfdededed ed!ejfeed"d#�efeed"d#�ejfed$�eejfgd%eejfd&ejfd'efee	d"d#�efee
d"d#�ejfed$�eejfgd(ejfd)e fd*e!j"fd+e!j#fd,e!fd-efd.ej$feed"d#�efeed"d#�ejfd/efg
ee
d"d0d1�edfed2�gd3�Z%d4S)5ra+An xtlang lexer for the `Extempore programming environment
    <http://extempore.moso.com.au>`_.

    This is a mixture of Scheme and xtlang, really. Keyword lists are
    taken from the Extempore Emacs mode
    (https://github.com/extemporelang/extempore-emacs-mode)

    .. versionadded:: 2.2
    �xtlangZ	extemporez*.xtm)rrrr r!r"r#r%r(r+r�r�)
r)r*r.r/r0r�r$r&r'r-)	z	bind-funczbind-valzbind-libz	bind-typez
bind-aliasz	bind-polyz
bind-dylibz
bind-lib-funczbind-lib-val)Zletz�memzone�castZconvertr(Zdoloop)Jr5r6r7r8r9r:r;r<r=rr>r?r@rArBrCrDrErFrGrHrIrJrKrLrMrNrOrPrQrRrSrTrUrVr\r]r^r_r`rarbrcrdrerfrgrhrirjrkrlr�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�rr:)�rWrXrYrZr[rmrnrorprqrrrsrtrurvrwrxryrzr{r|r}r~rr�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�)oZtoStringzafill!zpfill!ztfill!Ztbindzvfill!zarray-fill!z
pointer-fill!ztuple-fill!r��freer�tupler�r�zcset!Zcrefr�borz	ang-namesrrr9r�Zsprintfr�r:zpset!zpref-ptrzvset!Zvrefzaset!rkzaref-ptrztset!Ztrefztref-ptrZsallocZhallocZzallocZallocZscheduler�r�r�r�r�rCr?rGr�r�r�rlr�r�Zllvm_printfZ	push_zoneZpop_zoner�rZllvm_sprintfz
make-arrayz
array-set!z	array-refz
array-ref-ptrzpointer-set!zpointer-refzpointer-ref-ptrzstack-allocz
heap-allocz
zone-allocz
make-tuplez
tuple-set!z	tuple-refz
tuple-ref-ptrzclosure-set!zclosure-refZprefZpdrefZ	impc_nullZbitcastr�Zifretzret->zclrun->z
make-env-zonezmake-envz<>ZdtofZftodZi1tofZi1todZi1toi8Zi1toi32Zi1toi64Zi8tofZi8todZi8toi1Zi8toi32Zi8toi64Zi32tofZi32todZi32toi1Zi32toi8Zi32toi64Zi64tofZi64todZi64toi1Zi64toi8Zi64toi32r�z[\w.!-]+z[]{}[\w<>,*/|!-]+r#rr$r z(?<=bind-func\s)z(?<=bind-val\s)z(?<=bind-type\s)z(?<=bind-alias\s)z(?<=bind-poly\s)z(?<=bind-lib\s)z(?<=bind-dylib\s)z(?<=bind-lib-func\s)z(?<=bind-lib-val\s)r[z(<z>|\|z\||/z/|z\*)\**r)r��commonrr	rrrrrz(#b|#o|#x)[\d.]+rr
rrYrr)r�rr�r&N)&r'r(r)r*r+r,r-r.Zcommon_keywordsZscheme_keywordsZxtlang_bind_keywordsZxtlang_keywordsZcommon_functionsZscheme_functionsZxtlang_functionsZvalid_scheme_nameZvalid_xtlang_nameZvalid_xtlang_typerrr<r
rRrrr:rr6r7r	rr2rr
r4r5r8r=rrrrrr	s�	
#������#�����rc@s�eZdZdZdZddgZdgZdZdZdZ	d	Z
d
dejfde
fd
ejfdejfdefdejfde
ejfeedd�efeedd�ejfee	dd�ejfdejfe
ejfdefdefdefdefgiZdS)rz�A lexer for the `Fennel programming language <https://fennel-lang.org>`_.

    Fennel compiles to Lua, so all the Lua builtins are recognized as well
    as the special forms that are particular to the Fennel compiler.

    .. versionadded:: 2.3
    ZFennelZfennelZfnlz*.fnl)?�#rr5r6r7rvrwz-?>z-?>>�.z..r8z//r[r9r:r;r<r=z?.r
�
accumulater"ZbandZbnotr�ZbxorZcollectZcommentr)�docZdotoZeachz
eval-compilerruZhashfnZicollectrz
import-macrosrr�r%�lshiftZluaZ
macrodebugr�r�znot=r#�partialz	pick-argszpick-valuesr-zrequire-macros�rshiftr�z
set-forcibly!Ztsetr�rzr�z	with-openz~=)r�r3rr�r�rH�varr�)'Z_GZ_VERSION�arg�assertZbit32Zcollectgarbage�	coroutiner#Zdofiler�ZgetfenvZgetmetatable�ioZipairsr�ZloadfileZ
loadstringZmath�nextr�rv�pairsZpcallr�ZrawequalZrawgetZrawlenZrawsetr�rKZsetfenvZsetmetatabler��tableZtonumberZtostringrwrUZxpcallz0[a-zA-Z_!$%&*+/:<=>?^~|-][\w!$%&*+/:<=>?^~|\.-]*r&rr�rrrz(true|false|nil)r[rr�z\.\.\.rrr�r�N)r'r(r)r*r+r,r-rGrJr0r1rr2rr
r4r5rrr8r6rr
r�r;r:rr=rrrrr>
s6��r) r*rZpygments.lexerrrrrrZpygments.tokenrrr	r
rrr
rrrZpygments.lexers.pythonr�__all__rrrrrrrrrrrrrr�<module>s@
03q5
%NM

Youez - 2016 - github.com/yon3zu
LinuXploit