
    Mh                     h    d 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gZ G d de          ZdS )z
    pygments.lexers.pointless
    ~~~~~~~~~~~~~~~~~~~~~~~~~

    Lexers for Pointless.

    :copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    )
RegexLexerwords)	CommentErrorKeywordNameNumberOperatorPunctuationStringTextPointlessLexerc                   N   e Zd ZdZdZdZdgZdgZdZ e	g d          Z
 e	g dd	
          Zdefdej        fdedfdedfdefe
efeefdefdej        fdej        fdej        j        fdej        fdej        fgdej        fdedfdefdefgdej        fdedfdefdefgdZdS )r   z$
    For Pointless source code.
    	Pointlesszhttps://ptls.dev	pointlessz*.ptlsz2.7)+-*/z**%z+=z-=z*=z/=z**=z%=z|>=z==z!=<>z<=z>=z=>$z++)ifthenelsewherewithcondcaseandornotinasforrequiresthrowtrycatchwhenyieldupvalz\b)suffixz[ \n\r]+z--.*$z"""multiString"stringz[\[\](){}:;,.]z\d+|\d*\.\d+z(true|false)\bz[A-Z][a-zA-Z0-9]*\bzoutput\bz(export|import)\bz[a-z][a-zA-Z0-9]*\bz\\.z#popz[^\\"]+z\n)rootr0   r2   N)__name__
__module____qualname____doc__nameurlaliases	filenamesversion_addedr   opskeywordsr   r   Singler   r   r
   r   r	   r   BuiltinSymbolVariableMagic	NamespaceEscaper   tokens     Y/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/pygments/lexers/pointless.pyr   r      se         D
CmG
IM
%     C u   
   H $w~&V]+68$,(Owf%-#V]3$--.!7#45#T]3
  V]#VV$6N 	
 V]#66"EN 	
- FFFrH   N)r7   pygments.lexerr   r   pygments.tokenr   r   r   r   r	   r
   r   r   r   __all__r   rG   rH   rI   <module>rM      s     - , , , , , , ,                      
4 4 4 4 4Z 4 4 4 4 4rH   