Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 512 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 512 Bytes

CS316-Compilers-Lab

A compiler for MICRO language using Flex for Scanner and Bison for Parser to build where Flex/Bison being C++ based.

An updated version of this Compiler Version can be found at this repository here at: https://github.com/devblixt/CS316-Compilers-Lab. Thanks to Devdatt N for helping to improve this existing codebase and have his version of refined code with additional functionalities in his repository.