Skip to content

Lexer, Parser and Semant modules of the compiler for the Cool Programming Language.

Notifications You must be signed in to change notification settings

asanf/coompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

coompiler

Part of a compiler for the cool programming language written in Java.

About

These are the first three component of a compiler for the Cool programming language, developed for the Compilers course during my Master’s degree.

  • the Lexer folder contains a JFlex specification of the language’s tokens;
  • the Parser folder contains a JavaCup specification of the language’s grammar;
  • the Semant folder contains Java code to analyze the semantic aspect, such as the inheritance graph.

Authors

The Semant module has been developed in collaboration with Demia Massaro and Jacek Filipczuk

About

Lexer, Parser and Semant modules of the compiler for the Cool Programming Language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages