Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

javaimage text in transcribedimage text in transcribedimage text in transcribed

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 int X if 0 X then fact II 1 repeat fact = fact * x x 1 until X 0 > write fact end 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 int X if 0 X then fact II 1 repeat fact = fact * x x 1 until X 0 > write fact end

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Database Relational Model A Retrospective Review And Analysis

Authors: C. J. Date

1st Edition

0201612941, 978-0201612943

More Books

Students also viewed these Databases questions