Re: languages
- From: "jason_box" <cppisfun@xxxxxxxxx>
- Date: 13 Feb 2006 09:32:10 -0800
I think I see what is going on. After looking at your post and revising
the grammar here is what I got:
S->aBa
B-> aa | C | lambda
C-> b | C | lambda
I think this is correct but the problem is the a's always have to be
equal and I think maybe the transition for B might not be 100%.
.
- Follow-Ups:
- Re: languages
- From: beelzebub
- Re: languages
- References:
- languages
- From: jason_box
- Re: languages
- From: Barb Knox
- Re: languages
- From: jason_box
- Re: languages
- From: Barb Knox
- languages
- Prev by Date: Re: Ambuguity of CFG
- Next by Date: Re: Ambuguity of CFG
- Previous by thread: Re: languages
- Next by thread: Re: languages
- Index(es):
Relevant Pages
|