Category:TMG: Difference between revisions

→‎References: HOPL.info came back to life
No edit summary
(→‎References: HOPL.info came back to life)
 
(5 intermediate revisions by the same user not shown)
Line 1:
{{language|TMG
'''TMG''' (from ''transmogrifier'') is an early compiler-compiler first developed by Robert McClure in the mid-1960s. Later it was ported and further developed by Doug McIlroy of Bell Labs to work on microcomputers PDP-7 and PDP-11 under the UNIX operating system. McIlroy's dialect of TMG (the '''Unix TMG''') was included into the UNIX operating system from Version 2 to Version 6.
|exec=machine
|hopl=yes
|hopl id=242
|LCT=yes
|bnf=https://amakukha.github.io/tmg/TMG_Manual_McIlroy_1972.html#s9-2
}}
[[wp:TMG (language)|'''TMG''']] (from ''transmogrifier'') is an early compiler-compiler first developedintroduced by Robert McClure in the mid-1960s. Later it was ported and further developed by Doug McIlroy of Bell Labs to work on microcomputers PDP-7 and PDP-11 under the UNIX operating system. McIlroy's dialect of TMG (the '''Unix TMG''') was included into the UNIX operating system from Version 2 to Version 6. It was the first high-level programming language running on UNIX.
 
 
== Implementations ==
TMG was used to implement:
There are two ways to run Unix TMG on modern machines:
* EPL (Early [[:Category:PL/I|PL/I]]) on Multics operating system
* [[:Category:B|B programming language]] by Ken Thompson
 
 
TMG influenced:
* [[:Category:B|B]] (via Unix TMG)
* TROL (Translation-Oriented Language) of Donald Knuth
* YACC
 
== Running ==
There are two ways to run Unix TMG on modern machinescomputers:
* by using a PDP-11 emulator with the original Unix V6 image
* by running a modern [https://github.com/amakukha/tmg port of Unix TMG]
 
== ManualReferences ==
* McIlroy, M. D. [https://wwwamakukha.tuhsgithub.orgio/Archive/Distributionstmg/Research/1972_stuff/tmgTMG_Manual_McIlroy_1972.pdfhtml ''A Manual for the Tmg Compiler-writing Language''] (1972) <nowiki>[</nowiki>[https://amakukhawww.githubtuhs.ioorg/tmgArchive/TMG_Manual_McIlroy_1972Distributions/Research/1972_stuff/tmg.htmlpdf HTMLscanned versionoriginal]<nowiki>]</nowiki>
* [http://hopl.info/showlanguage.prx?exp=242&language=TMG ''TMG – Compiler writing language'']. HOPL: Online Historical Encyclopaedia of Programming Languages.
 
[[Category:Programming Languages]]
Anonymous user