[il-antlr-interest: 26651] [antlr-interest] Define function as numerical and alphanumerical expression

2009-11-04 Thread Thomas Dill
Hi! I need help for the following problem: I think the best way to describe it, is to show you what I tried. This produces a bunch of errors. expression :conditional_expression | numerical_expression | alphanumerical_expression | function | data_field ;

[il-antlr-interest: 23566] [antlr-interest] Comment

2009-05-07 Thread Thomas Dill
Hi there. I still got the following Problem: In the syntax, I want to parse, a comment line starts with -* and ends at the end of the line. It's possible that an asterisk can appear in a text, too. I can't find a solution. Below there's what I tried (and many other things). Can

[il-antlr-interest: 23496] Re: [antlr-interest] Comment Problem

2009-05-04 Thread Thomas Dill
2009 17:40 Cc: antlr-inter...@antlr.org Subject: Re: [antlr-interest] Comment Problem Thomas Dill wrote: Hi there. I got the following Problem: In the syntax, I want to parse, a comment line starts with -* and ends at the end of the line. It's possible that an asterisk can appear

[il-antlr-interest: 23444] [antlr-interest] Comment Problem

2009-04-30 Thread Thomas Dill
Hi there. I got the following Problem: In the syntax, I want to parse, a comment line starts with -* and ends at the end of the line. It's possible that an asterisk can appear in a text. I can't find a solution. Below there's what I tried (and many other things). Can somebody help me?

[il-antlr-interest: 20189] [antlr-interest] unexpected NoViableAltException

2008-10-28 Thread Thomas Dill
Hi, I'm new in developing with ANTLR and I created a short grammar for a particular type of file (both are attached). If a fieldname is equal to a keyword or the fieldname starts with the name of a keyword followed by a '_' I got a 'NoViableAltException([EMAIL PROTECTED])' (with antlrworks).