13 breaking releases

0.17.1 Jan 14, 2024
0.15.1 Jan 9, 2024
0.0.0 Dec 30, 2023

#295 in Programming languages

Download history 15/week @ 2023-12-31 11/week @ 2024-01-07 1/week @ 2024-01-14 1/week @ 2024-02-25 1/week @ 2024-03-10 126/week @ 2024-03-31 219/week @ 2024-04-07

345 downloads per month

MIT license

140KB
3.5K SLoC

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

Dependencies

~6–18MB
~205K SLoC