3

V'íc”ã@sbdZddlmZmZddlmZmZmZmZm	Z	m
Z
mZmZddl
mZdgZGdd„deƒZdS)zÑ
    pygments.lexers.futhark
    ~~~~~~~~~~~~~~~~~~~~~~~

    Lexer for the Futhark language

    :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
é)Ú
RegexLexerÚbygroups)ÚCommentÚOperatorÚKeywordÚNameÚStringÚNumberÚPunctuationÚ
Whitespace)Ú	unistringÚFutharkLexerc@sÆeZdZdZdZdZdgZdgZdgZdjZ	dkZ
dlZdmZdEdFj
e	ƒZdGZdHejfdIefdJefdKdFj
eƒejfdKdFj
e	e
ƒejfdLejfdMeefefdNefdOefdPefdQeejfdReejfdSeejfdTeejfdUeejfdVeejfdWeejfdXej dYfdZed[fd\ejfdJej!fgd]ej d^fdNej"d_fdXej d^fgd`efdNej"d_fdZed^fgdaej"d^fdbe#j$dcej"d^fdFj
eƒej"d^fddej"d^fdeej"d^fdfej"d^fdge%eej"ƒd^fgdhœZ&diS)nr
z4
    A Futhark lexer

    .. versionadded:: 2.8
    ZFutharkzhttps://futhark-lang.org/Zfutharkz*.futztext/x-futharkÚi8Úi16Úi32Úi64Úu8Úu16Úu32Úu64Úf32Úf64ÚboolÚifÚthenÚelseÚdefÚletÚloopÚinÚwithÚtypeútype~útype^ÚvalÚentryÚforÚwhileÚdoÚcaseÚmatchÚincludeÚimportÚmoduleÚopenÚlocalÚassertÚ_ÚNULÚSOHú[SE]TXÚEOTÚENQÚACKÚBELÚBSÚHTÚLFÚVTÚFFÚCRúS[OI]ÚDLEúDC[1-4]ÚNAKÚSYNÚETBÚCANÚEMÚSUBÚESCú[FGRU]SÚSPÚDELz(%s)?ú|z[a-zA-Z_][a-zA-Z_0-9']*z--(.*?)$z\s+z\(\)z\b(%s)(?!\')\bz#\[([a-zA-Z_\(\) ]*)\]z[#!]?(%s\.)*%sz\\z[-+/%=!><|&*^][-+/%=!><|&*^.]*z[][(),:;`{}?.\'~^]z40[xX]_*[\da-fA-F](_*[\da-fA-F])*_*[pP][+-]?\d(_*\d)*zR0[xX]_*[\da-fA-F](_*[\da-fA-F])*\.[\da-fA-F](_*[\da-fA-F])*(_*[pP][+-]?\d(_*\d)*)?z\d(_*\d)*_*[eE][+-]?\d(_*\d)*z+\d(_*\d)*\.\d(_*\d)*(_*[eE][+-]?\d(_*\d)*)?z0[bB]_*[01](_*[01])*z 0[xX]_*[\da-fA-F](_*[\da-fA-F])*z	\d(_*\d)*ú'Ú	characterú"Ústringz\[[a-zA-Z_\d]*\]z[^\\']'z#popÚescapez[^\\"]+z[abfnrtv"\'&\\]z\^[][z@^_]zo[0-7]+zx[\da-fA-F]+z\d+z	(\s+)(\\))ÚrootrNrPrQN)
rrrrrrrrrr)r)rrrrrrrr r!r"r#r$r%r&r'r(r)r*r+r,r-r.r/r0r1)r2r3r4r5r6r7r8r9r:r;r<r=r>r?r@rArBrCrDrErFrGrHrIrJrK)'Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚnameÚurlÚaliasesÚ	filenamesÚ	mimetypesZ	num_typesZother_typesÚreservedÚasciiÚjoinZnum_postfixZ
identifier_rerÚSinglerr
rZReservedÚTypeZPreprocrrr	ZFloatZBinZHexZIntegerrZCharZBuiltinZEscapeÚuniZLurÚtokens©rcrcú;/tmp/pip-build-gk9425m9/Pygments/pygments/lexers/futhark.pyr
sl










N)rVZpygments.lexerrrZpygments.tokenrrrrrr	r
rZpygmentsrraÚ__all__r
rcrcrcrdÚ<module>	s
(