Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 448 Bytes

readme.md

File metadata and controls

31 lines (20 loc) · 448 Bytes

SymboScript Interpreter

Installation

cargo install symboscript-interpreter

Usage

Check the examples folder.

REPL

image

Example

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

You can also use REPL

symboscript #Without path starts REPL