The project involves completing and extending the c++ progra

Assignment Help Basic Computer Science
Reference no: EM13744997

The project involves completing and extending the C++ program that evaluates statements of an expression language.

The statements of that expression language consist of an arithmetic expression followed by a list of assignments. Assignments are separated from the expression and each other by commas. A semicolon terminates the expression. The arithmetic expressions are fully parenthesized infix expressions containing integer literals and variables. The valid arithmetic operators are +, -, *, /. Tokens can be separated by any number of spaces. Variable names begin with an alphabetic character, followed by any number of alphanumeric characters. Variable names are case sensitive. This syntax is described by BNF and regular expressions.

The program reads in the arithmetic expression and encodes the expression as a binary tree. After the expression has been read in, the variable assignments are read in and the variables and their values of the variables are placed into the symbol table. Finally the expression is evaluated recursively.

Your first task is to complete the program provided by providing the three missing classes, Minus, Times and Divide.

Next, you should extend the program so that it supports relational, logical and conditional expression operators as defined by the following extension to the grammar:

<exp> -> '(' <operand> <op> <operand> ')' |
'(' <operand> ':' <operand> '?' <operand> ')' |
'(' <operand> '!' ')'
<op> -> '+' | '-' | '*' | '/' | '>' | '<' | '=' | '&' | '|'

Note that there are a few differences in the use of these operators compared to their customary use in the C family of languages. There differences are
•In the conditional expression operator the symbols are reversed and the third operand represents the condition. The first operand is the value when true and the second the value when false
•The logical operators use single symbols not double, for example the and operator is & not &&
•The negation operator ! is a postfix operator, not a prefix one
•There are only three relational operators not the usual six and the operator for equality is = not ==

Like C and C++, any arithmetic expression can be interpreted as a logical value, taking 0 as false and anything else as true

Your final task is to make the following two modifications to the program:
•The program should accept input from a file, allowing for multiple expressions arranged one per line. Some hints for accomplishing this transformation will be provided in the conference
•All results should be changed from double to int. In particular the evaluate function should return an int.

You may assume that all input to the program is syntactically correct.

You are to submit the source code for the entire program in a .zip file. Your program must compile with Microsoft Visual C++. 

Reference no: EM13744997

Questions Cloud

Services reports warranty expense by estimating the amount : Lance Lawn Services reports warranty expense by estimating the amount that eventually will be paid to satisfy warranties on its product sales. For tax purposes, the expense is deducted when the cost is incurred. At December 31, 2013, Lance has a warr..
Healthcare delivery system of the united states : Compare the three (3) current health care financing and funding models (i.e., employee based, government based, and individual based) used with the healthcare delivery system of the United States.
Attributable to a temporary book–tax difference : A balance of $30 million attributable to a temporary book–tax difference of $75 million in a liability for estimated expenses. At the end of 2013, the temporary difference is $70 million. Payne has no other temporary differences and no valuation allo..
What are franchise agreements : Summarize the following acts: sections 1 and 2 of the Sherman Act; the Clayton Act and the relationship to mergers; and the Robinson-Patman Act on price discrimination. What are franchise agreements?
The project involves completing and extending the c++ progra : The project involves completing and extending the C++ program that evaluates statements of an expression language.
Complete the external environmental scan for organization : Complete the external environmental scan for your organization. Perform an internal competitive environmental scan for your organization.
Initial cash flow and each year cash flow from the project : The machine is expected to save $35000, $45000 and $55000 in year 1,2and 3, respectively. If lion lighting has a 30% marginal tax rate, what are the initial cash flow and each year's cash flow from the project?
Analyze the significant implications of the issues : Analyze the significant implications of the issues in question for market efficiency of the healthcare system. Provide a rationale for your response.
What can today sustainable architecture learn fromvernacular : Montgomery Schuyler states "conformity to the environment is a prime virtue in domestic architecture". What can today's, sustainable architecture learn from the vernacular?

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Write dimensions of memory containing bytes of storage

Write down the dimensions of a memory containing 1mb(2^20) bytes of storage? How large would the MAR be? how many bits are sent to the row column decoders?

  Evaluate an expression and display one value

What function would you use in Access to evaluate an expression and display one value when the expression is true, and another value when the expression is false?

  Industry specific applications

Does Microsoft's entry into industry-specific applications signal end for smaller industry specific software developers? What changes in strategy through such developers are necessary to compete with Microsoft?

  Write a java program to compute the squares of the numbers

Write a java program to compute the squares of the numbers in the array list like 1, 2, 3, 4... up to 50.Write a java program to compute the sum of numbers and average in the array list up to 50.Write the java program to find the minimum a..

  You have been working as a police officer for the

you have been working as a police officer for the centervale police department for two years. you are on your nightly

  Mick''s wicks makes candles in various sizes

Mick's Wicks makes candles in various sizes. Create a class for the business named Candle that contains data fields for color, height, and price. Create get methods for all three fields

  Paper about the inheritance structures of galaga.

Identify the parent and child classes and describe what each class has for events and data. If you are unfamiliar with Galaga, do a web search on the topic to find some resources.

  Distinguish between caching and buffering

Distinguish between caching and buffering The failure model defines the ways in which failure may occur in order to provide an understanding of the effects of failure. Give one type of failure with a brief description of the failure

  User interface design guidelines used for new system

Design a suitable source document for ads that are telephoned or mailed in. Suggest at least four user interface design guidelines that could be used for the new system.

  Tester as a penetration tester you are hired as a

as a penetration tester you are hired as a consultant by a small- to mid-sized business that is interested in

  Utilizing supporting documentation obtained

Please provide a one page response to the following topic utilizing supporting documentation obtained from your textbooks and the Internet.

  Discuss how to protect privacy in electronic society

Privacy issues about RFID have received extensive attention. Discuss how to protect privacy in electronic society.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd