Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

KAU Imagine you are going to write a compiler for a new programming language. The first step is building a Lexical Analyzer. So, your job

image text in transcribed

KAU Imagine you are going to write a compiler for a new programming language. The first step is building a Lexical Analyzer. So, your job in this homework is: 1) Describing the tokens of the lexical analyzer using regular expressions 2) Write a simple tokenizer using JavaCC Task 1 (Regular Expressions) Write the Regular Expressions for this new language constructs to identify the tokens: Regular Expression Identifier Integer Floating point numbers Description It must start with $ followed by arbitrary combinations of capital and small letters with any length, then end with at least one digits It contains any combinations of digits with any length at least one digit followed by a decimal dot then followed by any combinations of digits with any length There is no mathematical operations t.etc., they are written as string as: Addition: PLUS Subtraction: MINUS Multiplication: MULT Division: DIV Arithmetic Operations White Spaces One or more of Space, Tab and Newline Note: It should be discarded Semi Colon: Punctuation Marks Single Line Comment It should be start with one @ and end with one @ between @ it can contain anything except (-3, new line)

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

Expert Performance Indexing In SQL Server

Authors: Jason Strate, Grant Fritchey

2nd Edition

1484211189, 9781484211182

More Books

Students also viewed these Databases questions

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago