Homework 5 (Due Monday July 4, 2005)

1. Create the automaton to recognize the keywords.  The keywords is the one starting with the symbol @.
    1.1 The transition diagram
    1.2 The transition table
2. Implement the above automaton in C (Hint: modify the sample code).