add common lisp

This commit is contained in:
Brian Seymour 2021-01-23 14:14:55 -06:00
parent 38a153c546
commit 68042e6d27
5 changed files with 17 additions and 2 deletions

View file

@ -29,6 +29,8 @@ echo -n 'testing julia = '
../../cli/execute julia julia.jl
echo -n 'testing kotlin = '
../../cli/execute kotlin kotlin.kt
echo -n 'testing lisp = '
../../cli/execute lisp lisp.cl
echo -n 'testing nasm 32 bit = '
../../cli/execute nasm nasm.nasm
echo -n 'testing nasm 64 bit = '