[il-antlr-interest: 25729] [antlr-interest] need Actionscript 2 grammar

2009-09-13 Thread vasanthi a
hi i need actionscript2 grammar, Can anyone please provide it regards Vasanthi --~--~-~--~~~---~--~~ 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@google

[il-antlr-interest: 24274] [antlr-interest] Grammar in java /c and c ++ to identify all the functions

2009-06-18 Thread vasanthi a
hi all I need grammar in c,c++ and java for identifying all the functions only, in the file. Can you please provide this. Thanks and Regards Vasanthi A --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "il-

[il-antlr-interest: 24265] [antlr-interest] Get the list of all the functions in a file (c/c++/java)

2009-06-17 Thread vasanthi a
HI All Can you please give me Java Grammar to list all the functions in a file. I have a UI which selects the Java file and when I pass through the grammar I need to get the list of functions present in a file to be returned. Can you please tell me how to achieve this in ANTLR 1.2 java grammar V

[il-antlr-interest: 23971] Re: [antlr-interest] Comments get removed after instrumenting source

2009-06-02 Thread vasanthi a
"setHiddenBefore" > methods mentioned in the antlr wiki. Once the comments are stored there, > you have to take care that you print them while traversing the tree for > output. > > Andreas > > vasanthi a schrieb: > > HI All > > > > I have the below

[il-antlr-interest: 23970] Re: [antlr-interest] Retaining Comments after parsing the file

2009-06-02 Thread vasanthi a
Vasanthi. > > > > On Mon, Apr 20, 2009 at 6:21 PM, Andreas Meyer > > mailto:andreas.me...@smartshift.de>> > wrote: > > > > It seems you are using ANTLR2. There, hidden tokens were handled > > differently from ANTLR3 (see http://www.antlr2.org/d

[il-antlr-interest: 23968] [antlr-interest] How to migrate from ANTLR V2 to V3

2009-06-02 Thread vasanthi a
Hi All I have a source code that is written in ANTLR V2. I want to migrate the code from V2 to V3. What are the procedures that needs to be followed? What all I need to install? Currently I am facing a problem with Comments. When I instrument the code which is having comment , after instrumenta

[il-antlr-interest: 23967] Re: [antlr-interest] Retaining Comments after parsing the file

2009-06-02 Thread vasanthi a
e.action?pageId=557063 > > HTH > > Tilman Bender > Student des Software Engineering > Hochschule Heilbronn > tben...@stud.hs-heilbronn.de > > > > Am 19.04.2009 um 16:28 schrieb vasanthi a: > > SL_COMMENT > > : "//" (~('\r'|'\n&#

[il-antlr-interest: 23965] Re: [antlr-interest] Retaining Comments after parsing the file

2009-06-02 Thread vasanthi a
rg/doc/streams.html) > > Best, > Andreas Meyer > > smartShift > smart e*lliance GmbH > Willy-Brandt Platz 6 > 68161 Mannheim > Germany > > T +49 (621) 400 676-13 > F +49 621 400 67606 > > Geschäftsführer: Stefan Hetges > Amtsgericht Hamburg, HRB 83484

[il-antlr-interest: 23686] [antlr-interest] Provide Latest C grammar and C++ Grammar

2009-05-13 Thread vasanthi a
HI All Can someone provide me the latest C grammar and C++ grammar. Thanks and Regards Vasanthi A --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send e

[il-antlr-interest: 23685] [antlr-interest] Retain comments in java

2009-05-13 Thread vasanthi a
HI All I have a code which I instrument using java grammar. After instrumentation of java grammar, all the comments that are there in the code, is removed. Can you please provide me grammar so that no comments are removed even after instrumentation. Thanks and Regards Vasanthi A

[il-antlr-interest: 23683] [antlr-interest] Flash Actionscript Grammar

2009-05-13 Thread vasanthi a
Hi Can someone provide me grammar for Flash actionscript Thanks and Regards Vasanthi. --~--~-~--~~~---~--~~ 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

[il-antlr-interest: 23562] [antlr-interest] Comments get removed after instrumenting source

2009-05-07 Thread vasanthi a
HI All I have the below code for java grammar comment // Single-line comments SL_COMMENT : "//" (~('\r'|'\n'))* {$setType(Token.SKIP);} ; After instrumenting the java code, it is removing the java comments . Can you please let me know how to retain the comments after instrumenting the code.

[il-antlr-interest: 23297] [antlr-interest] Help needed in fixing the grammar issue

2009-04-21 Thread vasanthi a
lease provide complete grammar for parsing the above. where Can I get the latest STDC.g and GNUC.g . The grammar which I have is written in 1997 and quite old one. Can you please let me know where we can get the latest grammar. Thanks and regards Vasanthi A --~--~-~--~~~

[il-antlr-interest: 23284] Re: [antlr-interest] Retaining Comments after parsing the file

2009-04-20 Thread vasanthi a
an Bender > Student des Software Engineering > Hochschule Heilbronn > tben...@stud.hs-heilbronn.de > > > > Am 19.04.2009 um 16:28 schrieb vasanthi a: > > SL_COMMENT > > : "//" (~('\r'|'\n'))* {$setType(Token.SKIP);} > ; > > >

[il-antlr-interest: 23273] [antlr-interest] Retaining Comments after parsing the file

2009-04-19 Thread vasanthi a
String args[]) { PrfAgent.writeToLog(2); System.out.println("Vasanthi"); PrfAgent.writeToLog(-2); } } Can you please let me know how to retain the comment in the instrumented file. Please reply Thanks and regards Vasanthi A --~--~-~--~~~---~--~~ You recei

[il-antlr-interest: 23227] [antlr-interest] Need help for SL_Comment in Java Grammar

2009-04-16 Thread vasanthi a
HI ALL I am facing a problem in SL_Comment.. My code has //[FEATURE_PDL_START]// but when it finds //, it ignores the line or rather skip it. It should not skip the line //[FEATURE_PDL_START]//, when it finds such syntax like //[id]// Can you please let me know how to modify the single line com

[il-antlr-interest: 21581] [antlr-interest] Please provide GCC grammar

2009-01-26 Thread vasanthi a
y days, and I am not able to get it. Can any please provide GCC grammar for the above two. This is quite urgent. In anticipation Vasanthi A --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "il-antlr-interes

[il-antlr-interest: 21210] [antlr-interest] Please provide fix for the errors in STDC Grammar

2009-01-08 Thread vasanthi a
Hi All I get the below 3 errors How do I fix the above 3 errors? This is really very very important and urgent.. Please help me in this regard. Please provide fix for the same. 1: typedef unsigned short int USHORT; typedef USHORT STATUS; STATUS status; When ever it tries to the read the tok

[il-antlr-interest: 20008] [antlr-interest] Need Antlr Grammar on Action script

2008-10-16 Thread vasanthi a
Hi All I need Antlr Gramamr on Action script. Can someone mail me if you have. Regards Vasanthi. --~--~-~--~~~---~--~~ 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-ant

[il-antlr-interest: 19627] [antlr-interest] Pls provide Antlr Grammar for flash Script

2008-09-20 Thread vasanthi a
Hi Can anyone provide me grammar for flashscript. I need to write grammar for flashscript. Please provide me this. Thanks and Regards Vasanthi A --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "il-antlr-int