From 54d3ebe78702e64b8185f6df8da85ab329c26128 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 1 Jun 2024 11:51:49 -0700 Subject: Fix: bug in instr --- src/ast.lisp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/ast.lisp') diff --git a/src/ast.lisp b/src/ast.lisp index 9987ddf..4b12745 100644 --- a/src/ast.lisp +++ b/src/ast.lisp @@ -8,18 +8,8 @@ (in-package #:sarcasm.ast) -;;; TYPES - - ;;; MODULE-STRUCTURES -(def/class instr () - ((name :prefix :type keyword) - (code :prefix :type (vector byte)) - (type :prefix :type stack-effect-type))) - -(def/class numeric-instr (instr)) - (def/class func () (type :prefix :type typeidx) (locals :type (vector valtype)) -- cgit v1.2.3