package bap-std

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

BIL interpreter

  • deprecated

    Use the Primus Framework

constraint 'a = Bili.context
inherit 'a Bili.Expi.t
method eval : stmt list -> 'a Bili.u
method eval_stmt : stmt -> 'a Bili.u
method eval_move : var -> exp -> 'a Bili.u
method eval_jmp : exp -> 'a Bili.u
method eval_while : cond:exp -> body:stmt list -> 'a Bili.u
method eval_if : cond:exp -> yes:stmt list -> no:stmt list -> 'a Bili.u
method eval_cpuexn : int -> 'a Bili.u
method eval_special : string -> 'a Bili.u