A framework for building language interpreters

  • Authors:
  • Alan Durham;Edson Sussumu;Arlindo Flávio da Conceição

  • Affiliations:
  • University of São Paulo, São Paulo, Brazil;University of São Paulo, São Paulo, Brazil;University of São Paulo, São Paulo, Brazil

  • Venue:
  • OOPSLA '03 Companion of the 18th annual ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

This work presents an Object-Oriented framework for the implementation of language interpreters in an educational context. We use this framework to implement different programming language paradigms, including interpreters for the Functional, Object-Oriented and Logic paradigms. This framework focuses its structure on aiding the comprehension of the similarities and differences between the implementation of different paradigms.