Ë
    !täim  ã                   óP   — d Z ddlmZmZ ddlmZmZmZmZm	Z	 dgZ
 G d„ de«      Zy)zÛ
    pygments.lexers.gcodelexer
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    Lexers for the G Code Language.

    :copyright: Copyright 2006-present by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
é    )Ú
RegexLexerÚbygroups)ÚCommentÚNameÚTextÚKeywordÚNumberÚ
GcodeLexerc                   ó„   — e Zd ZdZdZdgZdgZdZdZdde	fd	e
j                  fd
 eee«      fdej                   fdefgiZy)r
   z 
    For gcode source code.
    zg-codeÚgcodez*.gcodez$https://en.wikipedia.org/wiki/G-codez2.9Úrootz;.*\nz^[gmGM]\d{1,4}\sz([^gGmM])([+-]?\d*[.]?\d+)z\sz.*\nN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚnameÚaliasesÚ	filenamesÚurlÚversion_addedr   r   ÚBuiltinr   r   r	   r   Ú
WhitespaceÚtokens© ó    úi/Volumes/fast/ai/experiments/MLX_z-image/.venv/lib/python3.12/site-packages/pygments/lexers/gcodelexer.pyr
   r
      sm   „ ñð €DØˆi€GØ�€IØ
0€CØ€Mð 	Ø�wÐØ  $§,¡,Ð/Ø*©H°W¸fÓ,EÐFØ�D—O‘OÐ$Ø�dˆOð
ð�Fr   N)r   Úpygments.lexerr   r   Úpygments.tokenr   r   r   r   r	   Ú__all__r
   r   r   r   Ú<module>r       s(   ðñ÷ 0ß ?Õ ?àˆ.€ô�õ r   