Question

I'm looking for a command-line tool to check the syntax of my Racket / PLT-Scheme code. The purpose of this is to build a syntax-checker for Syntastic Vim plugin.

Has anybody heard of a way?

Était-ce utile?

La solution

If you're looking for a code style checker, check out Eli Barzilay's "code ayatollah". You can run that on the command line.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top