Running a file on its own #159
-
Hi! I have a newbie question: please how can I run a file written in Steel on its own? I even know not the extension of a Steel file and found no thing related to at https://mattwparas.github.io/steel/book/start/embedded.html Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
You should be able to just pass a file to the interpreter, assuming it is installed - also the extension is
|
Beta Was this translation helpful? Give feedback.
-
I want not to be a burden but I just cloned your repository, cd into it and ran Also, what does |
Beta Was this translation helpful? Give feedback.
You can also run
cargo build --release
and find the built executable intarget/release/
- and move it to wherever you see fit that is on your path