Skip to content

This repo contains the Compiler design done for COOL programming language using ANTLR library.

Notifications You must be signed in to change notification settings

pradeepkarthik77/COOL_Compiler

Repository files navigation

COOL_Compiler

This repo contains the Compiler design done for COOL programming language using ANTLR library. The lexer is done using Regular Expressions and the parser is represented as a pure CFG grammer. AST (Abstract Syntax Tree) is done by extending the parser CFG with classes for each production and Symbol table and type verification are done using Java HashTables.

About

This repo contains the Compiler design done for COOL programming language using ANTLR library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published