0
10kviews
What is the role of an automata in compiler Design ?

Mumbai University > Computer > Sem 5 > System programming and compiler design

Marks:- 5M

Year:- May 2016

1 Answer
2
298views

• Finite automata is a state machine that takes a string of symbols as input and changes its state accordingly.

• Finite automata is a recognizer for regular expressions.

• When a regular expression string is fed into finite automata, it changes its state for each literal.

• If the …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.