Registry / other / aleph-syntax-tree

aleph-syntax-tree

JSON →
library0.1.5rscratesunverified

Aleph Syntax Tree structure for the Aleph programming language.

# Cargo.toml [dependencies] aleph-syntax-tree = "0.1.5"
INSTALL
IMPORT
SIG · ALEPH-SYNTAX-TREE
A
aleph-syntax-tree
otherrustv0.1.5
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.

AstNode
use aleph_syntax_tree::AstNode;

Creates a new AST node for the Aleph language.

use aleph_syntax_tree::AstNode; let node = AstNode::new("program"); println!("Created AST node: {:?}", node);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
OpenAI (training)
1
Resources
aleph-syntax-tree — cargo add aleph-syntax-tree · libregistry