Crate flycatcher_parser

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.