newLISP syntax check tool

Featuring the Dragonfly web framework
Locked
ssqq
Posts: 88
Joined: Sun May 04, 2014 12:49 pm

newLISP syntax check tool

Post by ssqq »

Hi, I write a newLISP syntax check tool with perl6.

https://github.com/songzan/Spp/blob/master/Newlisp.p6

Could pass with all lsp file with contribute package.

found following error:

module/unix.lsp line: 59

Code: Select all

    (import library "getuid")` 
end char is *`*.

Locked