a
    lc{                     @   sl   d Z ddl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mZ dgZedZG dd deZdS )z
    pygments.lexers.boa
    ~~~~~~~~~~~~~~~~~~~

    Lexers for the Boa language.

    :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    N)
RegexLexerwords)	StringCommentKeywordNameNumberTextOperatorPunctuation
WhitespaceBoaLexerz.*?
c                   @   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
    Boaboaz*.boa)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maximum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	dayofweekrH   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containsrM   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   Single	Multiliner   Reservedr   Functionr9   ZClassesr
   r   r   DoubleBacktick	Delimiterr:   r   Integerr   tokens r   r   O/var/www/html/django/DPS/env/lib/python3.9/site-packages/pygments/lexers/boa.pyr      sP   "
)rx   reZpygments.lexerr   r   Zpygments.tokenr   r   r   r   r   r	   r
   r   r   __all__compileZline_rer   r   r   r   r   <module>   s   
,
