symboscript-interpreter

Crates.iosymboscript-interpreter
lib.rssymboscript-interpreter
version0.17.1
sourcesrc
created_at2023-12-30 09:00:41.941848
updated_at2024-01-14 16:14:40.537817
descriptionSymboScript interpreter
homepagehttps://github.com/artegoser/SymboScript/tree/main/interpreter
repositoryhttps://github.com/artegoser/SymboScript
max_upload_size
id1083996
size64,611
Artemy Egorov (artegoser)

documentation

https://github.com/artegoser/SymboScript/blob/master/doc/main.md

README

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
Commit count: 71

cargo fmt