documentation updates
[sbp.git] / doc / sbp.html
index 35e9703..79056c0 100644 (file)
 <b>SBP: the Scannerless Boolean Parser</b></font>
 </center>
 
+<p>
+<center>
+16-Aug: A new snapshot is <a href=../../edu.berkeley.sbp.tgz>here</a>.
+</center>
+</p>
+
+<br><br>
+<center>
+<table width=500 style='background: #daa; padding: 10px'><tr><td>
+<p style='padding: 5px; color:white; background: red; width:100%'><b>Update:</b> [29-July-2006]</font></p>
+
+<p align=right>
+<a href=../../images/error.png>
+<img align=right src=../../images/error.png width=200>
+</a>
+Error handling has been massively improved.  Here's an example parsing
+from a substantial portion of the <a href=../tests/java15.g>Java 1.5
+grammar</a>.  The <a href=../tests/java15.test>input</a> is missing a
+closing angle-bracket on a generic type definition.  Click on the
+image to view <a href=../../images/error.png>full size</a>.  Type
+<tt>make java15</tt> after a checkout to try it yourself.
+</p>
+
+</td></tr></table>
+</center>
+
 <br><br>
 <center>
 <table width=400><tr><td>
-<font color=red><b>Update:</b></font> [05-July-2006]<br><br>
+<font color=gray><b>Update:</b> [22-July-2006]<br><br>
+
+The <a href=api/edu/berkeley/sbp/package-summary.html>API has been finalized</a> and includes a <a href=api/edu/berkeley/sbp/package-summary.html#package_description>decent example/mini-tutorial</a>.
+</font>
+</td></tr></table>
+</center>
 
+<br><br>
+<center>
+<table width=400><tr><td>
+<font color=gray><b>Update:</b></font> [17-July-2006]<br><br>
+
+There is now a <a href=http://research.cs.berkeley.edu/project/sbp/list/>mailing list</a>.
+
+</td></tr></table>
+</center>
+
+<br><br>
+<center>
+<table width=400><tr><td>
+<font color=gray><b>Update:</b> [05-July-2006]</font><br><br>
+<font color=gray>
 The reflective grammar-to-java bindings are complete, so SBP is now
 vastly easier to use.  You can find example code <a
 href=../src/edu/berkeley/sbp/misc/Demo.java>here</a>
 and the companion grammar <a
 href=../tests/demo.g>here</a>.
-I will be writing up a tutorial tomorrow (the 7th). -- Adam
-
+</font>
 </td></tr></table>
 </center>
 
@@ -246,7 +291,7 @@ SBP is available under the BSD license.
 <p>
 
 You can download a snapshot (<font color=green>11-Dec-2005</font>) <a
-href=../../sbp/edu.berkeley.sbp.tar.gz>here</a>.  The parser-generator
+href=../../edu.berkeley.sbp.tgz>here</a>.  The parser-generator
 requires Java 1.5 or later; the Java code it emits <font
 color=orange>should run on any Java 1.1+ JVM</font>.  After unpacking
 the archive, simply type <tt>make</tt> to compile SBP and run the