CSC 645 - Compiler Construction

Dr. R. M. Siegfried

Assignments #1 - Regular Expressions and Finite Automata

Due Monday, February 13, 2023

  1. Specify the finite automata that accepts the following regular expressions:
    1. a(ab)* + cb*cb
    2. ab*c + (cd + e)*
  2. Write the regular expressions that are accepted by the following finite automata

[Back to the Assignments Index]