checkpoint
[sbp.git] / doc / sbp.html
index fe6ac8f..35e9703 100644 (file)
 <b>SBP: the Scannerless Boolean Parser</b></font>
 </center>
 
+<br><br>
+<center>
+<table width=400><tr><td>
+<font color=red><b>Update:</b></font> [05-July-2006]<br><br>
+
+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
+
+</td></tr></table>
+</center>
+
 <h1>What is it?</h1>
 
 The Scannerless Boolean Parser (SBP) is a scannerless parser for <a
@@ -71,7 +86,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