error in yacc
- From: "SSG" <ssg14j@xxxxxxxxx>
- Date: 8 Dec 2005 01:32:28 -0800
Hai All!
I am new to lex and yacc..
I compile one yacc program , but it tells errors...
10 Rules never reduced..
how to debug the code.. just i am giving my yacc sample code...
%%
design_unit
: context_clause
library_unit
;
library_unit
: primary_unit
| secondary_unit
| error
;
I am not doing any actions..
Thanx
.
- Follow-Ups:
- Re: error in yacc
- From: Flash Gordon
- Re: error in yacc
- From: Ingo Menger
- Re: error in yacc
- Prev by Date: Re: how to check no. of spaces were skipped?
- Next by Date: Re: a question on array
- Previous by thread: For a copy of The Embedded Newsletter
- Next by thread: Re: error in yacc
- Index(es):
Relevant Pages
|