From: adam Date: Fri, 13 Oct 2006 23:42:43 +0000 (-0400) Subject: default build target should be edu.berkeley.sbp.jar X-Git-Tag: tag_for_25-Mar~36 X-Git-Url: http://git.megacz.com/?p=sbp.git;a=commitdiff_plain;h=15cadfcd5bdc493d4e3ab3aa864d5e34044c6ec2 default build target should be edu.berkeley.sbp.jar darcs-hash:20061013234243-5007d-6df5defd3d8af54fbd5ef9641d38f8ce31586657.gz --- diff --git a/Makefile b/Makefile index 51fde73..f0537d0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ java = java -Xmx900m +default: edu.berkeley.sbp.jar + tibdoc: edu.berkeley.sbp.jar $(java) -cp $< edu.berkeley.sbp.tib.TibDoc \ tests/tibdoc.g \ diff --git a/doc/sbp.html b/doc/sbp.html index b4d5ea6..e6e85a5 100644 --- a/doc/sbp.html +++ b/doc/sbp.html @@ -84,24 +84,15 @@ The API has been finalized

-Update: [17-July-2006]

+Update: [05-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 +