Building an Interpreter with Vmgen

  • Authors:
  • M. Anton Ertl;David Gregg

  • Affiliations:
  • -;-

  • Venue:
  • CC '02 Proceedings of the 11th International Conference on Compiler Construction
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Vmgen automates many of the tasks of writing the virtual machine part of an interpreter, resulting in less coding, debugging and maintenance effort. This paper gives some quantitative data about the source code and generated code for a vmgen-based interpreter and gives some examples demonstrating the simplicity of using vmgen.