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

fix id and expression in parser #2

Open
jay51 opened this issue May 10, 2020 · 1 comment
Open

fix id and expression in parser #2

jay51 opened this issue May 10, 2020 · 1 comment

Comments

@jay51
Copy link
Owner

jay51 commented May 10, 2020

fix id and expression in parser. right now if now condition qualifies inside def id(self) and def expression(self) it returns NoOp or None

@jay51
Copy link
Owner Author

jay51 commented Jun 10, 2020

expression will return a NoOp which is good because for example a return without a value return; can work but NoOp return True. id always returns something; never returns None unless it's implicitly done!

however, return; should return Null type

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

No branches or pull requests

1 participant