Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

part6: calc6.py -> edit LPARENT condition in factor method of Interpreter class #18

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

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.

None yet

1 participant