Is there a syntax-checker for Octave similar to Matlab's mlint and checkcode?

octave, syntax

Solution

No. It was still on the project's future feature list as of 09/23/12.

http://wiki.octave.org/Projects

The tenth item under 'Interpreter'.

Problem

I would expect such a beast to have the same license as Octave itself. I looked at the Octave option parser, and it looks like this ability isn't in core Octave.

Original source