Skip to content

VishvaNavanjana/compiler-design

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler Design for COOL programming language

Intro

COOL is a small language designed for use in an undergraduate compiler course project by Stanford University. Cool has many of the features of modern programming languages, including objects, automatic memory management, and strong static typing. It generates code for a MIPS simulator.

Compiler design Steps

1.Lexical Analysis

2.Parsing

3.Semantic Analysis

4.Code Generation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.2%
  • Java 28.2%
  • Makefile 0.9%
  • Shell 0.8%
  • C 0.6%
  • Yacc 0.6%
  • Other 0.7%