Crate evaltrees[][src]

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).