Hi List,
I am having an antlr tree grammar which is a set of rules and java
actions that go along with it. I need to represent the whole process of
matching the symbols and the actions that take place after the match in
a formal logic notation. Description for logic notation can be found
here
Jim Idle wrote:
> On Wed, 2008-12-03 at 20:26 -0600, Ashok Varikuti wrote:
>> Hi List,
>>
>> I encapsulated antlr grammar files in a eclipse maven project. The
>> compilation task of grammar files is done at maven compile time. I
>> specified the out
Gavin Lambert wrote:
> At 23:55 12/11/2008, Ashok Varikuti wrote:
> >node_id[Object g,String subID] returns [int nodeID] @init {
> >nodeID=0;}
> >:
> >( i=id
> >| ^(COLON i=id (r=ID) ? ( compass ) ? )
> >) {}
> [...]
> >For this sam
mani wrote:
> Ashok Varikuti wrote:
>
>> Hi List,
>>
>> I am a recent graduate in computer science looking out for jobs. What is
>> the best possible way for me to hunt for jobs in language
>> recognizer's/parser development using ANTLR. Also what would be
Hi List,
I am a recent graduate in computer science looking out for jobs. What is
the best possible way for me to hunt for jobs in language
recognizer's/parser development using ANTLR. Also what would be the best
possible way to showcase by skills in this field, I mean are there any
certifica
Ashok Varikuti wrote:
> Jim Idle wrote:
>> On Wed, 2008-12-03 at 20:26 -0600, Ashok Varikuti wrote:
>>> Hi List,
>>>
>>> I encapsulated antlr grammar files in a eclipse maven project. The
>>> compilation task of grammar files is done at maven compil
Jim Idle wrote:
> On Wed, 2008-12-03 at 20:26 -0600, Ashok Varikuti wrote:
>> Hi List,
>>
>> I encapsulated antlr grammar files in a eclipse maven project. The
>> compilation task of grammar files is done at maven compile time. I
>> specified the out
Ashok Varikuti wrote:
> Hi List,
>
> I encapsulated antlr grammar files in a eclipse maven project. The
> compilation task of grammar files is done at maven compile time. I
> specified the output directory to be the following :-
>
>* target/generated-sources/antlr
&
Hi List,
I encapsulated antlr grammar files in a eclipse maven project. The
compilation task of grammar files is done at maven compile time. I
specified the output directory to be the following :-
* target/generated-sources/antlr
* dot.grammar
o dot.tokens
Hi List,
I am not sure about a tree grammar. In most cases we can include actions
in the parser grammar itself. But when do we write a tree grammar. Can
some of you throw light on this and enlighten me.
--
Ashok R Varikuti
Graduate Research Assistant
CIS Dept, Kansas State University
785-304-
Gavin Lambert wrote:
> At 23:55 12/11/2008, Ashok Varikuti wrote:
> >node_id[Object g,String subID] returns [int nodeID] @init {
> >nodeID=0;}
> >:
> >( i=id
> >| ^(COLON i=id (r=ID) ? ( compass ) ? )
> >) {}
> [...]
> >For this sam
Gavin Lambert wrote:
> At 23:55 12/11/2008, Ashok Varikuti wrote:
> >node_id[Object g,String subID] returns [int nodeID] @init {
> >nodeID=0;}
> >:
> >( i=id
> >| ^(COLON i=id (r=ID) ? ( compass ) ? )
> >) {}
> [...]
> >For this sam
Hello list,
My tree grammar looks as follow's:-
edges[Object g,String subID] returns [int nodeID] @init { nodeID= 0; } :
{ int edgeID = 0; }
( ^(D_EDGE_OP ( start=edges[g,subID] | start=node_id[g,subID] )
end=node_id[g,subID]
{
}
node_id[Object g,String subID] returns [in
13 matches
Mail list logo