We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When evaluating two (or more, I imagine) string "files", the source code gets concatenated. See the example below:
→ flowpy "1+1" "2+2" -cv ~~~ FlowPy v0.1 ~~~ <><< Verbose mode enabled >><> Reading from ['1+1', '2+2'] ----- Source: 'unnamed-e0ac5e48e3067611' ----- 1+1 ----- end of source ----- ----- Source: 'unnamed-e0ac5e48e3067611' ----- 1+12+2 ----- end of source ----- WARNING (line 1): Evaluator NOT IMPLEMENTED for node <class 'ast.BinOp'>. ...analysing 'unnamed-e0ac5e48e3067611'... No FlowErrors detected! WARNING (line 1): Evaluator NOT IMPLEMENTED for node <class 'ast.BinOp'>. ...analysing 'unnamed-e0ac5e48e3067611'... No FlowErrors detected!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When evaluating two (or more, I imagine) string "files", the source code gets concatenated. See the example below:
The text was updated successfully, but these errors were encountered: