a
    lc                     @   sV   d Z ddlmZ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 deZdS )z
    pygments.lexers.teal
    ~~~~~~~~~~~~~~~~~~~~

    Lexer for TEAL.

    :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    )
RegexLexerbygroupsincludewords)CommentNameNumberStringTextKeyword	TealLexerc                   @   s   e Zd ZdZdZdZdgZdgZeh dddZ	dZ
d	Zed
de ejfde
 d d d eejejfe
ejdfged
dedfdeejejfdefdejfdejfe	efe
ejfeedfg	dejfdefdedfgdefdejfgdZdS )r   z
    For the Transaction Execution Approval Language (TEAL)

    For more information about the grammar, see:
    https://github.com/algorand/go-algorand/blob/master/data/transactions/logic/assembler.go

    .. versionadded:: 2.9
    tealzAhttps://developer.algorand.org/docs/reference/teal/specification/z*.teal>L   ZFreezeAssetZConfigAssetURLZAssetClawbackZConfigAssetMetadataHashZApplicationArgsZ
AssetTotalZCurrentApplicationIDZAssetReserveZVoteLastZNoOpZDeleteApplicationZAssetDecimalsZ
MinBalanceZAmountZReceiverZ
MaxTxnLifeZAssetMetadataHashZAssetBalanceZCloseRemainderToZTypeEnumZAssetFrozenZAssetUnitNameZFirstValidTimeZCloseOutZConfigAssetDefaultFrozenZApplicationIDZ	LastValidZVotePKZConfigAssetTotalZUpdateApplicationZZeroAddressZ	XferAssetZRekeyToZSenderZFeeZTxIDZApprovalProgramZOptInZOnCompletionZConfigAssetZAssetCloseToZ
ClearStateZ	MinTxnFeeZConfigAssetNameZLeaseZNoteZAccountsZConfigAssetDecimalsZ	VoteFirstZConfigAssetFreezeZFreezeAssetAccountZNumAccountsZAssetSenderZSelectionPKZFreezeAssetFrozenZAssetAmountZRoundZ
FirstValidZAssetURLZConfigAssetClawbackZ	AssetNameZConfigAssetManagerZClearStateProgramZLogicSigVersionZAssetManagerTypeZConfigAssetReserveZ
GroupIndexZAssetDefaultFrozenZConfigAssetUnitNameZVoteKeyDilutionZ	GroupSizeZAssetReceiverZAssetFreezeZ
NumAppArgsZLatestTimestampz\b)suffixz[^ \t\n]+(?=\/\/)|[^ \t\n]+z\r?\n
whitespacez^#pragma .*(:)z([ 	].*)function-args"stringz-(b(?:ase)?(?:32|64) ?)(\(?[a-zA-Z0-9+/=]+\)?)z[A-Z2-7]{58}z0x[\da-fA-F]+z\d+z#popz\\(?:["nrt\\]|x\d\d)z
[^\\\"\n]+z[ \t]+z//[^\n]+)rootr   r   r   N)__name__
__module____qualname____doc__nameurlaliases	filenamesr   keywords
identifiernewliner   r   Z	Directiver   r   LabelSingleFunctionr	   AffixOtherr   HexIntegerr   Z
Attributesr
   Escapetokens r,   r,   P/var/www/html/django/DPS/env/lib/python3.9/site-packages/pygments/lexers/teal.pyr      sJ   
N)r   Zpygments.lexerr   r   r   r   Zpygments.tokenr   r   r   r	   r
   r   __all__r   r,   r,   r,   r-   <module>   s   
 