mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-17 08:06:43 -05:00
10 lines
No EOL
2.4 KiB
HTML
10 lines
No EOL
2.4 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>TableInterpreter (ocaml.CamlinternalMenhirLib.TableInterpreter)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.1"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../../index.html">ocaml</a> » <a href="../index.html">CamlinternalMenhirLib</a> » TableInterpreter</nav><header class="odoc-preamble"><h1>Module <code><span>CamlinternalMenhirLib.TableInterpreter</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-MakeEngineTable"><a href="#module-MakeEngineTable" class="anchor"></a><code><span><span class="keyword">module</span> <a href="MakeEngineTable/index.html">MakeEngineTable</a></span><span>
|
||
(<a href="MakeEngineTable/argument-1-T/index.html">T</a> : <a href="../TableFormat/module-type-TABLES/index.html">TableFormat.TABLES</a>) :
|
||
<a href="../EngineTypes/module-type-TABLE/index.html">EngineTypes.TABLE</a>
|
||
<span class="keyword">with</span> <span><span class="keyword">type</span> <a href="../EngineTypes/module-type-TABLE/index.html#type-state">state</a> = int</span>
|
||
<span class="keyword">and</span> <span><span class="keyword">type</span> <a href="../EngineTypes/module-type-TABLE/index.html#type-token">token</a> = <a href="MakeEngineTable/argument-1-T/index.html#type-token">T.token</a></span>
|
||
<span class="keyword">and</span> <span><span class="keyword">type</span> <a href="../EngineTypes/module-type-TABLE/index.html#type-semantic_value">semantic_value</a> = <a href="../../Stdlib/Obj/index.html#type-t">Stdlib.Obj.t</a></span>
|
||
<span class="keyword">and</span> <span><span class="keyword">type</span> <a href="../EngineTypes/module-type-TABLE/index.html#type-production">production</a> = int</span>
|
||
<span class="keyword">and</span> <span><span class="keyword">type</span> <a href="../EngineTypes/module-type-TABLE/index.html#type-terminal">terminal</a> = int</span>
|
||
<span class="keyword">and</span> <span><span class="keyword">type</span> <a href="../EngineTypes/module-type-TABLE/index.html#type-nonterminal">nonterminal</a> = int</span></span></code></div></div></div></body></html> |