Skip to content

Files

Latest commit

 

History

History
7 lines (5 loc) · 276 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 276 Bytes

Compiler

A course taken in 2017 Fall by prof. Wuu Yang in NCTU

Intro.

This is a mini-compiler designed for mini-pascal which includes four parts "scanner","parser","symmbol table",and "code generator". You can look into README.md in projects for enhanced informations.