/CompilePrinciple

Practice of course "Principles of Compilers" using JavaCC.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

CompilePrinciple

This is my practice of course "Principles of Compilers" using JavaCC. This repository just contains three parts:

  • Lexical Analysis
  • Syntax Analysis
  • Semantic Analysis

The code here is for reference only!

Lexical Analysis

Syntax Analysis

Semantic Analysis