Crates.io | logo-runtime |
lib.rs | logo-runtime |
version | 0.1.0 |
source | src |
created_at | 2023-07-27 09:18:12.789042 |
updated_at | 2023-07-27 09:18:12.789042 |
description | Implements the runtime for graphic functionality of Logo programming language |
homepage | |
repository | https://github.com/supermina999/logo-rust |
max_upload_size | |
id | 927251 |
size | 17,417 |
This repo contains a full implementation of Logo programming language interpreter and IDE written in Rust.
Implements parsing and interpreting of Logo programming language. Use this crate directly if you want to interpret some abstract Logo code.
Builds on top of logo-interp
, adds the runtime for graphic functionality of the Logo language. You can use this crate if you want to integrate Logo with a custom renderer.
Implements a simple CPU renderer for logo-runtime
. You can use this crate to run Logo code and get some images out of it.
Simple GUI for Logo environment, primarily used for testing & debugging purposes.
Web-based IDE for Logo development, this one is shown in the demo.