AnLex and AnSin: a compiler generator system for beginners

  • Authors:
  • Marta Patiño-Martínez;J. Ignacio Castelló-Gómez;Ricardo Jiménez-Peris

  • Affiliations:
  • Universidad Politécnica de Madrid, Depto. de Lenguajes y Sistemas Informáticos, Facultad de Informatica, Campus de Montegancedo s/n, 28660 Boadilla del Monte, Madrid, Spain;Universidad Politécnica de Madrid, Depto. de Lenguajes y Sistemas Informáticos, Facultad de Informatica, Campus de Montegancedo s/n, 28660 Boadilla del Monte, Madrid, Spain;Universidad Politécnica de Madrid, Depto. de Lenguajes y Sistemas Informáticos, Facultad de Informatica, Campus de Montegancedo s/n, 28660 Boadilla del Monte, Madrid, Spain

  • Venue:
  • SIGCSE '97 Proceedings of the twenty-eighth SIGCSE technical symposium on Computer science education
  • Year:
  • 1997

Quantified Score

Hi-index 0.00

Visualization

Abstract

The study of compiler generators is an integral part of compiler construction, and for this reason it is customary to have a programming project entirely devoted to it in compiler courses. There are many compilers generators, but their use in a compiler course presents several problems (e.g. the parsers generated are difficult to understand and to debug). In this paper, we describe such problems and present a compiler generator system, AnLex-AnSin, that solves these problems, and can thus be used in compiler programming projects.