Method: (PREPROCESS-TAL FILE-SYSTEM-GENERATOR PATHNAME)

Source

(defmethod preprocess-tal ((generator file-system-generator) (name pathname))
  (with-tal-compilation-unit name
    (compile-tal-string-to-lambda (read-tal-file-into-string name))))
Source Context