package gobba

  1. Overview
  2. Docs

Push an AST expression into a stack

  • parameter s

    The stack where to push the expression

  • parameter e

    The expression to push

Pop an AST expression from a stack

val depth_of_stack : Types.stackframe -> int
val string_of_stack : int -> Types.stackframe -> string