;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (defsystem :hu.dwim.vm :defsystem-depends-on (:hu.dwim.asdf) :class "hu.dwim.asdf:hu.dwim.system" :description "Virtual machine." :depends-on (:hu.dwim.common :hu.dwim.def :hu.dwim.defclass-star :hu.dwim.partial-eval :hu.dwim.syntax-sugar :hu.dwim.syntax-sugar/lambda-with-bang-args :hu.dwim.util) :components ((:module "source" :components ((:file "package") (:file "vm" :depends-on ("package"))))))