gleamunison/compile

Types

pub type CompileError {
  InternalError(reason: String)
}

Constructors

  • InternalError(reason: String)
pub type Compiler {
  Compiler
}

Constructors

  • Compiler

Values

pub fn compile_definition(
  c: Compiler,
  def: ast.Definition,
  ref: identity.DefinitionRef,
) -> Result(BitArray, CompileError)
pub fn module_name_for(ref: identity.DefinitionRef) -> String
pub fn new() -> Compiler
Search Document