�
|�eC � �l � d Z ddlmZmZmZmZ ddlmZmZm Z m
Z
mZmZm
Z
mZ dgZdZdZ G d� de� Zy) a�
pygments.lexers.webassembly
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Lexers for the WebAssembly text format.
The grammar can be found at https://github.com/WebAssembly/spec/blob/master/interpreter/README.md
and https://webassembly.github.io/spec/core/text/.
:copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
� )�
RegexLexer�words�bygroups�default)�Text�Comment�Operator�Keyword�String�Number�Punctuation�Name�WatLexer)�module�import�func�funcref�start�param�local�type�result�export�memory�global�mut�data�table�elem�if�then�else�end�block�loop)��unreachable�nopr$ r% r r" |