Related articles |
---|
Regular Language thomaspan2000@aol.com (2000-07-23) |
Re: Regular Language nospam411@my-deja.com (2000-07-27) |
Re: Regular Language vannoord@let.rug.nl (2000-07-29) |
From: | thomaspan2000@aol.com (Thomaspan2000) |
Newsgroups: | comp.compilers |
Date: | 23 Jul 2000 16:53:04 -0400 |
Organization: | AOL http://www.aol.com |
Keywords: | question, parse, theory |
Hi,
Currently, I use lex and yacc to write a parser for a C-like language. The
problem is I want to know whether it is regular or not. Since it contains
if ...
else if ...
...
else ...
it is not a regular language. But how to prove? I know lex and yacc generates
LALR language and there is also a pumping lemma for regular sets. But how to
prove one language is not regular language?
Thanks,
Thomas
Return to the
comp.compilers page.
Search the
comp.compilers archives again.