[il-antlr-interest: 25605] Re: [antlr-interest] Get results of multible tokens

2009-09-04 Thread Andreas Volz
Am Wed, 2 Sep 2009 23:05:30 +0100 schrieb Hugo Picado: Hello Hugo, thanks this works nice. regards Andreas > Hi, > > One fast approach is to divide to conquer: > > line > : property subtokenlist DPOINT attribute > ; > property > : TOKEN { System.out.println ("Property: " + $TOKEN.

[il-antlr-interest: 25604] Pay Per click $ 1

2009-09-04 Thread arti arora
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to il-antlr-interest@googlegroups.com To unsubscribe from this group, send

[il-antlr-interest: 25602] Pay Per click $ 1

2009-09-04 Thread arti arora
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to il-antlr-interest@googlegroups.com To unsubscribe from this

[il-antlr-interest: 25601] Re: [antlr-interest] Dynamic AST node

2009-09-04 Thread Jim Idle
Pass in the type as a parameter and use conditional rewrites or use the parameter as the node type in the rewrite. Jim On Sep 4, 2009, at 12:09 AM, Elnur Cabarov wrote: > Hi, > > I've got a rule that is called from multiple other rules. I want > dynamically modify AST node for every invoca

[il-antlr-interest: 25600] Re: [antlr-interest] ANTLR debug error

2009-09-04 Thread Jim Idle
Can happen if you have an empty lexer rule that runs forever or if you start something that uses the same port. Kill the rogue java process if a lexer problem. Teat by running from command line first. Jim On Sep 4, 2009, at 2:27 AM, Klaus Martinschitz wrote: > Hi! > > I already looked ar

[il-antlr-interest: 25597] Re: [antlr-interest] ANTLR debug error

2009-09-04 Thread Indhu Bharathi
What exactly is the error message you get? On Sep 4, 2009, at 12:57 PM, Klaus Martinschitz wrote: > Hi! > > I already looked around in the internet and do not find any answer to > solve following problem. I downloaded the newest antlr works version > 1.2.3 were antlr and antlr works are bundle

[il-antlr-interest: 25596] [antlr-interest] ANTLR debug error

2009-09-04 Thread Klaus Martinschitz
Hi! I already looked around in the internet and do not find any answer to solve following problem. I downloaded the newest antlr works version 1.2.3 were antlr and antlr works are bundled. I normally start the jar file. IF I try to debug I get an error message. Everything is set correctly, classp