summaryrefslogtreecommitdiff
path: root/src/util.lisp
blob: 87e4df98e026147a16fe87ea095e9a97f22c312d (plain)
1
2
3
4
5
(in-package #:util)

(defun asm-extension? (file)
  "Returns t if FILE is extended with .asm, nil otherwise."
  (string= (pathname-type file) "asm"))