Abstract:
This thesis describes the implementation of the analysis part of a single pass translator for the programming language STANDARD PASCAL. The translation process includes syntactic analysis and semantic analysis at the declaration level, but excludes code generation. The details of the implementation are discribed, with a short descripticin of alternative approaches in each section. The source and test runs of the program are given in the appendixes A and B respectively.