Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/valkmjolnir/pl0

PL/0 compiler
https://github.com/valkmjolnir/pl0

Last synced: about 2 months ago
JSON representation

PL/0 compiler

Awesome Lists containing this project

README

        

# PL-0 Compiler/Interpreter @ NUAA CCST 2020

PL/0 bytecode compiler and runtime.

use this command to compile this project:
> g++ -std=c++11 -O3 main.cpp -o pl0

use this command to use pl0 interpreter:
> ./pl0 -exec filename

use this command to use pl0 interpreter(debug):
> ./pl0 -debug filename

Hope you enjoy it.