symboscript-interpreter 0.17.1

SymboScript interpreter
symboscript-interpreter-0.17.1 is not a library.

SymboScript Interpreter

Installation

cargo install symboscript-interpreter

Usage

Check the examples folder.

Example

symboscript ./examples/basic/hello_world.syms
println["Hello, World!"];

You can also use REPL

symboscript #Without path starts REPL