Skip to content

zhoum84/tags-coolcompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Cool Compiler

A compiler that targets x86_64 Linux architecture for the Classroom Object Oriented Language (Cool). Given a valid .cl file, a .s file is generated that can be executed using gcc.

Start

To compile:

python main.py <file.cl>

gcc -no-pie file.S -o file

./myfile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages