gren-lang / compiler

Compiler for the Gren programming language
https://gren-lang.org
Other
379 stars 23 forks source link

Option to output the file to stdout/to print the file content #238

Closed nacho00112 closed 10 months ago

nacho00112 commented 10 months ago

That would allow using gren with bash (for example using stdout pipes).

robinheghan commented 10 months ago

You can already do this. I believe the flag is --output /dev/stdout or some such.