|
goal of the project
The goal of our project was to write a simple Pascal interpreter.
Interpreter has been devided by three modules:
- Scanner - searches the leksems in analising program
- Walidator - checks if the syntax of code is correct
- Interpreter - execute program
|
|