Add stub ASM-FUNCTION class
This commit is contained in:
parent
38406c80ee
commit
12d1a905fe
1 changed files with 5 additions and 2 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
;;; STUB, TODO
|
||||
|
||||
(defclass asm-function ()
|
||||
((%name :accessor name :initarg :name)))
|
||||
|
||||
(define-transformation (token (token-name asm-function))
|
||||
;; TODO: Create table of asm functions that this can draw from
|
||||
nil)
|
||||
;; TODO: Choose from a list, don't just create like this
|
||||
(make-instance 'asm-function :name (name token)))
|
||||
|
|
Loading…
Add table
Reference in a new issue