[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
pmccabe
ParsingThe pmccabe
parsing actually inspired the method for this program.
Thd difference is that pmccabe
will always keep scanning until
a procedure body’s closing curly brace is found, even if that means
counting the code from several following procedure definitions.
The consequence of this is that this program’s code will see some
procedures that pmccabe
will not, and vice versa.
This document was generated by Bruce Korb on May 15, 2011 using texi2html 1.82.