Docs.rs
rill-lang-0.5.0
rill-lang 0.5.0
Permalink
Docs.rs crate page
Apache-2.0
06 July 2026
Links
Repository
crates.io
Source
Owners
MoysheBenRabi
Dependencies
rill-core ^0.5.0
normal
serde ^1.0
normal
optional
thiserror ^1.0
normal
criterion ^0.5
dev
float-cmp ^0.9
dev
serde_json ^1.0
dev
Versions
100%
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
Module parser
rill_
lang
0.5.0
Module parser
Module Items
Functions
In crate rill_
lang
rill_lang
Module
parser
Copy item path
Source
Expand description
Recursive-descent + Pratt (operator-precedence) parser.
Functions
§
parse
Parse a complete program (
name = expr; ...
).