Docs.rs
parlex-calc-0.2.0
parlex-calc 0.2.0
Permalink
Docs.rs crate page
LGPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
ikhomyakov
Dependencies
clap ^4.5.48
normal
env_logger ^0.11.8
normal
include_bytes_aligned ^0.1.4
normal
indexmap ^2.11.4
normal
log ^0.4.27
normal
parlex ^0.2.0
normal
smartstring ^1.0.1
normal
thiserror ^2.0.17
normal
try-next ^0.3.0
normal
parlex-gen ^0.2.0
build
Versions
55.56%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
Crate parlex_calc
parlex_
calc
0.2.0
All Items
Crate Items
Structs
Enums
Crate
parlex_
calc
Copy item path
Source
Structs
§
Calc
Lexer
The calculator lexer.
Calc
Parser
The calculator parser, a wrapper that couples:
Calc
Token
A concrete implementation of a lexical token used by the calculator.
Iter
Input
An input adapter that wraps any iterator and provides a
TryNextWithContext
interface, automatically fusing the iterator so it never yields items after returning
None
once.
SymTab
A simple symbol table that maps string names to integer values.
Enums
§
Calc
Error
Represents all possible errors that can occur within the calculator.
SymTab
Error
Errors that can occur when operating on a
SymTab
.
TokenID
Token
Value
Represents the value carried by a lexical token.