1. This question is about BNF (15 marks) i. Produce a set of production rule that meet the following rule:- - An identif
Posted: Thu Jul 14, 2022 2:28 pm
1. This question is about BNF (15 marks) i. Produce a set of production rule that meet the following rule:- - An identifier of a language F may consist of at most 10 characters - The first character must be either I, J, K, L and M and follows with any number of digits or Capital letters up to the total of 10 characters ii. Shows one example of derivation of a valid identifier for production rule in i. iii. Show one example of derivation of an invalid identifier for the production in i. iv. Shows a derivation tree for your example in ii.