Return-Path: adam@megacz.com Received: from 216.237.119.186 (GODEL.MEGACZ.COM) by null (org.ibex.mail.protocol.SMTP) with ESMTP for ; Wed, 19 Jul 2006 23:18:43 -0700 Received: from 127.0.0.1 (GODEL.MEGACZ.COM) by null (org.ibex.mail.protocol.SMTP) with SMTP for ; Wed, 19 Jul 2006 23:18:42 -0700 Received: by godel.megacz.com (sSMTP sendmail emulation); Wed, 19 Jul 2006 23:18:42 -0700 To: Simon Hay , Cc: sbp-interest@research.cs.berkeley.edu Subject: [sbp-interest] Re: SBP References: <4DCD5332-BBCF-43F7-AA83-7D0F9FF325D7@lincoln.ox.ac.uk> <8B3BA505-38A3-49A1-A281-02B8C850F374@lincoln.ox.ac.uk> From: Adam Megacz Organization: Myself X-Home-Page: http://www.megacz.com/ Date: Wed, 19 Jul 2006 23:18:42 -0700 In-Reply-To: (Adam Megacz's message of "Wed, 19 Jul 2006 23:08:54 -0700") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Envelope-To: sbp-interest@research.cs.berkeley.edu List-Id: The Scannerless Boolean Parser Adam Megacz writes: > this error message is absolutely wrong for what's happening, so I need > to fix it to complain about the "\n", not the "2". Also, for the record, the error messages SBP gives are extremely unhelpful right now; for the most part they just tell you where the problem is (plus or minus one character due to the follow restrictions), but not why or how to fix it. - a