Recursive macro actuated generator


tool
(RMAG) Robert A. Magnuson, NIH ca 1970.
A stand-alone macroprocessor for IBM 360/370 under VS or OS. Many built-in features and a library of several hundred macros. Several large systems were written in RMAG to generate source code for languages such as IBM JCL, IBM assembly language, COBOL.
There was also a system (SLANG: Structured LANGuage compiler) which would generate 370 assembly language from a pseudo-structured-programming language, based on Michael Kessler’s structure programming macros developed at IBM.
[“Project RMAG–RMAG22 User’s Guide”, R.A. Magnuson, NIH-DCRT-DMB-SSS-UG103, NIH, DHEW, Bethesda, MD 20205 (1977)].
(1995-11-23)

Read Also:

  • Recursiveness

    adjective 1. pertaining to or using a rule or procedure that can be applied repeatedly. 2. Mathematics, Computers. pertaining to or using the mathematical process of recursion: a recursive function; a recursive procedure.

  • Recursive subroutine

    noun 1. (computing) a subroutine that can call itself as part of its execution

  • Recursive type

    A data type which contains itself. The commonest example is the list type, in Haskell: data List a = Nil | Cons a (List a) which says a list of a’s is either an empty list or a cons cell containing an ‘a’ (the “head” of the list) and another list (the “tail”). Recursion is […]

  • Recurvate

    adjective 1. bent back or backward; recurved. adjective 1. (rare) bent back

  • Recurvation

    recurvation re·cur·va·tion (rē’kər-vā’shən) n. A backward bending or flexure. re·cur’vate’ (rĭ-kûr’vāt’, -vĭt) adj.


Disclaimer: Recursive macro actuated generator definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.