Problems with JFLAP
- From: Paminu <jadajada@xxxxxxx>
- Date: Fri, 18 Nov 2005 11:04:12 +0100
I am trying to use JFLAP. I have made the following NFA:
http://photos1.blogger.com/blogger/3626/1346/1600/test.0.jpg
from a book that corresponds to the regular expression: (a+b)*ac. ('+'=OR
and '*' = Many or nothing)
But when I try to convert it to the a regular expression to see it it
matches (a+b)*ac I get:
http://photos1.blogger.com/blogger/3626/1346/1600/test2.jpg
followed by:
http://photos1.blogger.com/blogger/3626/1346/1600/test3.jpg
>From this last picture it seems that the expression is a+bac which is not
(a+b)*ac.
Hope someone can help!
.
- Follow-Ups:
- Re: Problems with JFLAP
- From: Torben Ægidius Mogensen
- Re: Problems with JFLAP
- Prev by Date: Re: Create DFA from regular expression?
- Next by Date: Re: Create DFA from regular expression?
- Previous by thread: Create DFA from regular expression?
- Next by thread: Re: Problems with JFLAP
- Index(es):
Relevant Pages
|