a
    lcH                     @   st   d Z ddlZddlmZmZ ddlmZmZmZm	Z	m
Z
mZmZmZmZ ddgZG dd deZG dd deZdS )	z
    pygments.lexers.rebol
    ~~~~~~~~~~~~~~~~~~~~~

    Lexers for the REBOL and related languages.

    :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    N)
RegexLexerbygroups)	TextCommentOperatorKeywordNameStringNumberGeneric
Whitespace
RebolLexerRedLexerc                #   @   s  e Zd ZdZdZdgZg dZdgZej	ej
B ZdZdd Zd	efd
ejdfdefgdefdejdfdejfdejdfdejfdedfdedfdejfdejfdefdejdfdejfdejfdejfd ejfd!ejfd"ejfd#ejfd$ejfd%efd&ejfd'ejfd(ejfd)ejfd*ed+fd,ed-fd.ed/fd0efd1ejfd2efd3ejfd4ejd5fd6efg!d7efeej fd8efd9ej fded:fgd;efeej fd8efd9ej fded<fd=ed:fgd7ejfeejfd9ejfdejd:fged ejd:fd>ejd:fd?ejd:fgeejfdejd@fdAejfdBejd:fgd7ejfeejfd8ejfd9ejfdejd:fgdCejfdDejd:fgdejfdEejfd=ejd:fgd7efeefd8efd9efded:fgd;efeefd8efd9efded<fd=ed:fgdFed<fdGed:fded+fded-fdHefgdIZ!dJdK Z"dLS )Mr   zN
    A `REBOL <http://www.rebol.com/>`_ lexer.

    .. versionadded:: 1.1
    REBOLrebol)z*.rz*.r3z*.rebztext/x-rebol(?:\^\([0-9a-f]{1,4}\)*)c                 c   s  |  }td|r*| tj|fV  ntd|rL| tj|fV  ntd|rn| tj|fV  n^td|r| t	j
