Part 1: Build a program using flex that can implement the following rules: Rule 1: that detects if the input of a set of
Posted: Fri May 20, 2022 10:32 am
Part 1: Build a program using flex that can implement the following rules: Rule 1: that detects if the input of a set of integers is a phone number that is correct. o The phone number must be: Only Integers (numbers) 10 digits o Starts with 05 Rule 2: if the string is keywords (For, While Do, Class) O o Part 2: Using JFLAP application to represent the following regular expression to NFA and DFA: (0 | 1)*00(0|1)*