The program has been updated to replace keywords according to the TURBO Pascal conventions.
File List:
PASFORMA.PAS
56Kb
Similar code
PasBlk
(Popularity: ) : 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 ... 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 ...