The task in this problem is to evaluate a sequence of simple C expressions, but you need not know C to solve the problem! Each of the expressions will appear on a line by itself and will contain no ...
Simply pase an expression to the parser, and it will return the result to you, and if anything goes wrong. You'll get an error type (None, Parentheses, Wrong Char ...