mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
JSSpecCompiler: Ignore notes in algorithm steps
This commit is contained in:
parent
ba61b61d67
commit
f7c952f842
6 changed files with 30 additions and 8 deletions
|
@ -73,4 +73,13 @@
|
|||
</ol>
|
||||
</emu-alg>
|
||||
</emu-clause>
|
||||
<emu-clause id="7" aoid="Notes">
|
||||
<h1><span class="secnum">7</span> Notes ( )</h1>
|
||||
<emu-alg>
|
||||
<ol>
|
||||
<li>NOTE: This abstract operation returns <emu-const>unused</emu-const> in case you didn't notice.</li>
|
||||
<li>Return <emu-const>unused</emu-const>.</li>
|
||||
</ol>
|
||||
</emu-alg>
|
||||
</emu-clause>
|
||||
</specification>
|
||||
|
|
|
@ -100,3 +100,8 @@ TreeList
|
|||
ReturnNode
|
||||
WellKnownNode Undefined
|
||||
|
||||
Notes():
|
||||
TreeList
|
||||
ReturnNode
|
||||
Enumerator unused
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue