Is a TP4/5 program that is designed to help visualize block structures in Pascal programs. It can be used on either a monochrome or a color monitor. Blocks are displayed using seven different colors on a color monitor. On a monochrome monitor four combinations of intensity and underlining are used to show the blocks.
File List:
PASBLK.DOC
6Kb
PASBLK.PAS
34Kb
Similar code
Pascal Program Formatter
(Popularity: ) : The program has been updated to replace keywords according to the TURBO Pascal conventions. Pascal lexical and Syntax Analyzer
(Popularity: ) : This program was made as final project for Compiler course, written in C++, consist of two main portions, the first is lexical analyzer, which produce a linked list of Tokens, the second portion is the syntax analyzer, which read the ...