Crate fjord

Crate fjord 

Source
Expand description

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.