搜索资源列表
-
0下载:
c语言编写的词法分析器 可以用于PASCAL语言-c language prepared by the lexical analyzer can be used for language PASCAL
-
-
0下载:
Lexical Analyzer in C for Pascal
-
-
0下载:
简单的词法分析小例子- Simple lexical analysis small example
-
-
0下载:
Pascal lexical analyzer program for demo compiler, which can analysis to classify Identifiers, numbers, names, strings and Booleans,? &plat_id=-Pascal lexical analyzer program for demo compiler, which can analysis to classify Identifiers, numbers, na
-
-
0下载:
词法分析器C++程序,完整代码。
本程序实现Pascal语言子集单词符号的词法分析程序。具体功能为:
(1)给出各单词符号的类别编码;
(2)词法分析程序应能发现输入串中的错误;
(3)词法分析作为单独一遍编写,词法分析结果为二元式序列组成的中间文件;
-Lexer C++ program, a complete code. The Program for a subset of Pascal language words symbol of the lexical a
-
-
0下载:
以在下面段落中定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。词法分析器打开该文件后,自文件头开始扫描源程序字符,发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表,一旦发现不符合“单词”定义的源程序字符串时,给出错误提示。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程序中的所有常数和所有标识符。-PASCAL language subse
-