Module conch_runtime::eval::ast_impl[][src]

This module defines various WordEval implementations on AST types defined by the conch-parser crate.

Structs

ComplexWord

A future representing the evaluation of a ComplexWord.

ParameterSubstitution

A future representing a ParameterSubstitution evaluation.

SimpleWord

A future representing the evaluation of a SimpleWord.

Word

A future representing the evaluation of a Word.