;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (in-package :hu.dwim.excosy) ;;;;;; ;;; Executor (def (function e) execute-excosy (machine binary-ast) (find-ast-node-for-memory-location (memory-location-map-of machine) (eval binary-ast)))