A few Matlab(TM) parser modifications.
authorJason Riedy <jason@acm.org>
Mon, 2 Mar 2009 22:35:57 +0000 (17:35 -0500)
committerRobin Luckey <robin@ohloh.net>
Tue, 3 Mar 2009 00:28:05 +0000 (16:28 -0800)
commit17538c7932151cd90dc804bdd126dc8a08e9a724
treedf3fd4947f3b234926180d573ab8c7307a8c0a01
parent376eb353ce14e7b5aa746afe3c35084a0e02a02f
A few Matlab(TM) parser modifications.

There is a very old style of commenting that hides the comment beyond
the line continuation sequence '...'.  Also, the next patch adds an
GNU Octave-specific parser, so remove GNU Octave features.  The double
quotes are not detected by the detector, so keep those.

Signed-off-by: Jason Riedy <jason@acm.org>
ext/ohcount_native/ragel_parsers/matlab.rl
test/expected_dir/matlab1.m
test/src_dir/matlab1.m
test/unit/parsers/matlab_test.rb