Prev: Module mdoc: Documentation Generator
Scanning m Sources
Scanning an
m source means reading the tokens (keywords, identifiers, separators, string and number literals, comments) one after another. Scanning is the first step when analyzing
m sources, e.g. extracting static metrics, extracting comments, instrumenting it, etc.
The module mscanner is used by module mdoc to read an m source and all the files it imports.
Next: Module mscanner: Source Scanner© 2004-2011 airbit AG, CH-8008 Zürich
Document AB-M-TOO-887