Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 293 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 293 Bytes

GWBasic-Compiler

This repository is a course project of COC4060 - Compiler Design in which we have to design a GW Basic compiler using Lex/Flex and Yacc/Bison. The compiler is capable of doing generating tokens (lexical analysis) and parsing (syntax analysis) based on the grammar provided.