Question: The C++ program will create a lua environment, load/run the file specified by the command line argument. It will then take in a line of
The C++ program will create a lua environment, load/run the file specified by the command line argument. It will then take in a line of input from the command line, call the InfixToPostfix() function in lua (use the dostring), retrieve the resulting postfix string from the lua stack (use the checkstring function) and then print the resultant postfix string.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
