commit | bed809264fc3b8df676b896a04b620182d3a4ed2 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Tue Apr 13 21:58:05 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Tue Apr 13 21:58:05 2021 -0700 |
tree | 8202153f133db3a911863f06df53c04ffac0acab | |
parent | 7a6f5eb6f0a93e908ef65b7b38de2d0b86956807 [diff] [blame] |
Finish basics of Lisp parser, add simple test
diff --git a/src/lisp/Jmk b/src/lisp/Jmk index 5fc5fc4..7afda0c 100644 --- a/src/lisp/Jmk +++ b/src/lisp/Jmk
@@ -13,6 +13,10 @@ run: lisp status_log(RUN, ./lisp) - @./lisp + @./lisp "$$(cat test.lisp)" + +format: + status_log(FORMAT, *) + @clang-format -i *.c *.h finish