Return-Path: simon.hay@lincoln.oxford.ac.uk Received: from 163.1.2.161 (RELAY2.MAIL.OX.AC.UK) by null (org.ibex.mail.protocol.SMTP) with ESMTP for ; Fri, 22 Sep 2006 00:50:23 -0700 Received: from smtp0.mail.ox.ac.uk ([129.67.1.205]) by relay2.mail.ox.ac.uk with esmtp (Exim 4.62) (envelope-from ) id 1GQfnh-0005BA-98; Fri, 22 Sep 2006 08:50:21 +0100 Received: from client0034.vpn.ox.ac.uk ([129.67.116.34] helo=[192.168.1.8]) by smtp0.mail.ox.ac.uk with esmtp (Exim 4.62) (envelope-from ) id 1GQfnh-0006A2-1y; Fri, 22 Sep 2006 08:50:21 +0100 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <99F37304-CFDF-4FBB-ABA2-25CFC079A685@lincoln.ox.ac.uk> Cc: sbp-interest@research.cs.berkeley.edu Content-Transfer-Encoding: 7bit From: Simon Hay Subject: [sbp-interest] Quick reference? Date: Fri, 22 Sep 2006 08:50:17 +0100 To: Adam Megacz X-Mailer: Apple Mail (2.752.2) Envelope-To: sbp-interest@research.cs.berkeley.edu List-Id: The Scannerless Boolean Parser Adam, Is there a cheat-sheet/quick reference guide type thing for SBP's metagrammar? From looking through your examples, it seems like you can use / to intersperse things - i.e. /ws means 'with any amount of whitespace in between all these previous things', but when I try to actually use it like that it doesn't work. Could you give me a pointer as to how it's done? Thanks, Simon