summaryrefslogtreecommitdiff
path: root/src/ast.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.lisp')
-rw-r--r--src/ast.lisp10
1 files changed, 0 insertions, 10 deletions
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))