[][src]Crate fjord

A library that parses and evaluates Fjord code.

Modules

env

The evaluation environment, which holds all state needed to evaluate Fjord code.

eval

Implementation of the Fjord interpreter and related types.

parser

Parsing and the results thereof.

val

A representation of what a value in Fjord can be.