Skip to content

A simple C compiler implemented in Python with QT UI

Notifications You must be signed in to change notification settings

Vaceee/C-Compiler

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages