We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb435f4 commit af85a41Copy full SHA for af85a41
web/index.html
@@ -179,6 +179,8 @@ <h1>Stellogen Playground</h1>
179
<option value="macros">Macro System</option>
180
<option value="nat">Natural Numbers</option>
181
<option value="automata">Finite Automata</option>
182
+ <option value="stackmachine">Stack Machine (NPDA)</option>
183
+ <option value="turing">Turing Machine</option>
184
<option value="stack">Stack Operations</option>
185
</select>
186
<button id="clearBtn">Clear</button>
0 commit comments