U
    lufK                     @   sV   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 dgZG dd deZdS )z
    pygments.lexers.boa
    ~~~~~~~~~~~~~~~~~~~

    Lexers for the Boa language.

    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    )
RegexLexerwords)StringCommentKeywordNameNumberOperatorPunctuation
WhitespaceBoaLexerc                   @   s   e Zd ZdZdZdgZdgZeddddZeddddZ	ed	dddZ
d
ZdZeddddZddejfdejfeejfeejfe	ejfe
ejfeeefdefdejfdejfeeejfdejfdejfde fgiZ!dS )r   ze
    Lexer for the `Boa <http://boa.cs.iastate.edu/docs/>`_ language.

    .. versionadded:: 2.4
    ZBoaZboaz*.boa)inputoutputZofZweightbeforeafterstopZifallZforeachexistsfunctionbreakswitchZcaseZvisitordefaultreturnvisitwhileifelsez\b)suffixprefix)ZbottomZ
collectionmaximumZmeanZminimumsetsumtopstringintboolfloattimefalsetruearraymapstackenumtype)ZProjectZ	ForgeKindZCodeRepositoryZRevisionZRepositoryKindZChangedFileZFileKindZASTRoot	NamespaceZDeclarationTypeZMethodVariableZ	StatementZ
ExpressionZModifierZStatementKindZExpressionKindZModifierKindZ
VisibilityZTypeKindZPersonZ
ChangeKind)z->z:=:=z<<!z++z||z&&+-*><)`")\newsortZyearof	dayofyearZhourofZminuteofZsecondofnowZadddayZaddmonthZaddweekZaddyearZ
dayofmonthZ	dayofweekr=   Z
formattimeZ
trunctodayZtrunctohourZtrunctominuteZtrunctomonthZtrunctosecondZtrunctoyearclearZhaskeykeyslookupremovevaluesabsacosacoshasinasinhatanatan2atanhceilcoscoshexpfloorZhighbitisfiniteisinfisnanZisnormalloglog10maxminZnrandpowZrandroundsinsinhsqrttantanhtruncdefhashlenaddcontainsrB   formatZ	lowercasematchZ
matchposnsZ	matchstrsregexsplitZsplitallZsplitnZstrfindZ
strreplaceZstrrfindZ	substringZtrimZ	uppercaser$   r%   r#   r"   r&   ZgetastZgetsnapshotZhasfiletypeZisfixingrevisionZiskindZ	isliteralz\()r   r   rootz#.*?$z	/\*.*?\*/z[][(),;{}\\.]z"(\\\\|\\[^\\]|[^"\\])*"z`(\\\\|\\[^\\]|[^`\\])*`z
[a-zA-Z_]+z[0-9]+z\s+N)"__name__
__module____qualname____doc__namealiases	filenamesr   reservedkeywordsclasses	operatorsZ
string_sepZbuilt_in_functionsr   SingleZ	Multiliner   ZReservedr   ZFunctionr/   ZClassesr	   r
   r   DoubleZBacktickZ	Delimiterr0   r   ZIntegerr   tokens rx   rx   7/tmp/pip-unpacked-wheel-7eq1ciah/pygments/lexers/boa.pyr      sV      "
N)rm   Zpygments.lexerr   r   Zpygments.tokenr   r   r   r   r   r	   r
   r   __all__r   rx   rx   rx   ry   <module>   s   
(