Crate evaltrees

Source
Expand description

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