From fa352dce0ae32bfdd2af48e51851d1e0b93e4dca Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 22 Aug 2006 17:37:35 -0400 Subject: [PATCH] documentation updates darcs-hash:20060822213735-5007d-1561c185703826c8245d21f072db245022b091ea.gz --- doc/sbp.html | 53 +++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 49 insertions(+), 4 deletions(-) diff --git a/doc/sbp.html b/doc/sbp.html index 35e9703..79056c0 100644 --- a/doc/sbp.html +++ b/doc/sbp.html @@ -45,18 +45,63 @@ SBP: the Scannerless Boolean Parser +

+

+16-Aug: A new snapshot is here. +
+

+ +

+
+
+

Update: [29-July-2006]

+ +

+ + + +Error handling has been massively improved. Here's an example parsing +from a substantial portion of the Java 1.5 +grammar. The input is missing a +closing angle-bracket on a generic type definition. Click on the +image to view full size. Type +make java15 after a checkout to try it yourself. +

+ +
+
+

-Update: [05-July-2006]

+Update: [22-July-2006]

+ +The API has been finalized and includes a decent example/mini-tutorial. +
+
+
+

+
+
+Update: [17-July-2006]

+ +There is now a mailing list. + +
+
+ +

+
+
+Update: [05-July-2006]

+ The reflective grammar-to-java bindings are complete, so SBP is now vastly easier to use. You can find example code here and the companion grammar here. -I will be writing up a tutorial tomorrow (the 7th). -- Adam - +
@@ -246,7 +291,7 @@ SBP is available under the BSD license.

You can download a snapshot (11-Dec-2005) here. The parser-generator +href=../../edu.berkeley.sbp.tgz>here. The parser-generator requires Java 1.5 or later; the Java code it emits should run on any Java 1.1+ JVM. After unpacking the archive, simply type make to compile SBP and run the -- 1.7.10.4