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 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.
A university(undergraduate) course on Operating Systems. I have stored some lab works of mine here.
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.
MiniLang Compiler - A simple educational compiler that translates MiniLang code to C
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.
To associate your repository with the complier-design topic, visit your repo's landing page and select "manage topics."