7 lines
180 B
Common Lisp
7 lines
180 B
Common Lisp
(in-package #:user-side-compiler)
|
|
|
|
;;; STUB, TODO
|
|
|
|
(define-transformation (token (token-name asm-function))
|
|
;; TODO: Create table of asm functions that this can draw from
|
|
nil)
|