Design and Implementation of an Interpreter Using Software Engineering Concepts

Fan Wu,Hira Narang,Miguel Cabral
DOI: https://doi.org/10.14569/ijacsa.2014.050726
IF: 0.9
2014-01-01
International Journal of Advanced Computer Science and Applications
Abstract:In this paper, an interpreter design and implementation for a small subset of C Language using software engineering concepts are presented. This paper reinforces an argument for the application of software engineering concepts in the area of interpreter design but it also focuses on the relevance of the paper to undergraduate computer science curricula. The design and development of the interpreter is also important to software engineering. Some of its components form the basis for different engineering tools. This paper also demonstrates that some of the standard software engineering concepts such as object-oriented design, design patterns, UML diagrams, etc., can provide a useful track of the evolution of an interpreter, as well as enhancing confidence in its correctness
What problem does this paper attempt to address?