Crate flycatcher_parser[][src]

Expand description

A hand-written parser that emits an AST tree.

Modules

Tools for generating AST trees.

Exposes error types for the parser.

Structs

A Parser struct that takes an input string, tokenizes it and parses it into a more or less readable AST tree.