|fV  n<td|r| tj|fV  ntd|r| tj|fV  ntd|r| t	|fV  ntd|r| t|fV  ntd	|r0| t	|fV  ntd
|rR| t	j|fV  nztd|rv| tjj|fV  nVtd|r| tj|fV  n4td|r| tj|fV  n| tj|fV  d S )N.*:$a  (native|alias|all|any|as-string|as-binary|bind|bound\?|case|catch|checksum|comment|debase|dehex|exclude|difference|disarm|either|else|enbase|foreach|remove-each|form|free|get|get-env|if|in|intersect|loop|minimum-of|maximum-of|mold|new-line|new-line\?|not|now|prin|print|reduce|compose|construct|repeat|reverse|save|script\?|set|shift|switch|throw|to-hex|trace|try|type\?|union|unique|unless|unprotect|unset|until|use|value\?|while|compress|decompress|secure|open|close|read|read-io|write-io|write|update|query|wait|input\?|exp|log-10|log-2|log-e|square-root|cosine|sine|tangent|arccosine|arcsine|arctangent|protect|lowercase|uppercase|entab|detab|connected\?|browse|launch|stats|get-modes|set-modes|to-local-file|to-rebol-file|encloak|decloak|create-link|do-browser|bind\?|hide|draw|show|size-text|textinfo|offset-to-caret|caret-to-offset|local-request-file|rgb-to-hsv|hsv-to-rgb|crypt-strength\?|dh-make-key|dh-generate-key|dh-compute-key|dsa-make-key|dsa-generate-key|dsa-make-signature|dsa-verify-signature|rsa-make-key|rsa-generate-key|rsa-encrypt)$a4  (add|subtract|multiply|divide|remainder|power|and~|or~|xor~|minimum|maximum|negate|complement|absolute|random|head|tail|next|back|skip|at|pick|first|second|third|fourth|fifth|sixth|seventh|eighth|ninth|tenth|last|path|find|select|make|to|copy\*|insert|remove|change|poke|clear|trim|sort|min|max|abs|cp|copy)$a  (error|source|input|license|help|install|echo|Usage|with|func|throw-on-error|function|does|has|context|probe|\?\?|as-pair|mod|modulo|round|repend|about|set-net|append|join|rejoin|reform|remold|charset|array|replace|move|extract|forskip|forall|alter|first+|also|take|for|forever|dispatch|attempt|what-dir|change-dir|clean-path|list-dir|dirize|rename|split-path|delete|make-dir|delete-dir|in-dir|confirm|dump-obj|upgrade|what|build-tag|process-source|build-markup|decode-cgi|read-cgi|write-user|save-user|set-user-name|protect-system|parse-xml|cvs-date|cvs-version|do-boot|get-net-info|desktop|layout|scroll-para|get-face|alert|set-face|uninstall|unfocus|request-dir|center-face|do-events|net-error|decode-url|parse-header|parse-header-date|parse-email-addrs|import-email|send|build-attach-body|resend|show-popup|hide-popup|open-events|find-key-face|do-face|viewtop|confine|find-window|insert-event-func|remove-event-func|inform|dump-pane|dump-face|flag-face|deflag-face|clear-fields|read-net|vbug|path-thru|read-thru|load-thru|do-thru|launch-thru|load-image|request-download|do-face-alt|set-font|set-para|get-style|set-style|make-face|stylize|choose|hilight-text|hilight-all|unlight-text|focus|scroll-drag|clear-face|reset-face|scroll-face|resize-face|load-stock|load-stock-block|notify|request|flash|request-color|request-pass|request-text|request-list|request-date|request-file|dbug|editor|link-relative-path|emailer|parse-error)$zO(halt|quit|do|load|q|recycle|call|run|ask|parse|view|unview|return|exit|break)$zREBOL$to-.*z5(\+|-|\*|/|//|\*\*|and|or|xor|=\?|=|==|<>|<|>|<=|>=)$z.*\?$.*\!$'.*#.*%.*)grouprematchstartr   
Subheadingr   BuiltinFunctionr   	Namespace	ExceptionHeadingr   TypeVariableInstanceLabel	Decoratorlexerr   word r*   Q/var/www/html/django/DPS/env/lib/python3.9/site-packages/pygments/lexers/rebol.pyword_callback#   sT    zRebolLexer.word_callback[^R]+z
REBOL\s+\[scriptR\s+#"charz#\{[0-9a-f]*\}2#\{bin264#\{[0-9a-z+/=\s]*\}"string\{string2;#+.*\n;\*+.*\n;.*\n%"
stringFile%[^(^{")\s\[\]]+[+-]?([a-z]{1,3})?\$\d+(\.\d+)?[+-]?\d+\:\d+(\:\d+)?(\.\d+)?zJ\d+[\-/][0-9a-z]+[\-/]\d+(\/\d+\:\d+((\:\d+)?([.\d+]?([+-]?\d+:\d+)?)?)?)?\d+(\.\d+)+\.\d+\d+X\d+#[+-]?\d+(\'\d+)?([.,]\d*)?E[+-]?\d+[+-]?\d+(\'\d+)?[.,]\d*[+-]?\d+(\'\d+)?[\[\]()] [a-z]+[^(^{"\s:)]*://[^(^{"\s)]* mailto:[^(^{"@\s)]+@[^(^{"@\s)]+[^(^{"@\s)]+@[^(^{"@\s)]+
comment\s"commentString1comment\s\{commentString2comment\s\[commentBlockcomment\s[^(\s{"\[]+z/[^(^{")\s/[\]]*z"([^(^{")\s/[\]]+)(?=[:({"\s/\[\]])
<[\w:.-]*><[^(<>\s")]+tag([^(^{")\s]+)[^(^")]+[(|)]+\^.#pop	[^(^{})]+#push\}\^."."	tagString[^(<>\r\n")]+>(\d+\.)+\d+([01]\s*){8}\[\][^(\[\]"{)]+rootr.   r7   r9   r>   r2   rT   r_   tupler4   rL   rN   rP   c                 C   s,   t d| t jrdS t d| t jr(dS dS )zS
        Check if code contains REBOL header and so it probably not R code
        z^\s*REBOL\s*\[g      ?z\s*REBOL\s*\[g      ?N)r   r   
IGNORECASEsearch)textr*   r*   r+   analyse_text   s    zRebolLexer.analyse_textN)#__name__
__module____qualname____doc__namealiases	filenames	mimetypesr   rk   	MULTILINEflags	escape_rer,   r   r   Strongr   r	   Charr
   HexSpecialPreprocr   r&   FloatOtherr   Constant	AttributeTagEscapetokensrn   r*   r*   r*   r+   r      s   W




%	







	rc                $   @   s  e Zd ZdZdZddgZddgZddgZej	ej
B Zd	Zd
d Zdefdejdfdejdfdefgdefdejdfdejfdejdfdejfdeejejefdedfdedfdejfdejfdefd ejd!fd"ejfd#ejfd$ejfd%ejfd&ej fd'ej fd(ejfd)ejfd*efd+ejfd,ejfd-ejfd.ejfd/ed0fd1ed2fd3ed4fd5efd6ej!fd7efd8ej"fd9ej"d:fd;efg"d<efeej#fd=efd>ej#fded?fgd@efeej#fd=efd>ej#fdedAfdBed?fgd<ejfeejfd>ejfdejd?fged ejd?fdCejd?fdDejd?fgeej"fdej"dEfdFej"fdGej"d?fgd<ej"feej"fd=ej"fd>ej"fdej"d?fgdHej fdIej d?fgdejfdJejfdBejd?fgd<efeefd=efd>efded?fgd@efeefd=efd>efdedAfdBed?fgdKedAfdLed?fded0fded2fdMefgdNZ$dOS )Pr   zX
    A `Red-language <http://www.red-lang.org/>`_ lexer.

    .. versionadded:: 2.0
    Redredz
red/systemz*.redz*.redsz
text/x-redztext/x-red-systemr   c                 c   s  |  }td|r*| tj|fV  ntd|rL| tj|fV  ntd|rn| tj|fV  ntd|r| tjj	|fV  ntd|r| t
j|fV  nbtd|r| tj|fV  n@td|r| t
|fV  n td|r| t
j|fV  ntd	|r8| t
|fV  ntd
|rX| t|fV  ntd|rz| t
j|fV  ntd|r| tjj|fV  nxtd|r| tj|fV  nVtd|r| tj|fV  n4td|r| tj|fV  n| tj|fV  d S )Nr   a  (if|unless|either|any|all|while|until|loop|repeat|foreach|forall|func|function|does|has|switch|case|reduce|compose|get|set|print|prin|equal\?|not-equal\?|strict-equal\?|lesser\?|greater\?|lesser-or-equal\?|greater-or-equal\?|same\?|not|type\?|stats|bind|union|replace|charset|routine)$af  (make|random|reflect|to|form|mold|absolute|add|divide|multiply|negate|power|remainder|round|subtract|even\?|odd\?|and~|complement|or~|xor~|append|at|back|change|clear|copy|find|head|head\?|index\?|insert|length\?|next|pick|poke|remove|reverse|select|sort|skip|swap|tail|tail\?|take|trim|create|close|delete|modify|open|open\?|query|read|rename|update|write)$z`(yes|on|no|off|true|false|tab|cr|lf|newline|escape|slash|sp|space|null|none|crlf|dot|null-byte)$ze(#system-global|#include|#enum|#define|#either|#if|#import|#export|#switch|#default|#get-definition)$z(system|halt|quit|quit-return|do|load|q|recycle|call|run|ask|parse|raise-error|return|exit|break|alias|push|pop|probe|\?\?|spec-of|body-of|quote|forever)$z(action\?|block\?|char\?|datatype\?|file\?|function\?|get-path\?|zero\?|get-word\?|integer\?|issue\?|lit-path\?|lit-word\?|logic\?|native\?|op\?|paren\?|path\?|refinement\?|set-path\?|set-word\?|string\?|unset\?|any-struct\?|none\?|word\?|any-series\?)$z(JNICALL|stdcall|cdecl|infix)$r   zN(\+|-\*\*|-|\*\*|//|/|\*|and|or|xor|=\?|===|==|=|<>|<=|>=|<<<|>>>|<<|>>|<|>%)$r   r   r   r   z:.*)r   r   r   r   r   r   r   r   r   Pseudor   r   r    r   r"   r#   r$   r%   r&   r'   r*   r*   r+   r,     s\    zRedLexer.word_callbackr-   zRed/System\s+\[r.   zRed\s+\[r/   r0   r1   r2   z#\{[0-9a-f\s]*\}r3   r4   r5   z$([0-9a-f]+)(h)((\s)|(?=[\[\]{}"()]))r6   r7   r8   r9   r:   r;   r<   r=   r>   r?   r@   rA   zH\d+[\-/][0-9a-z]+[\-/]\d+(/\d+:\d+((:\d+)?([\.\d+]?([+-]?\d+:\d+)?)?)?)?rB   rC   rD   rE   rF   rG   rH   rI   rJ   rK   rL   rM   rN   rO   rP   rQ   z/[^(^{^")\s/[\]]*z#([^(^{^")\s/[\]]+)(?=[:({"\s/\[\]])rR   rS   rT   rU   rV   rW   rX   rY   rZ   r[   r\   r]   r^   r_   r`   ra   rb   rc   rd   re   rf   rg   rh   N)%ro   rp   rq   rr   rs   rt   ru   rv   r   rk   rw   rx   ry   r,   r   r   rz   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      s   8





'	







	)rr   r   Zpygments.lexerr   r   Zpygments.tokenr   r   r   r   r   r	   r
   r   r   __all__r   r   r*   r*   r*   r+   <module>   s   
, c