This project implements a compiler module focusing on grammar rewriting, Abstract Syntax Tree (AST) construction, and symbol table management. Designed for handling syntactic structures, resolving ...
N23 is a high-level programming language designed with syntax elements inspired by Ada and Pascal. This project implements a compiler for the N23 language with a ...