COOL Compilers
Intro
Cool, an acronym for Classroom Object Oriented Language, is a computer programming language designed by Alexander Aiken for use in an undergraduate compiler course project. While small enough for a one term project, COOL still has many of the features of modern programming languages, including objects, automatic memory management, strong static typing and simple reflection.
What is COOL compiler?
COOL compiler is the compiler for COOL which includes lexical analysis, parser, semantic anslysis, code geration and reigister allocation.
发布于