Skip to content

Commit

Permalink
link to github
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendorff committed Sep 25, 2013
1 parent 4ef7c17 commit 8ae15ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion calculator.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
<div id="controls">
<h1>Compilers 101 Toy Calculator</h1>
<p class="srclink"><a href="docs/calculator-parser.html">parser source</a>
| <a href="docs/calculator-backends.html">back-end source</a></p>
| <a href="docs/calculator-backends.html">back-end source</a>
| <a href="https://github.com/jorendorff/toy-calculator">on github</a></p>
<ul id="options">
<li><label><input type="radio" name="mode" value="json" checked>JSON mode</label>
<li><label><input type="radio" name="mode" value="blocks">Scratch mode</label>
Expand Down

0 comments on commit 8ae15ea

Please sign in to comment.