Registry / other / leo-ast

leo-ast

JSON →
library4.0.2rscratesunverified

Abstract syntax tree (AST) for the Leo programming language.

# Cargo.toml [dependencies] leo-ast = "4.0.2"
INSTALL
IMPORT
SIG · LEO-AST
L
leo-ast
otherrustv4.0.2
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.

Program
use leo_ast::Program;

Creates a new Leo program AST node.

use leo_ast::Program; fn main() { let program = Program::new(); println!("{:?}", program); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
leo-ast — cargo add leo-ast · libregistry