Lab5 – assigned in week 13, due in week 14
Use of LEX and YACC
You may use any version (LEX or FLEX)
1) Write a LEX specification containing the regular expressions corresponding to your language specification.
2) Use Lex in order to obtain a scanner.…