checkpoint
authoradam <adam@megacz.com>
Wed, 5 Jul 2006 17:46:57 +0000 (13:46 -0400)
committeradam <adam@megacz.com>
Wed, 5 Jul 2006 17:46:57 +0000 (13:46 -0400)
darcs-hash:20060705174657-5007d-eb0dec38b22b2e0bbe6585725cd74411e0524b01.gz

doc/sbp.html

index 7e98317..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