package bap-std

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

BIR Interpreter

Biri evaluates terms in the context of a whole program (since terms may contain calls and jumps). Biri also tracks for current position inside block, the block and preceding block.

class context : ?main:sub term -> program term -> object ... end
class 'a t : object ... end

base class for BIR interpreters

OCaml

Innovation. Community. Security.