Skip to content

Compiler of a simple imperative language written with Python PLY

Notifications You must be signed in to change notification settings

JacekDuszenko/gebalang-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gębalang-compiler

Compiler of a simple imperative programming language written in Python.

Dependencies

You need to have the following dependencies installed:

  1. python 3
  2. python ply

To install them issue the following commands:

  1. apt-get update
  2. apt-get install python3
  3. apt-get install python3-pip
  4. pip3 install ply

How to run

python3 compiler.py IN_FILE OUT_FILE

About

Compiler of a simple imperative language written with Python PLY

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published