Skip to content

C-zhui/PL0-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PL0-Interpreter

this is a simple interpertor of PL/0 language

you can use it to write some simple code following the syntax given by wiki PL/0

so let me show how to code with it:

First, build it with GNU make

make 

Then, run

make run

write down a while loop

read a variable and loop

even further, a fibonacii sequence

print the primes between 2 and 100

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published