U
    YShQ                     @   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.
    Boaboaz*.boazhttps://boa.cs.iastate.edu/docsz2.4)inputoutputZofweightbeforeafterstopZifallZforeachexistsfunctionbreakswitchcasevisitordefaultreturnvisitwhileifelsez\b)suffixprefix)bottomZ
collectionmaximumZmean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	NamespaceDeclarationTypeZMethodVariableZ	Statement
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	dayofweekrF   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containsrK   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urlversion_addedr   reservedkeywordsclasses	operatorsZ
string_sepZbuilt_in_functionsr   Single	Multiliner   Reservedr   Functionr7   ZClassesr	   r
   r   DoubleBacktick	Delimiterr8   r   Integerr   tokens r   r   F/root/rtd-docs/venv/lib/python3.8/site-packages/pygments/lexers/boa.pyr      sZ      "
N)rv   Zpygments.lexerr   r   Zpygments.tokenr   r   r   r   r   r	   r
   r   __all__r   r   r   r   r   <module>   s   
(