symboscript-interpreter-0.17.1 is not a library.
SymboScript Interpreter
Installation
Usage
Check the examples folder.
Example
println["Hello, World!"];
You can also use REPL
cargo install symboscript-interpreter
Check the examples folder.
symboscript ./examples/basic/hello_world.syms
println["Hello, World!"];
You can also use REPL
symboscript #Without path starts REPL