Std.expiExpression interpreter
constraint 'a = Expi.contextinherit ['a, Bil.result] Expi.Eval.semanticsInteraction with environment
method empty : Bil.storagecreates an empty storage. If you want to provide your own implementation of storage, then it is definitely the right place.
method update : var -> Bil.result -> 'a Expi.ua variable is bind to a value.
method load : Bil.storage -> addr -> 'a Expi.ra byte is loaded from a given address
method store : Bil.storage -> addr -> word -> 'a Expi.ra byte is stored to a a given address
method type_error : type_error -> 'a Expi.ra given typing error has occurred
method division_by_zero : unit -> 'a Expi.rwe can't do this!