kebe7jun / Sample-Compiler-py

A language compiler with python2.7 to Sample language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Compiler

This is a language compiler write with python in Tkinter. It support ugly UI and can compiler Sample Language.

Install

git clone https://git.crazyforcode.org/kebe/sample-compiler-py.git

Please install python 2.7 and Tkinter

Run

$ python main.py

Features

  • Words Analysis
  • Grammar Analysis
  • Generate Middle Code
  • LL(1) Algorithm
  • Operator First Algorithm

About

A language compiler with python2.7 to Sample language.


Languages

Language:Python 100.0%