Ë
    æØjjW  ã                   ó|   — 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dgZ G d„ de«      Z G d„ de«      Zy)	zÕ
    pygments.lexers.console
    ~~~~~~~~~~~~~~~~~~~~~~~

    Lexers for misc console output.

    :copyright: Copyright 2006-present by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
é    )Ú
RegexLexerÚincludeÚbygroups)	ÚGenericÚCommentÚStringÚTextÚKeywordÚNameÚPunctuationÚNumberÚ
WhitespaceÚVCTreeStatusLexerÚPyPyLogLexerc                   óà   — e Zd ZdZdZdgZg Zg ZdZdZ	dde
j                  fdefd	e
j                  fd
e
j                  fde
j                  fdej                   fdej                   fdefdefg	iZy)r   zi
    For colorizing output of version control status commands, like "hg
    status" or "svn status".
    ÚVCTreeStatusÚvctreestatusÚ z2.0Úrootz^A  \+  C\s+z^A\s+\+?\s+z^M\s+z^C\s+z^D\s+z^[?!]\s+z      >\s+.*\nz\S+ú\s+N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚnameÚaliasesÚ	filenamesÚ	mimetypesÚurlÚversion_addedr   ÚErrorr   ÚInsertedÚDeletedr   ÚPreprocr	   r   Útokens© ó    úY/opt/eval-harness/bench_task/venv/lib/python3.12/site-packages/pygments/lexers/console.pyr   r      sœ   „ ñð €DØÐ€GØ€IØ€IØ
€CØ€Mð 	Ø˜gŸm™mÐ,Ø˜VÐ$Ø�w×'Ñ'Ð(Ø�w—}‘}Ð%Ø�w—‘Ð'Ø˜'Ÿ/™/Ð*Ø §¡Ð0Ø�TˆNØ�ZÐ ð

ð�Fr'   c                   óv  — e Zd ZdZdZddgZdgZdgZdZdZ	d	e
d
fde
df ed«      gde
dfdefdefdefdefd eeej                   e«      fdefdej$                  fdej&                  fdefdefdej                   fdej*                  fdej                   f ed«      gde
dfdefdef ed«      gd efd!efgd"œZy#)$r   z#
    Lexer for PyPy log files.
    zPyPy LogÚpypylogÚpypyz	*.pypylogzapplication/x-pypylogzpypy.orgz1.5z\[\w+\] \{jit-log-.*?$újit-logz\[\w+\] \{jit-backend-counts$újit-backend-countsúextra-stuffz\[\w+\] jit-log-.*?}$z#popz^\+\d+: z--end of the loop--z[ifp]\d+zptr\d+z(\()(\w+(?:\.\w+)?)(\))z
[\[\]=,()]z(\d+\.\d+|inf|-inf)z-?\d+z'.*'z,(None|descr|ConstClass|ConstPtr|TargetToken)z<.*?>+z%(label|debug_merge_point|jump|finish)aI  (int_add_ovf|int_add|int_sub_ovf|int_sub|int_mul_ovf|int_mul|int_floordiv|int_mod|int_lshift|int_rshift|int_and|int_or|int_xor|int_eq|int_ne|int_ge|int_gt|int_le|int_lt|int_is_zero|int_is_true|uint_floordiv|uint_ge|uint_lt|float_add|float_sub|float_mul|float_truediv|float_neg|float_eq|float_ne|float_ge|float_gt|float_le|float_lt|float_abs|ptr_eq|ptr_ne|instance_ptr_eq|instance_ptr_ne|cast_int_to_float|cast_float_to_int|force_token|quasiimmut_field|same_as|virtual_ref_finish|virtual_ref|mark_opaque_ptr|call_may_force|call_assembler|call_loopinvariant|call_release_gil|call_pure|call|new_with_vtable|new_array|newstr|newunicode|new|arraylen_gc|getarrayitem_gc_pure|getarrayitem_gc|setarrayitem_gc|getarrayitem_raw|setarrayitem_raw|getfield_gc_pure|getfield_gc|getinteriorfield_gc|setinteriorfield_gc|getfield_raw|setfield_gc|setfield_raw|strgetitem|strsetitem|strlen|copystrcontent|unicodegetitem|unicodesetitem|unicodelen|guard_true|guard_false|guard_value|guard_isnull|guard_nonnull_class|guard_nonnull|guard_class|guard_no_overflow|guard_not_forced|guard_no_exception|guard_not_invalidated)z\[\w+\] jit-backend-counts}$ú:z\d+r   z#.*?$)r   r,   r-   r.   N)r   r   r   r   r   r   r   r   r   r    r
   r   r   r   r   r   ÚBuiltinr   ÚFloatÚIntegerr   ÚClassr   r%   r&   r'   r(   r   r   -   sN  „ ñð €DØ˜&Ð!€GØ�€IØ(Ð)€IØ
€CØ€Mð '¨°Ð;Ø-¨wÐ8LÐMÙ�MÓ"ð
ð & w°Ð7Ø˜'Ð"Ø# WÐ-Ø˜$ÐØ˜ÐØ'Ù�k 4§<¡<°Ó=ð?à˜KÐ(Ø# V§\¡\Ð2Ø�v—~‘~Ð&Ø�fÐØ<¸dÐCØ˜Ÿ™Ð%Ø5°t·z±zÐBðKð0 �\‰\ð1ñ2 �MÓ"ðQ)
ðV -¨g°vÐ>Ø�;ÐØ�VÐÙ�MÓ"ð	
ð �ZÐ Ø�wÐð
ñm:�Fr'   N)r   Úpygments.lexerr   r   r   Úpygments.tokenr   r   r   r	   r
   r   r   r   r   Ú__all__r   r   r&   r'   r(   ú<module>r7      sG   ðñ÷ 9Ñ 8÷$÷ $õ $ð  Ð
/€ô˜
ô ô6E�:õ Er'   