blenderskool / vyaakaran

📜 Visualize formal languages and automata
https://vyaakaran.now.sh
MIT License
35 stars 5 forks source link

Incorrect unacceptable strings generated #6

Closed blenderskool closed 2 years ago

blenderskool commented 2 years ago

Unacceptable strings generated for the following grammar are incorrect.

Test grammar

S -> # | a S.

Expected behavior

No unacceptable strings are generated as the above grammar matches all strings with symbol a.

blenderskool commented 2 years ago

Fixed via d2501458d6fbd2886f43f4b6e6cb286c600e71a6