added performance instrumentation (commented out)
[sbp.git] / README
diff --git a/README b/README
index fd7dd4c..7891aab 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
 Scannerless Boolean Parser
 
 Adam Megacz <megacz@cs.berkeley.edu>
-12-Dec-2005
+updated 27-May-2007
 
 ______________________________________________________________________________
 Requirements
@@ -49,8 +49,10 @@ Browsing the code
                    sbp/        -- core API: grammar, trees, and forests
                        misc    -- regression testing and sample code
                        util    -- some nifty data structures not specific to parsing
-                       tib     -- Text with Indentation and Braces (experimental/undocumented)
+                       meta    -- code relating to the metagrammar (meta.g)
+                       chr     -- code for parsing character streams (you want this)
   doc/
+      jargon.txt               -- read this!
       api/                     -- generated javadocs go here
   tests/
         meta.g                 -- the tentative metagrammar, written in itself
@@ -74,5 +76,10 @@ Using the code
   would be anything drastic enough to require more than a few minutes
   to update a grammar description.
 
-  The TIB stuff is super experimental; I'm not even sure if I'll keep
-  it around.  Use at your own risk.
+
+______________________________________________________________________________
+Haskell Integration
+
+  If you're using LambdaVM (the Java backend for GHC), you'll be able
+  to use SBP in your Haskell code.  See src/SBP.lhs for more info.
+