
    ,h
                     d    d Z ddlmZ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 G d de      Zy)z
    pygments.lexers.spice
    ~~~~~~~~~~~~~~~~~~~~~

    Lexers for the Spice programming language.

    :copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    )
RegexLexerbygroupswords)	TextCommentOperatorKeywordNameStringNumberPunctuation
Whitespace
SpiceLexerc                   z   e Zd ZdZdZdZdgZddgZdgZdZ	d	d
e
fde
fdefdej                  fdej                  fdej                   fdej$                  fdej&                  f edd      ef edd      ej*                  f edd      ej,                  fdej.                  f edd      ej0                  f edd       eej6                  e      fdej<                  fdej>                  fdej@                  fdejB                  fdejD                  fd efd!ejF                  fd"e$fd#efd$ejJ                  fgiZ&y%)&r   z
    For Spice source.
    Spicezhttps://www.spicelang.comz*.spicespice	spicelangztext/x-spicez2.11rootz\nz\s+z\\\nz	//(.*?)\nz!/(\\\n)?[*]{2}(.|\n)*?[*](\\\n)?/z/(\\\n)?[*](.|\n)*?[*](\\\n)?/z(import|as)\bz1(f|p|type|struct|interface|enum|alias|operator)\b)ifelseswitchcasedefaultforforeachdowhilebreakcontinuefallthroughreturnassertunsafeextz\b)suffix)constsignedunsignedinlinepublicheapcompose)newyieldstashpicksyncclassz(true|false|nil)\b)	doubleintshortlongbytecharstringbooldyn)printfsizeofalignoflenpanicz\b(\()z%[-]?[0-9]*[.][0-9]+([eE][+-]?[0-9]+)?z0[bB][01]+[slu]?z0[oO][0-7]+[slu]?z0[xXhH][0-9a-fA-F]+[slu]?z(0[dD])?[0-9]+[slu]?z"(\\\\|\\[^\\]|[^"\\])*"z\'(\\\\|\\[^\\]|[^\'\\])\'zo<<=|>>=|<<|>>|<=|>=|\+=|-=|\*=|/=|\%=|\|=|&=|\^=|&&|\|\||&|\||\+\+|--|\%|\^|\~|==|!=|->|::|[.]{3}|#!|#|[+\-*/&]z[|<>=!()\[\]{}.,;:\?]z
[^\W\d]\w*N)'__name__
__module____qualname____doc__nameurl	filenamesaliases	mimetypesversion_addedr   r   r   Singler   Doc	Multiliner	   	NamespaceDeclarationr   PseudoReservedConstantTyper   r
   Builtinr   r   DoubleBinOctHexIntegerCharr   Othertokens     W/var/www/html/Resume-Scraper/venv/lib/python3.12/site-packages/pygments/lexers/spice.pyr   r      s    D
%CI$G IM 	JZ dO7>>*16::>.0A0ABw001A7CVCVW %-245<> Y!")..2EeT##%"G$4$45 #+023:<<AB9UdllK02 6v}}E &**-!6::.)6::6$fnn5(&1*FKK8BCKM%{3DJJ'M'
)Fr^   N)rD   pygments.lexerr   r   r   pygments.tokenr   r   r   r	   r
   r   r   r   r   __all__r   r]   r^   r_   <module>rc      s6    7 6$ $ $ .4 4r^   