Hi there!
I'm working on a tool that translates from my DSL to source code (e.g.
Java). Being an AntLR rookie I was surprised of my good progress, but
finally I ran into a problem that needs some experts' opinion :)
My language allows to define random distributions for certain values:
My parse
EARN $5000_$15000 PER MONTH WITHOUT INVESTMENT
SIMPLE ONLINE SURVEYS AND EARN MORE
I HAVE EARN $1000 DAILY VIEW MORE DETAILS
*
http://www.AWsurveys.com/homemain.cfm?RefID=anusuyageetha
http://www.AWsurveys.com/homemain.cfm?RefID=anus
SEXY COLLEGE GIRLS HOT SEXY VIDEOS
http://kathriina.blogspot.com
http://kathriina.blogspot.com
--~--~-~--~~~---~--~~
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-an
EARN $5000-$15000 PER MONTH WITHOUT INVESTMENT
SIMPLE ONLINE SURVEYS AND EARN MORE
I HAVE EARN $1000 DAILY VIEW MORE DETAILS
**
http://www.AWSurveys.com/HomeMain.cfm?RefID=anusuyageetha
http://www.AWSurveys.com/Ho
Just a gentle reminder - this is still broken.
I'm using plugin version 3.1.3-1.
-- Pete
> > Pete Siemsen wrote:
> > I'm using the new ANTLR3 maven plugin described at
> > http://www.antlr.org/antlr3-maven-plugin/ Thanks to Jim Idle!
> >
> > The new plugin has a minor "feature" that the old
Hi, I'm experimenting with using ANTLR to parse a custom file type,
and I have a few questions/comments about ANTLR and the C Target:
1) Consider the following grammar:
grammar schema;
options
{
language = C;
}
root : letter* ;
letter :
Michael Coupland wrote:
> Hi, I'm experimenting with using ANTLR to parse a custom file type,
> and I have a few questions/comments about ANTLR and the C Target:
>
>
> 1) Consider the following grammar:
>
>grammar schema;
>
>options
>{
>language = C;
>
> root: letter* EOF;
>
> No exceptions in C so that top rule can only set flags.
That change to the grammar works great, thanks! For reference, what
would I want to look at if I wanted to deduce what portion of the
input data the parser had consumed?
> Maybe, but as free is a function in every
Michael Coupland wrote:
root: letter* EOF;
No exceptions in C so that top rule can only set flags.
That change to the grammar works great, thanks! For reference, what
would I want to look at if I wanted to deduce what portion of the
input data the parser had consumed?
We