Add lisp tester
This commit is contained in:
parent
371a2665cd
commit
c42f04aacc
1 changed files with 4 additions and 0 deletions
4
test_lisp.sh
Executable file
4
test_lisp.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
exec sbcl --noinform --disable-ldb --lose-on-corruption --non-interactive --eval '(declaim (sb-ext:muffle-conditions cl:style-warning))' --load Lisp/jsonparse.lisp --eval '(jsonread "'"$1"'")'
|
||||
|
Loading…
Add table
Reference in a new issue