Question: java 2. Extend the Jflex program to process TINY language code done in previous experiment by incorporating following type of tokens: [5] a) Match integers
java
![in previous experiment by incorporating following type of tokens: [5] a) Match](https://s3.amazonaws.com/si.experts.images/answers/2024/09/66da2cd6b528a_35866da2cd652944.jpg)

2. Extend the Jflex program to process TINY language code done in previous experiment by incorporating following type of tokens: [5] a) Match integers constants i.e. numbers having 1 or more digits. b) Match Identifiers having one or more letters. c) Operators: +, -, *,/,=, 5(,), ,, := d) Reserved Words: if, then, else, end, repeat, until, read, write e) Remove the comments from the program f) Print unrecognized characters with the message of unrecognized tokens Use the code given above in Task 1 as input. Your output should resemble as follows read
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
