What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
This PR fixes #144 where the wrong error was reported for a print statement. This was a a result of print statement using special logic if immediately followed by (expr). This was removed and instead the print token is directly assigned the print functions type.
(expr)
. This was removed and instead the print token is directly assigned the print functions type.