From 15cadfcd5bdc493d4e3ab3aa864d5e34044c6ec2 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 13 Oct 2006 19:42:43 -0400 Subject: [PATCH] default build target should be edu.berkeley.sbp.jar darcs-hash:20061013234243-5007d-6df5defd3d8af54fbd5ef9641d38f8ce31586657.gz --- Makefile | 2 ++ doc/sbp.html | 15 +++------------ 2 files changed, 5 insertions(+), 12 deletions(-) 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 +
-- 1.7.10.4