updated docs
[sbp.git] / src / edu / berkeley / sbp / package.html
index c55b5cb..6841473 100644 (file)
@@ -79,6 +79,7 @@ If the parse was <i>not</i> ambiguous, you can call
 
 </p>
           
+<a name=example>
 <h2>Guide to the API</h2>
           
 <h2>Example</h2>
@@ -165,4 +166,25 @@ Expr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nb
 output:&nbsp;add:{8&nbsp;+&nbsp;mult:{add:{1&nbsp;+&nbsp;3}&nbsp;*&nbsp;7}}<br>
 </div>
 
+<h2>Reporting Bugs</h2>
+
+<p>
+
+Bug reports are especially appreciated when you submit them as a test
+case (here's the
+<a href=../../../../../tests/testcase.g>grammar</a> and some
+<a href=../../../../../tests/regression.tc>examples</a>).
+
+This way we can add your bug report as part of the regression suite,
+and be sure we never release a new version in which the bug has crept
+back in!
+
+</p>
+
+<p>
+For now, please send bug reports to <a
+href=http://research.cs.berkeley.edu/project/sbp/list/>the mailing
+list</a>.
+</p>
+
 </body>