Docs.rs
flycatcher-parser-0.1.1
flycatcher-parser 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
trimorphdev
Dependencies
codespan-reporting ^0.11.1
normal
flycatcher-lexer ^0.1.1
normal
Versions
94.23%
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
flycatcher_
parser
0.1.1
All Items
Crate Items
Modules
Structs
Crate
flycatcher_parser
Copy item path
Source
Expand description
A hand-written parser that emits an AST tree.
Modules
§
ast
Tools for generating AST trees.
error
Exposes error types for the parser.
Structs
§
Parser
A Parser struct that takes an input string, tokenizes it and parses it into a more or less readable AST tree.