Docs.rs
evaltrees-0.1.0
evaltrees 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
/
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
remexre
Dependencies
display_attr ^0.1.1
normal
either ^1.5.0
normal
failure ^0.1.1
normal
lalrpop-util ^0.15.2
normal
lazy_static ^1.0.1
normal
linked_hash_set ^0.1.3
normal
log ^0.4.1
normal
regex ^1.0.0
normal
symbol ^0.1.2
normal
lalrpop ^0.15.2
build
Versions
100%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
evaltrees
0.1.0
All Items
Crate Items
Modules
Crate
evaltrees
Copy item path
Source
Expand description
The evaltrees parser, typechecker, and evaluator.
Modules
ยง
ast
The abstract syntax tree.
cst
The concrete syntax tree.
eval
Evaluation and evaluators.
repl
Utilities for implementing a REPL.
typeck
A Hindley-Milner type-checker (with inference).