Write a program that implements the algorithm delimterMatching()
delimiterMatching(file)
read character ch from file;
while not end of file
if ch is '(', '[', or '{'
puch(ch);
else if ch is ')', ']', or '}'
if ch and popped off delimiter do not match
failure;
else if ch is '/'
read the next character;
if this character is '*'
skip all characters until '*/' is found and report an error
if the end of the file is reached before '*/' is encountered;
else ch = the character read in;
continue; // go to the beginning of the loop;
// else ignore the other characters;
read next character ch from file;
if stack is empty
success;
else failure;
1
Expert's answer
2018-09-19T04:10:24-0400
Dear Nick Elam, your question requires a lot of work, which neither of our experts is ready to perform for free. We advise you to convert it to a fully qualified order and we will try to help you. Please click the link below to proceed: Submit order
Numbers and figures are an essential part of our world, necessary for almost everything we do every day. As important…
APPROVED BY CLIENTS
Finding a professional expert in "partial differential equations" in the advanced level is difficult.
You can find this expert in "Assignmentexpert.com" with confidence.
Exceptional experts! I appreciate your help. God bless you!
Comments
Leave a comment