Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 267 Bytes

File metadata and controls

11 lines (8 loc) · 267 Bytes

MiniPython-Compiler

In this project we created a compiler for a mini-python version from scratch.

The project implements four phases:

  1. Lexical Analysis
  2. Syntax Analysis
  3. Abstract Syntax Tree
  4. Symbol/Semantic Analysis

Contributor: github.com/subamanis