Description: (Given a Pascal source file, to check which (1) begin and end (2) if, then, else the legality of pairing. For begin and end, can be understood as the C language " {" and " }" if, then, else, so to understand: if and then together the equivalent of if, else in the C language and C language else exactly the same.)
To Search:
File list (Check if you may need any files):
Pascal语法配对检测\p008.cpp
Pascal语法配对检测\pascal1.in
Pascal语法配对检测\pascal堆排序片段.pas
Pascal语法配对检测