Skip to content

isuridevindi/co521-cool-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

co521-cool-compiler

This repository contains the working components of a compiler for Cool Language. All components are developed using C++ The four components are:

  1. Lexical Analyzer - using a lexical analyzer generator called "flex"
  2. Parser - using a helper tool called "bison" and a package for manipulating Abstract Syntax Trees
  3. Semantic Analyzer
  4. Code Generator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published