Skip to content

Commit af85a41

Browse files
committed
Fix HTML front
1 parent bb435f4 commit af85a41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ <h1>Stellogen Playground</h1>
179179
<option value="macros">Macro System</option>
180180
<option value="nat">Natural Numbers</option>
181181
<option value="automata">Finite Automata</option>
182+
<option value="stackmachine">Stack Machine (NPDA)</option>
183+
<option value="turing">Turing Machine</option>
182184
<option value="stack">Stack Operations</option>
183185
</select>
184186
<button id="clearBtn">Clear</button>

0 commit comments

Comments
 (0)