U
    ]gQ                     @   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-2025 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dZd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   z%
    Lexer for the Boa language.
    ZBoaZboaz*.boazhttps://boa.cs.iastate.edu/docsz2.4)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	filenamesurlZversion_addedr   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 ry   ry   7/tmp/pip-unpacked-wheel-zak7uw41/pygments/lexers/boa.pyr      sZ      "
N)rm   Zpygments.lexerr   r   Zpygments.tokenr   r   r   r   r   r	   r
   r   __all__r   ry   ry   ry   rz   <module>   s   
(