Skip to content

nigosto/cool-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cool-compiler

Implementation of the COOL programming language compiler, based on the CS143 course

COOL is a simple object-oriented programming language, created with the intend of writing compilers for it. This repository contains my implementation of one such compiler for the MIPS architecture, that I have written for my Intro to Compilers course in Sofia University. This course is almost entirely based on the Standford course CS143. The source code only contains the files that I have personally written - the flex lexical analyzator, the bison parser, the AST traversal for the semantic analizator and the assembly code generator. Rest of the code is part of the core skeleton provided in CS143 - you can find multiple repositories on GitHub that contain this skeleton and since it contains an excesive amount of symlinks, it is intentionally not included.

About

Implementation of the COOL programming language compiler, based on the CS143 course

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors