package bap-std

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

Module Bil.Theory

Core Theory specification of BIL.

parser the parser enables reflection of the bil statements into core theory terms. To reflect a bil program prog into the theory Theory, use

  let module Parser = Theory.Parser.Make(Theory) in
  Parser.run Bil.Theory.parser bil
OCaml

Innovation. Community. Security.