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.
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 university(undergraduate) course on Operating Systems. I have stored some lab works of mine here.
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."