Skip to content

kvrmnks/PL0-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profile

Assignment of Compiler-Principle 2021 fall Taishan College.

Simple PL/0 compiler and simulator with LR1 parser.

LR1 parser used is a variation of slr-parser.

Grammar comes from https://github.com/Furyton/PL0-Compiler.

How to run

Compiler

    python3 ./src/main.py

Simulator

    python3 ./src/simulator.py

You can switch debug mode in correspondent source file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages