Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 570 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 570 Bytes

byoc - Build Your Own Compiler

This project serves as a valuable guide for individuals seeking to learn how to construct their own compiler for any programming language. Our aim is to provide a comprehensive overview of compiler architecture and to demonstrate how to build a compiler from the ground up or by utilizing tools such as flex and bison. Initially, this project focuses on constructing a shell script compiler using C. However, as our objective is to showcase multiple methods for building compilers, we intend to develop several other projects over time.