Registry / other / endbasic-core

endbasic-core

JSON →
library0.11.1rscratesunverified

The core library for the EndBASIC programming language.

# Cargo.toml [dependencies] endbasic-core = "0.11.1"
INSTALL
IMPORT
SIG · ENDBASIC-CORE
E
endbasic-core
otherrustv0.11.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Interpreter
use endbasic_core::Interpreter;

Run a simple EndBASIC program.

use endbasic_core::Interpreter; fn main() { let mut interp = Interpreter::new(); interp.run("PRINT \"Hello\"").unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
endbasic-core — cargo add endbasic-core · libregistry