GLOSS: A high level machine

  • Authors:
  • Robert G. Herriot

  • Affiliations:
  • -

  • Venue:
  • HLLCA '73 Proceedings of the ACM-IEEE symposium on High-level-language computer architecture
  • Year:
  • 1973

Quantified Score

Hi-index 0.00

Visualization

Abstract

A program of a high level language can be executed either by applying a suitable high level machine to the program or by translating the program to an equivalent program in another language for which a machine exists. Constructing a high level machine for each language is an interesting solution, but such a solution requires the construction of many machines and also does not enable the semanticist to compare programming languages. Using an existing conventional machine whose machine language is the target language of a translator provides an un-interesting solution which also does not allow the semanticist to easily compare programming languages. If we use a high level machine, such as GLOSS, whose machine language is the target language of a translator, then we can write a translator which merely rearranges syntax and does not lose any semantics. Such a solution is interesting to the semanticist if a large class of programming languages can be translated into this high level machine by syntax rearrangement because the high level machine can serve as a medium of programming language comparison.