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

Command-line switch to evaluate an expression and print the result #62

Open
darrylabbate opened this issue Dec 24, 2022 · 0 comments
Open
Labels
cli Command-line interface compiler Compiler/parser experimental Purely experimental ideas (for now) feature New feature or request

Comments

@darrylabbate
Copy link
Member

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 to print().

@darrylabbate darrylabbate added feature New feature or request compiler Compiler/parser experimental Purely experimental ideas (for now) cli Command-line interface labels Dec 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Command-line interface compiler Compiler/parser experimental Purely experimental ideas (for now) feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant