Docs.rs
pine-parser-0.2.2
pine-parser 0.2.2
Docs.rs crate page
MPL-2.0
09 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
ferranbt
Dependencies
clap ^4.5
normal
eyre ^0.6
normal
pine-ast ^0.2.2
normal
pine-lexer ^0.2.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
walkdir ^2
dev
Versions
6.25%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate pine_parser
pine_
parser
0.2.2
All Items
Crate Items
Structs
Enums
Crate
pine_
parser
Copy item path
Source
Structs
§
Loc
Source location (1-based line and column) attached to select AST nodes for diagnostics.
Parser
Program
A program is a collection of statements
Enums
§
Argument
Function argument - can be positional or named
BinOp
Expr
Literal
Parser
Error
Stmt
UnOp
VarKind
How a variable declaration behaves across bars.