Skip to content

A compiler for the Cool (Classroom Object Oriented Language) language done as a term project for a Compilers Design Course.

License

Notifications You must be signed in to change notification settings

rayanf/Compilers-Standord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cool Compiler

A compiler for the Cool (Classroom Object Oriented Language) language done as a term project for a Compiler Design Course.

Repo Organization

Each directory in the repo corresponds to an assignment submission and each part of the compiler.

  • PA1 is a stack machine example program written with Cool
  • The Compiler is composed of
    • PA2 is the lexer written with Flex
    • PA3 is the parser written with Bison
    • PA4 is the semantic analyzer
    • PA5 is the code generator written in the MIPS instruction set

About

A compiler for the Cool (Classroom Object Oriented Language) language done as a term project for a Compilers Design Course.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published