SQFvm / runtime

Custom implementation of the Arma script language SQF
GNU Lesser General Public License v3.0
96 stars 30 forks source link

Simplify calling of SQF code from the CLI #204

Closed overfl0 closed 1 year ago

overfl0 commented 2 years ago

People seem to expect sqfvm to run like other code interpreters, like python, ruby or nodejs - just call python hello_world.py and this will execute the code present in that file.

Would it be possible to have such a functionality with sqfvm?

X39 commented 2 years ago

Pretty much is just a cli thing So yes, possible

danielgran commented 2 years ago

+1

X39 commented 1 year ago

Implemented in development branch