matlab-front; parsing and processing MATLAB code
matlab-front defines the syntax of MATLAB code and offers a parser and prettyprinter. Other programs could use this to transform, optimize or generate new MATLAB code. Matlab-front is developed within the
Stratego/XT framework.
MATLAB syntax
No official MATLAB syntax is publicly available, so I used the manual and much 'playing around' to find out about the tricky parts in the language syntax.
Download
Later...
to top