Vaceee / C-Compiler

A simple C compiler implemented in Python with QT UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Compiler

A rough C compiler implemented in Python 3.6, using LR(1) grammar.

Features

  • Lexical Analyzer
  • Syntactic Parser
  • Syntax Tree
  • Intermediate Code Generation
  • Object Code Generation
  • UI (based on QT)

Usage

> python main.py 

About

A simple C compiler implemented in Python with QT UI


Languages

Language:Python 100.0%