;;;; sarcasm.asd (asdf:defsystem #:sarcasm :description "WASM runtime in Common Lisp" :author "Colin " :license "GPL3" :version "0.0.1" :depends-on (#:alexandria #:yacc) :pathname "src/" :serial t :components ((:file "util") (:file "ast")))