This commit is contained in:
Kartik Agaram 2021-05-23 07:55:09 -07:00
parent 7a04c8104d
commit 49f7a91704
2 changed files with 1 additions and 19 deletions

9
ex2.mu
View File

@ -25,13 +25,4 @@ fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk)
y <- increment
loop
}
foo
}
fn foo {
bar
}
fn bar {
abort "aaa"
}

11
html/ex2.mu.html generated
View File

@ -83,16 +83,7 @@ if ('onhashchange' in window) {
<span id="L25" class="LineNr">25 </span> y <span class="Special">&lt;-</span> increment
<span id="L26" class="LineNr">26 </span> <span class="PreProc">loop</span>
<span id="L27" class="LineNr">27 </span> <span class="Delimiter">}</span>
<span id="L28" class="LineNr">28 </span> <a href='ex2.mu.html#L31'>foo</a>
<span id="L29" class="LineNr">29 </span><span class="Delimiter">}</span>
<span id="L30" class="LineNr">30 </span>
<span id="L31" class="LineNr">31 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex2.mu.html#L31'>foo</a></span> <span class="Delimiter">{</span>
<span id="L32" class="LineNr">32 </span> <a href='ex2.mu.html#L35'>bar</a>
<span id="L33" class="LineNr">33 </span><span class="Delimiter">}</span>
<span id="L34" class="LineNr">34 </span>
<span id="L35" class="LineNr">35 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex2.mu.html#L35'>bar</a></span> <span class="Delimiter">{</span>
<span id="L36" class="LineNr">36 </span> <a href='317abort.subx.html#L5'>abort</a> <span class="Constant">&quot;aaa&quot;</span>
<span id="L37" class="LineNr">37 </span><span class="Delimiter">}</span>
<span id="L28" class="LineNr">28 </span><span class="Delimiter">}</span>
</pre>
</body>
</html>