Skip to content

The aim of the project was to write a compiler for a language called Decaf. Decaf is a simple imperative language similar to C or Pascal. The project involved writing a parser for parsing the source code, using flex and bison, and detecting any errors; Constructing an AST of the given source code, using bison, defining a custom class for each ty…

Notifications You must be signed in to change notification settings

kanika2107/COMPILER-FOR-DECAF-PROGRAMMING-LANGUAGE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

About

The aim of the project was to write a compiler for a language called Decaf. Decaf is a simple imperative language similar to C or Pascal. The project involved writing a parser for parsing the source code, using flex and bison, and detecting any errors; Constructing an AST of the given source code, using bison, defining a custom class for each ty…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published