Skip to content

Simple Compiler to implement the Class Object Oriented Language

License

Notifications You must be signed in to change notification settings

Rishabkashyap14/COOL-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COOL-Compiler

The Class Object Oriented Language is a popular compiler used in various college projects to understand the basics of compiler design.

Features

Completely Object oriented, always begins with classes

How does one run it?

Get into the src folder and on the command line, enter make then execute test.out as:
./test.out testfile.cl which gives us the execution of a testfile of the COOL language. To clean up the object files and executables simply put make clean

About

Simple Compiler to implement the Class Object Oriented Language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published