Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please provide solution in detail. Thank you!! 1 Rewrite Systems Remember our rewriting game in the first lecture (a) Given the same input, e., a

image text in transcribed

image text in transcribed

Please provide solution in detail. Thank you!!

1 Rewrite Systems Remember our rewriting "game in the first lecture (a) Given the same input, e., a sequence of characters starting with S and ending with #, and any combination of 0s and 1s in-between, specify a set of rewrite rules that determine whether the string contains the same number of Os and 1s. Here is some sample "output" $0011# should be rewritten as $# $1001# should be rewritten as $# $110110# should be rewritten as $11# $0001100# should be rewritten as $000# In other words, the $# indicates that the input string has the same number of Os and 1s. If the string does not contain the same number of 0s and 1s, the resulting string shows how many more 0s or 1s there are in the input string (b) Is there at most only a single rewrite rule that can be applied at any point in time during the rewrite process? Explain. (c) Show the steps of your rewrite system for the input strings $0101# and $ 10110# 2 Regular Expressions Write a regular expression for numeric constants in C. These are octal, dec mal, or hexade An octal integer begins with 0, and may contain only the digits 0-7. A hex adecimal integer begins with 0x or OX, and may contain the digits 0-9 and a/A-f/F. A decimal floating-point value has a fractional portion (beginning cimal integers, or decimal or hexadecimal floating-point values

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

Students also viewed these Databases questions