Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 18613 invoked from network); 1 May 2008 19:55:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 May 2008 19:55:32 -0000 Received: (qmail 47020 invoked by uid 500); 1 May 2008 19:55:30 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 46958 invoked by uid 500); 1 May 2008 19:55:30 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 46947 invoked by uid 99); 1 May 2008 19:55:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2008 12:55:30 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rahul.akolkar@gmail.com designates 209.85.128.187 as permitted sender) Received: from [209.85.128.187] (HELO fk-out-0910.google.com) (209.85.128.187) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2008 19:54:42 +0000 Received: by fk-out-0910.google.com with SMTP id 18so802739fkq.10 for ; Thu, 01 May 2008 12:54:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=PlyQmqSLT9wefEZ0M/vqKvV2ck7ysywxOMc4dlO+WUk=; b=bNiCzIhQH8B2aWTpbBaTEVuTPemRlVD1Kj0DZFtKsjR1aGE+VKmd5Ts/sCt8wp1Iiwb+UdbbPUhDYjKCzm0GzxrBD/zQz5FqdhmpUVEhReLshNrfFgEmfGCr7XzEXjQ578BiqHcUwMeQb8OuNboB0q4AFviEYxZr1bnrjm+JjPU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Klth3Wzg3grZTrr47elJidzHDS91sO+yjM6Fyle0ZtUIMSmitRN/lwk5ERxCqrGBhqMF0XqA2zLpKttoSGMMEB+9RTCZoxMmy2jqR7GSyNIzNIFnbMbc4MewC2+hqQmebUd198vsBtN1CaiO3rUwWqLAKcS3/RWrz9wodctV+bY= Received: by 10.82.105.13 with SMTP id d13mr273969buc.10.1209671694986; Thu, 01 May 2008 12:54:54 -0700 (PDT) Received: by 10.82.140.18 with HTTP; Thu, 1 May 2008 12:54:54 -0700 (PDT) Message-ID: Date: Thu, 1 May 2008 15:54:54 -0400 From: "Rahul Akolkar" To: "Commons Users List" Subject: Re: new expressions in JEXL In-Reply-To: <888c8f10805010836h790bef00s1c0fd6aaf0365ebc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <888c8f10805010836h790bef00s1c0fd6aaf0365ebc@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 5/1/08, Carlos Dur=E1n wrote: > Hi,I need some help for these doubts: > -Which is the tool used for .jj and .jjt files? JavaCC [1]. > -How could I add new valid expressions in JEXL? Specifically I want to a= dd > forall and exists expressions to JEXL syntax. > See JavaCC docs. If you do that, and are so inclined, please propose an enhancement in the JEXL issue tracker with your patch. -Rahul [1] https://javacc.dev.java.net/ > > Thank you in advance. > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org