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

Add the ability to read from standard input #40

Open
kniazkov opened this issue Mar 1, 2022 · 0 comments
Open

Add the ability to read from standard input #40

kniazkov opened this issue Mar 1, 2022 · 0 comments

Comments

@kniazkov
Copy link

kniazkov commented Mar 1, 2022

When launching an application as part of the "translator" - "Polystat" - "IDE visualizer" chain, we have to create a temporary file containing the source code of the program in the EOLANG language. It is not comfortable. It is required to add an option that would read the source code from the standard system input. This will allow us to run the application in scripts like this:

cat source_file | translator | java -jar polystat.jar --sarif --option2 --optionN | .... 
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