Jump to content

ML/I

From EDM2
Revision as of 11:25, 14 July 2016 by Reiknir (talk | contribs)

ML/I is a general purpose macro processor with a history going back all the way to 1966. It best known for its powerful text processing features that lead to it being primarily used on one one hand for processing human readable text for reformatting purposes and on the other as a pre processor for programming code where code needed to be translated between programming languages that had some structural similarity but different syntax. While old and rarely updated it still has some advantages over more modern processors such as M4 or PPWizard or programming languages like AWK as it has better support for nesting and long lines of text.

Charset support

8 Bit ASCII (256 Characters according to current codepage). No support for Unicode or DBCS.

Version

  • 4.9

Links

Publications

Contains a chapter on how macro and text processors can aid in code portability and ML/I in particular.
  • A. J. Cole: Macro Processors - July 8, 1976 - Cambridge University Press - Paperback, 238 pages - ISBN 0521290244 - ISBN 978-0521290241 - Out of print
Contains a chapter on ML/I plus general preprocessor usage

Author

  • Peter J. Brown (original author)
  • Bob Eager (Maintainer since 1973)