You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thx for this great project!
I don't know how to set compile and execute commands in scratch terminal cmd config. Firstly, I've tried this by follow readme :
Hi, thx for this great project!
I don't know how to set compile and execute commands in scratch terminal
cmd
config. Firstly, I've tried this by follow readme :But this didn't work what I expect. The result is same as
cmd = { exec, buf }
, just compile to a defaulta.out
file, and didn't executed.Then I tried this to only execute
a.out
:This had same result as I firstly tried. So I wonder to know how to set commands to auto compile and run statically-typed language.
The text was updated successfully, but these errors were encountered: