From 19d13c8339ee990fba358417a54aa6f1c94c7bca Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 16 Mar 2025 19:32:12 -0400 Subject: Add clingon command-line arg parser, finish test harness setup --- src/util.lisp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/util.lisp (limited to 'src/util.lisp') diff --git a/src/util.lisp b/src/util.lisp new file mode 100644 index 0000000..87e4df9 --- /dev/null +++ b/src/util.lisp @@ -0,0 +1,5 @@ +(in-package #:util) + +(defun asm-extension? (file) + "Returns t if FILE is extended with .asm, nil otherwise." + (string= (pathname-type file) "asm")) -- cgit v1.2.3