Registry / other / pax-lang

pax-lang

JSON →
library0.38.3rscratesunverified

Pax language parser for the Pax programming language.

# Cargo.toml [dependencies] pax-lang = "0.38.3"
INSTALL
IMPORT
SIG · PAX-LANG
P
pax-lang
otherrustv0.38.3
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.

Parser
use pax_lang::Parser;

Parse a Pax source string into an AST.

use pax_lang::Parser; let parser = Parser::new(); let ast = parser.parse("let x = 42;").unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.38.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pax-lang — cargo add pax-lang · libregistry