Registry / other / carlotk

carlotk

JSON →
library1.1.0rscratesunverified

Main library for Carlo, a simple interpreted programming language.

# Cargo.toml [dependencies] carlotk = "1.1.0"
INSTALL
IMPORT
SIG · CARLOTK
C
carlotk
otherrustv1.1.0
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 carlotk::Interpreter;

Creates an interpreter and runs a simple Carlo program.

use carlotk::Interpreter; fn main() { let mut interpreter = Interpreter::new(); interpreter.run("print 'Hello'"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Meta
1
Resources
carlotk — cargo add carlotk · libregistry