Command-line switch to evaluate an expression and print the result #62
Labels
cli
Command-line interface
compiler
Compiler/parser
experimental
Purely experimental ideas (for now)
feature
New feature or request
cc:
This is a throwback to the old implicit printing functionality. I think something simple like
-E
can be supported. The only unknown is how (or if) to handle multiple expressions, or if the string passed to the interpreter should be treated literally as wrapped by a call toprint()
.The text was updated successfully, but these errors were encountered: