[il-antlr-interest: 26503] hot vedios

2009-10-24 Thread hot vedios
download free software click here http://jr0o0o.com/vb/includes/forex/ http://jr0o0o.com/vb/includes/forex/ http://jr0o0o.com/vb/includes/forex/ http://jr0o0o.com/vb/includes/forex/ === download new hot vedios 2009 click here http://www.banatmsr.com/a7a http://www.

[il-antlr-interest: 26502] Re: [antlr-interest] Nested multi-line comments

2009-10-24 Thread Graham Wideman
Peter: I surmise from this that your main test routine is trying to call g.ML_COMMENT, when it should be calling the top level (starting) lexer rule method: g.code(); -- Graham At 10/25/2009 01:03 AM, Peter Boughton wrote: >Thanks John, but this doesn't appear to be working. >(I'm using an

[il-antlr-interest: 26501] Re: [antlr-interest] finish/stop parsing without closing reader

2009-10-24 Thread Horst Dehmer
Well, investing further my Œproblem¹ I come to understand that passing on the input stream from the lexer/parser to another component for storing binary data occurring after a certain rule was matched is not such a good idea. Mainly because the lexer loads a big chunk from the stream to an internal

[il-antlr-interest: 26500] Re: [antlr-interest] What causes org.antlr.runtime.EarlyExitException ?

2009-10-24 Thread Marcelo Nichele
Hi Peter, One way of track error is through @rulecatch clause. So, every exception in your grammar will be caught there. Ex: @rulecatch { catch (RecognitionException e) { reportError(e); throw e; } } On Sat, Oct 24, 2009 at 9:48 PM, Peter Boughton wrote: > Hi, > > I'm keep getting err

[il-antlr-interest: 26499] Re: [antlr-interest] Nested multi-line comments

2009-10-24 Thread Peter Boughton
Thanks John, but this doesn't appear to be working. (I'm using antlr 3.2 with antlrworks 1.3) I tried it both as provided and with changing the comment start/end characters, and both of these give the same error in the generated Java code: C:\tmp\antlr\__Test__.java:14: cannot find symbo

[il-antlr-interest: 26497] [antlr-interest] What causes org.antlr.runtime.EarlyExitException ?

2009-10-24 Thread Peter Boughton
Hi, I'm keep getting errors listed as "Recognition exception org.antlr.runtime.EarlyExitException" So what does this actually mean? Obviously something has gone wrong, but how do I track down what it is? Thanks, Peter List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: ht

[il-antlr-interest: 26496] Re: [antlr-interest] Nested multi-line comments

2009-10-24 Thread John B. Brodie
Greetings! On Sat, 2009-10-24 at 17:40 +0100, Peter Boughton wrote: > How do I support nested comments with ANTLR? > This is what I use: // multiple-line comments ML_COMMENT : NESTED_COMMENTARY { $channel=HIDDEN; } ; fragment NESTED_COMMENTARY : '/*' ( options {greedy=false;} : . )

[il-antlr-interest: 26495] Re: [antlr-interest] MSBuild integration for the CSharp targets

2009-10-24 Thread Sam Harwell
Hi Kyle, You can find them (the C# ports of StringTemplate and the Antlr Tool, along with the bootstrap binaries) under this folder: http://fisheye2.atlassian.com/browse/antlrcs/ Sam From: Kyle Ferrio [mailto:kfer...@gmail.com] Sent: Saturday, October 24, 2009 4:21 PM To: Sam Harwell;

[il-antlr-interest: 26494] Re: [antlr-interest] MSBuild integration for the CSharp targets

2009-10-24 Thread Kyle Ferrio
On Fri, Oct 23, 2009 at 9:08 AM, Sam Harwell wrote: > Hi everyone, > > > > I finally implemented true MSBuild integration for ANTLR grammars in C# > projects. In addition to the tool (AntlrTool.exe), you’ll need the targets > file (Antlr3.targets) and build task library (AntlrBuildTask.dll). The

[il-antlr-interest: 26493] [antlr-interest] [C target] can't debug parser

2009-10-24 Thread Юрушкин Михаил
Good day... I have parser that creates AST, I compile it with -debug option. but debugger doesn't work - it stops one time and after pushing "continue" button doesn't stop... AST isn't drown in AntlrWorks. What can I do in such sitiation? -- Best regards, Michael List: http://www.antlr.org/m

[il-antlr-interest: 26492] [antlr-interest] repeating the parsing of a subtree

2009-10-24 Thread Claude Moulin
I never had a good solution to the problem that I resolved before using (or rendering public) the getNodeIndex method of the CommonTreeNodeStream class. I have the following tree: ^(REPEAT a = atom list = .) Where list can be parsed with a specific rule: list_instructions. atom returns an int

[il-antlr-interest: 26490] [antlr-interest] Nested multi-line comments

2009-10-24 Thread Peter Boughton
How do I support nested comments with ANTLR? The standard example wont work with greedy/non-greedy, matching either too much or not enough. Here is a basic sample: still comment ---> this is not commented I want to tokenise comments, rather than

[il-antlr-interest: 26489] XXXX CAM XXXX

2009-10-24 Thread XXXX CAM XXXX
!!! +18 HIDDIN CAM - WAREHOUSE WONDERS2 XXX PORN +18 !!! http://www.banatmsr.com/a7a/ http://www.banatmsr.com/a7a/ http://www.banatmsr.com/a7a/ http://www.banatmsr.com/a7a/ Remember, there are always more hard core galleries hidden behind the posted images and banner ads. Click On The

[il-antlr-interest: 26487] [antlr-interest] finish/stop parsing without closing reader

2009-10-24 Thread Horst Dehmer
Hello! For one special parser rule in my grammar I have to stop parsing and read the rest of the input from the reader as (compressed) binary data. Is there any way to instruct the parser to stop reading further tokens when the top most rule was successfully recognized? Any help is highly appreci

[il-antlr-interest: 26486] Westlife - Uptown girl - Live British Awards 2002

2009-10-24 Thread Hot Pussy
Westlife - Uptown girl - Live British Awards 2002 u82f1u570bu5c0fu5973u5b69u5f48u7b8f Chinese Guzheng played by a cute British girl - u96eau5c71u6625u66c9 Girls Aloud - The Loving Kind (Wideboys Radio Edit Arcdsa Videoremix) --~--~-~--~~~---~--~~ You

[il-antlr-interest: 26484] Re: [antlr-interest] How to overcome Lexer generation OutOfMemoryError?

2009-10-24 Thread Marcelo Nichele
Hi, Try this: java -Xmx1024m Cheers, Marcelo --~--~-~--~~~---~--~~ 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 th