add IndentingReader
[sbp.git] / doc / sbp.html
index fe6ac8f..fa933e6 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=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>.
+</font>
+</td></tr></table>
+</center>
+
 <h1>What is it?</h1>
 
 The Scannerless Boolean Parser (SBP) is a scannerless parser for <a
@@ -71,7 +133,7 @@ and Wiki markup.
 <p>
 
 In addition to the juxtaposition and union operators provided in
-context-free languages, JTP supports grammars which use the
+context-free languages, SBP supports grammars which use the
 intersection operator (<a
 href=http://www.cs.queensu.ca/home/okhotin/conjunctive/>conjunctive
 grammars</a>) and the complement operator (<a
@@ -231,12 +293,14 @@ 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
 regression tests.
 
+
+
 </td></tr></table></center>
 </body>
-</html>
\ No newline at end of file
+</html>