This project is a parser for Matlab 8.1 (R2013a). The parser processes M-files written in Matlab and builds ASTs from their content. The ASTs are serialized to XML for later inspection. The project ...
This is much faster than running `matlab -batch "disp(version)"` and parsing the output, which can take several to tens of seconds to start up Matlab.