LXG Compiler - Design and Implementation

Emil Vassev
DOI: https://doi.org/10.48550/arXiv.1001.1022
2010-01-07
Abstract:LXG is a simple Pascal-like language. It is a functional programming language developed for studying compiler design and implementation. The language supports procedure and variable declarations, but no classes. This paper reports the design and implementation of an LXG compiler. Test results are presented as well.
Programming Languages,Software Engineering
What problem does this paper attempt to address?