
    |ea                     X    d Z ddlmZ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e      Zy)z
    pygments.lexers.tlb
    ~~~~~~~~~~~~~~~~~~~

    Lexers for TL-b.

    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    )
RegexLexerincludewords)OperatorNameNumber
WhitespacePunctuationCommentTlbLexerc            
       `   e Zd ZdZdZdgZdgZdef ed      de	f e
d      ef e
d	      ej                  fd
ej                  fdej                  fde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y)r   z
    For TL-b source code.
    zTl-btlbz*.tlbz\s+commentsz[0-9]+)+-*=?~.^z==<>z<=z>=z!=)z##z#<z#<=z#[0-9a-f]*_?z	\$[01]*_?z[a-zA-Z_][0-9a-zA-Z_]*z[;():\[\]{}]z//.*z/\*commentz[^/*]+z#pushz\*/z#popz[*/])rootr   r   N)__name__
__module____qualname____doc__namealiases	filenamesr	   r   r   r   r   r   Tagr
   r   
Singleline	Multilinetokens     5/usr/lib/python3/dist-packages/pygments/lexers/tlb.pyr   r      s     DgG	I Z J    &'2dhh'488$&-k*!
( g(()W&&	2

 ))*W&&0W&&/g''(	
1Fr(   N)r   pygments.lexerr   r   r   pygments.tokenr   r   r   r	   r
   r   __all__r   r'   r(   r)   <module>r-      s1    6 5- - ,'z 'r(   