Question: Write a java program to recognize: - Unsigned Integer (uint): unsigned integer value - String Literal: (sliteral): anything that is surrounded by double quotes ('s)

 Write a java program to recognize: - Unsigned Integer (uint): unsigned

Write a java program to recognize: - Unsigned Integer (uint): unsigned integer value - String Literal: (sliteral): anything that is surrounded by double quotes ("'s) Whenever any of the above tokens are matched, your project should also print the respective token name ("uint" or "sliteral") and the attribute value (the unsigned integer value or the string literal value) after printing the lexeme. If the input (source code to be compiled) to your project (compiler) contains something other than the comments, white spaces or the lexemes mentioned above or in previous project steps, then your compiler should generate and display the error with: The line number The unrecognized lexeme in the source code and A meaningful error message

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!