[il-antlr-interest: 20863] Re: [antlr-interest] New Maven artifact for compiling antlr grammars

2008-12-05 Thread Howard Lewis Ship
ork. On Fri, Dec 5, 2008 at 10:13 AM, Jim Idle <[EMAIL PROTECTED]> wrote: > On Fri, 2008-12-05 at 09:57 -0800, Howard Lewis Ship wrote: > > Is this the right plugin artiface? > > org.codehaus.mojo > antlr3-maven-plugin > 3.1.1.1 > &

[il-antlr-interest: 20860] Re: [antlr-interest] New Maven artifact for compiling antlr grammars

2008-12-05 Thread Howard Lewis Ship
Got it ... missed that the groupId had changed: org.antlr antlr3-maven-plugin 3.1.1.2 On Fri, Dec 5, 2008 at 9:39 AM, Jim Idle <[EMAIL PROTECTED]> wrote: > On Fri, 2008-12-05 at 09:30 -0800, Howard Lewis Ship wrote: > > I don't s

[il-antlr-interest: 20858] Re: [antlr-interest] New Maven artifact for compiling antlr grammars

2008-12-05 Thread Howard Lewis Ship
Is this the right plugin artiface? org.codehaus.mojo antlr3-maven-plugin 3.1.1.1 On Fri, Dec 5, 2008 at 9:39 AM, Jim Idle <[EMAIL PROTECTED]> wrote: > On Fri, 2008-12-05 at 09:30 -0800, Howard Lewis Ship wrote: > > I don't s

[il-antlr-interest: 20845] Re: [antlr-interest] Getting started with Antlr: Resolving a conflicting lexer rule

2008-12-04 Thread Howard Lewis Ship
I've taken the liberty of adding my example to the FAQ: http://www.antlr.org/wiki/pages/viewpage.action?pageId=13828121 On Wed, Dec 3, 2008 at 11:27 AM, Jim Idle <[EMAIL PROTECTED]> wrote: > On Wed, 2008-12-03 at 09:49 -0800, Howard Lewis Ship wrote: > > I'm workin

[il-antlr-interest: 20818] [antlr-interest] Getting started with Antlr: Resolving a conflicting lexer rule

2008-12-03 Thread Howard Lewis Ship
I'm working on an improved property expression language for Tapestry 5.1. My first step was to recreate what T5.0 accepted in the past (using an ad-hoc parser based on regular expressions). lexer grammar PELexer; @header { package propexp; } fragment LETTER : ('a'..'z'|'A'..'Z'