Skip to content
Nikolas Kostakis edited this page Jul 18, 2016 · 6 revisions

Welcome to the Pasc320 wiki!

General description

Pasc320 is similar to the high level programming language Pascal and was created for the purposes of the course CE320 Compilers. Pasc320 is structured with complex commands, which are subset of the classic Pascal orders. Of the types of classical Pascal, Pasc320 does not include pointers. The structure of the subprogramms is the same as in classic Pascal, with the ability to set nested subprograms. Finally, Pasc320 does not support thickened pascal structures.

Detailed description

1. Lexical Units

2. Syntax

3. Semantic

Clone this wiki locally