Compiler Design Experiments
-
Updated
Dec 3, 2022 - Python
Compiler Design Experiments
This is the official compiler for Muchku, a custom programming language built in C. Muchku is a toy language created for learning how compilers work — from lexing to parsing, code generation, and execution.
Northeastern University Compiler Principles Course Lab. This project is the design and implementation of a simple grammar-based compiler frontend
Compiler design is often considered one of the more advanced and complex topics in computer science.
A university(undergraduate) course on Operating Systems. I have stored some lab works of mine here.
MiniLang Compiler - A simple educational compiler that translates MiniLang code to C
Built a basic compiler using Flex (for lexical analysis) and Bison (for syntax parsing). It takes simple arithmetic expressions and control flow statements as input, parses them, and checks for syntactic correctness.
A web-based interpreter for HimalayanCode — a beginner-friendly programming language using Hindi keywords (like agar, bol, phir) to help Hindi-speaking engineering students learn coding concepts without the barrier of English syntax. Built with Python & Flask.
Designed and implemented Cadance, a domain-specific programming language for real-time music generation featuring a custom lexer, parser, AST, semantic analysis, and interpreter that executes programs into live audio output.
Add a description, image, and links to the complier-design topic page so that developers can more easily learn about it.
To associate your repository with the complier-design topic, visit your repo's landing page and select "manage topics."