Crates.io | symboscript-interpreter |
lib.rs | symboscript-interpreter |
version | 0.17.1 |
source | src |
created_at | 2023-12-30 09:00:41.941848 |
updated_at | 2024-01-14 16:14:40.537817 |
description | SymboScript interpreter |
homepage | https://github.com/artegoser/SymboScript/tree/main/interpreter |
repository | https://github.com/artegoser/SymboScript |
max_upload_size | |
id | 1083996 |
size | 64,611 |
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