Skip to content

Commit

Permalink
Math for matching
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed May 28, 2024
1 parent 262d517 commit d98963d
Show file tree
Hide file tree
Showing 11 changed files with 1,378 additions and 1,568 deletions.
7 changes: 4 additions & 3 deletions document/core/util/macros.def
Original file line number Diff line number Diff line change
Expand Up @@ -290,15 +290,15 @@
.. |tabletype| mathdef:: \xref{syntax/types}{syntax-tabletype}{\X{tabletype}}
.. |memtype| mathdef:: \xref{syntax/types}{syntax-memtype}{\X{memtype}}
.. |datatype| mathdef:: \xref{valid/modules}{syntax-datatype}{\X{datatype}}
.. |externtype| mathdef:: \xref{syntax/types}{syntax-externtype}{\X{externtype}}

.. |limits| mathdef:: \xref{syntax/types}{syntax-limits}{\X{limits}}
.. |mut| mathdef:: \xref{syntax/types}{syntax-mut}{\X{mut}}
.. |init| mathdef:: \xref{valid/conventions}{syntax-init}{\X{init}}

.. |instrtype| mathdef:: \xref{valid/conventions}{syntax-instrtype}{\X{instrtype}}
.. |localtype| mathdef:: \xref{valid/conventions}{syntax-localtype}{\X{localtype}}
.. |externtype| mathdef:: \xref{syntax/types}{syntax-externtype}{\X{externtype}}
.. |moduletype| mathdef:: \xref{syntax/types}{syntax-moduletype}{\X{moduletype}}
.. |moduletype| mathdef:: \xref{valid/modules}{syntax-moduletype}{\X{moduletype}}


.. Types, meta functions
Expand Down Expand Up @@ -1217,7 +1217,7 @@
.. |CONSTexprconst| mathdef:: \xref{valid/instructions}{valid-const}{\K{const}}
.. |CONSTexprokconst| mathdef:: \xref{valid/instructions}{valid-const}{\K{const}}

.. |vdashexternidx| mathdef:: \xref{valid/modules}{valid-exxternidx}{\vdash}
.. |vdashexternidx| mathdef:: \xref{valid/modules}{valid-externidx}{\vdash}

.. |vdashtype| mathdef:: \xref{valid/modules}{valid-type}{\vdash}
.. |vdashtypes| mathdef:: \xref{valid/modules}{valid-types}{\vdash}
Expand All @@ -1233,6 +1233,7 @@
.. |vdashdatamode| mathdef:: \xref{valid/modules}{valid-datamode}{\vdash}
.. |vdashstart| mathdef:: \xref{valid/modules}{valid-start}{\vdash}
.. |vdashexport| mathdef:: \xref{valid/modules}{valid-export}{\vdash}
.. |vdashexternidx| mathdef:: \xref{valid/modules}{valid-externidx}{\vdash}
.. |vdashexportdesc| mathdef:: \xref{valid/modules}{valid-exportdesc}{\vdash}
.. |vdashimport| mathdef:: \xref{valid/modules}{valid-import}{\vdash}
.. |vdashimportdesc| mathdef:: \xref{valid/modules}{valid-importdesc}{\vdash}
Expand Down
Loading

0 comments on commit d98963d

Please sign in to comment.