package gobba

  1. Overview
  2. Docs
val parser : Lexing.lexbuf -> Types.command list
val lambda_of_string : string -> string -> Types.evt

An helper function that helps extracting closures from strings, to be used as functions in the standard library. An empty environment is used since primitives in the standard library should not be able to access external values TODO: compute at compile time