U
    lufU  ã                   @   sN   d Z ddlmZmZ ddlmZmZmZmZm	Z	m
Z
 dgZG dd„ deƒZdS )z½
    pygments.lexers.fift
    ~~~~~~~~~~~~~~~~~~~~

    Lexers for fift.

    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
é    )Ú
RegexLexerÚinclude)ÚLiteralÚCommentÚNameÚStringÚNumberÚ
WhitespaceÚ	FiftLexerc                   @   sÄ   e Zd ZdZdZddgZdgZdZdefe	dƒd	e
d
fdejfdejfdejfdefdefdefdefg
de
jfde
dfde
fgdejfdejdfgdejfdejdfdejdfdejfgdœZdS )r
   z
    For Fift source code.
    ZFiftZfiftZfifz*.fifz2https://ton-blockchain.github.io/docs/fiftbase.pdfz\s+Úcommentsz[\.+]?\"Ústringz0x[0-9a-fA-F]+z0b[01]+z-?[0-9]+("/"-?[0-9]+)?z
b\{[01]+\}zx\{[0-9a-fA-F_]+\}zB\{[0-9a-fA-F_]+\}z\S+z\\.z\"z#popz[^\"\r\n\\]+z//.*z/\*Úcommentz[^/*]+z#pushz\*/z[*/])Úrootr   r   r   N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚnameÚaliasesÚ	filenamesÚurlr	   r   r   r   ZHexZBinÚDecimalr   r   ZEscaper   Z
SinglelineZ	MultilineÚtokens© r   r   ú8/tmp/pip-unpacked-wheel-7eq1ciah/pygments/lexers/fift.pyr
      s:   ìý
þ

üÞN)r   Zpygments.lexerr   r   Zpygments.tokenr   r   r   r   r   r	   Ú__all__r
   r   r   r   r   Ú<module>   s   
 