/PL0

a PL/0 Compiler implemented in python3

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PL0

a PL/0 Compiler implemented in python3

Features

  • simple GUI (Tkinter)
  • P-Code interpret supported

Install

  • python3.5 environment is required
  • GUI entry is /src/MainFrame.py
  • non-GUI entry is /src/Main.py