Reputation: 15734
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?
Upvotes: 3
Views: 680
Reputation: 5053
If you're looking for a code style checker, check out Eli Barzilay's "code ayatollah". You can run that on the command line.
Upvotes: 3