Module Process


module Process: sig .. end
The KRH processor main loop. See also module Main.

val main : unit -> unit
main () runs the KRH processor within a stand alone environment.
val interact : unit -> unit
interact () runs the KRH processor within a OCaml interpreter. This is intended mainly for experimentation and debugging.