logo-runtime 0.1.0

Implements the runtime for graphic functionality of Logo programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.logo-interp]
version = "0.1.0"

[dependencies.wasm-bindgen]
version = "0.2.74"

[dev-dependencies.approx]
version = "0.5.1"

[package]
authors = ["Stanislav Minakov"]
description = "Implements the runtime for graphic functionality of Logo programming language"
edition = "2021"
license = "MIT"
name = "logo-runtime"
readme = "README.md"
repository = "https://github.com/supermina999/logo-rust"
version = "0.1.0"