Registry / other / tan
library0.16.0rscratesunverified

The Tan language implementation, a programming language for building reliable and efficient software.

# Cargo.toml [dependencies] tan = "0.16.0"
INSTALL
IMPORT
SIG · TAN
T
tan
otherrustv0.16.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.

Tan
use tan::Tan;

Create a Tan interpreter and evaluate a simple expression.

use tan::Tan; fn main() { let mut tan = Tan::new(); tan.eval("print(42)").unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
tan — cargo add tan · libregistry