Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
/ PL0-Compiler Public archive

This is a PL0 compiler written mainly in C. A project for Principle of Compiler course in SDU.

Notifications You must be signed in to change notification settings

Furyton/PL0-Compiler

Repository files navigation

PL0 Compiler

note: the SLR syntax parser in LR_table_gen is from Vipul197/slr-parser

environment: Linux

requirement: gcc

usage

just build

make all

build and run

make run

run

./main prog.pas

note:

  • run means compile and run the program.

  • it is not the same with original PL/0 assembly code.

About

This is a PL0 compiler written mainly in C. A project for Principle of Compiler course in SDU.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published