Skip to content

Stanford CS1/CS143 Compilers Course Project - Cool compiler

Notifications You must be signed in to change notification settings

thisaramanohara/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

Stanford CS1/CS143 Compilers Course Project - Cool compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published