Skip to content

ValKmjolnir/PL0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

PL/0 compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published