• Home
  • Blog
  • Compiler Theory and Design Real and Boolean Literals Program

Compiler Theory and Design Real and Boolean Literals Program

0 comments

I’m working on a Computer Science exercise and need support.

Provide a program in the target language of our compiler/interpreter that incorporates all elements of the language. It must include all of the following:

  • Integer, Real and Boolean literals
  • Every arithmetic operator: + – * / rem **
  • Every relational operator: = /= > >= < <=
  • Every logical operator: and or not
  • An if statement
  • A case statement
  • A reduce statement
  • Multiple variable declarations
  • Multiple parameter declarations

In addition, your program should be written in such a way that it tests the associativity and precedence of all operators. It should also include nested statements.

Also provide several sets of input (values for the parameters) to the program, enough so that every line of code within the program is executed at least once. For each input supplied, provide the corresponding output.

Example of expect answer:
wA5sPP3UkNEVAAAAABJRU5ErkJggg==

About the Author

Follow me


{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}