------------------------------------------------------------ Output from running a5text.txt into a parser with a working semantic value stack (CST8152 98W Assignment 6). a5test.txt has no errors in it. You may need to increase the Borland run time stack size to parse it succesfully. -Ian! ------------------------------------------------------------ Successfully opened input stream 'a5test.txt' PARSER: Now parsing 'a5test.txt' to 'STDOUT' scanner_init: The Scanner defines 18 token types scanner_init: Reading from 'a5test.txt'. ----------------------------------------------------------- Line 1: Matched statement 1 starting 'print' ---> Start of test file. One plus one is two =2 Line 2: Matched statement 2 starting 'print' First output is: 200 Line 4: Matched statement 3 starting 'print' Second output is: 200 Line 212: Matched statement 4 starting 'print' Third output is: -4550 Line 419: Matched statement 5 starting 'print' --> End of test file. Two plus two is four =4 Line 21129: Matched statement 6 starting 'print' Line 21130: Matched statement 7 starting ';' Line 21130: Matched statement 8 starting ';' Line 21130: Matched statement 9 starting ';' Line 21130: Matched statement 10 starting ';' ----------------------------------------------------------- Line 21131: Matched statement 11 starting 'print' scanner_term: The Scanner terminated in 'a5test.txt' at line 21132 PARSER: Parsed 11 statements from 'a5test.txt' to 'STDOUT'. Returned from parsing 'a5test.txt'