Implementations of various lambda calculus based systems.Source codeContentsIndex
Untyped.Interpreter
Stabilityexperimental
Maintainerthanos@sians.org
Contents
Interpreters
Description
Interpreters for the untyped system. Links the parser and the evaluator, handling the dirty stuff.
Synopsis
interpret :: Computer -> String -> String
biginterpret :: Computer -> String -> String
quietinterpret :: Computer -> String -> String
Interpreters
interpret :: Computer -> String -> StringSource
Given a Computer and a source code, return the detailed computations.
biginterpret :: Computer -> String -> StringSource
Given a Computer and a source code, return the big-step computations.
quietinterpret :: Computer -> String -> StringSource
Given a Computer and a source code, return only the results.
Produced by Haddock version 2.4.2