Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 257 Bytes

File metadata and controls

11 lines (8 loc) · 257 Bytes

Rascal-compiler

Compiler implementation of the reduced pascal language (Rascal) in python.

How to run?

# run the main.py file
python3 main.py

the program will output the lexemes and the parsing result for the examples in the main file.