Skip to content

Conversation

@shayanpasokhi
Copy link

Hi dear friend
If the desired condition checks the LPARENT type in the following example
5+) 3)
Instead of Invalid syntax error, it encounters this error

Traceback (most recent call last):
File "c: /Users/Dell/Desktop/interpreter/interpreter.py", line 194, in
main ()
File "c: /Users/Dell/Desktop/interpreter/interpreter.py", line 189, in main
result = interpreter.expr ()
File "c: /Users/Dell/Desktop/interpreter/interpreter.py", line 169, in expr
result = result + self.term ()
TypeError: unsupported operand type (s) for +: 'int' and 'NoneType'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant