LXG Compiler - Design and Implementation
Emil Vassev

TL;DR
This paper presents the design and implementation of LXG, a Pascal-like functional language, along with compiler development and testing results to demonstrate its functionality.
Contribution
It introduces a new compiler for LXG, a simple Pascal-like language, focusing on its design and implementation for educational purposes.
Findings
Successful compilation of LXG programs
Compiler performance and correctness validated through tests
Language supports procedures and variables, no classes
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques · Embedded Systems Design Techniques
