Welcome![Sign In][Sign Up]
Location:
Search - pascal symbol table

Search list

[Otherbyyl_cffxq

Description: 编译原理:词法分析器(C++实现) 将PASCAL的源程序,即相应字符流转换成内部表示,并对标识符填写相应的符号表供编译程序以后各阶段使用,输出的单词符号格式为二元组(单词种别,单词在标识符表中的地址),标识符表格式有“序号”和“标识符本身的值”两项。-compiler : lexical analyzer (C achieved) will PASCAL source, that is, replaced by the corresponding characters in the internal circulation, also fill in the corresponding identifier of the symbol table compiler for the subsequent stages, Word output format for binary symbols (words of other species, the identifier word in the address table) Table format identifier "serial number" and the "value of the identifier" 2.
Platform: | Size: 10643 | Author: Snake | Hits:

[Otherbyyl_cffxq

Description: 编译原理:词法分析器(C++实现) 将PASCAL的源程序,即相应字符流转换成内部表示,并对标识符填写相应的符号表供编译程序以后各阶段使用,输出的单词符号格式为二元组(单词种别,单词在标识符表中的地址),标识符表格式有“序号”和“标识符本身的值”两项。-compiler : lexical analyzer (C achieved) will PASCAL source, that is, replaced by the corresponding characters in the internal circulation, also fill in the corresponding identifier of the symbol table compiler for the subsequent stages, Word output format for binary symbols (words of other species, the identifier word in the address table) Table format identifier "serial number" and the "value of the identifier" 2.
Platform: | Size: 10240 | Author: Snake | Hits:

[Windows Develop10

Description: (1) 输入源程序:输入PASCAL源程序; (2) 输出单词,输出形式为:(序号,单词,对应源程序行号,对应源程序列号); (3) 输出出错信息,输出形式为:(出错行号,出错列号,出错信息); (4) 输出符号表,输出形式为:(单词种别码,单词符号) -(1) enter the source code: Enter the PASCAL source (2) the output word, the output form as follows: (number, word, the corresponding source code line number, corresponding to its source list) (3) error message output, output the form of: (error line number, error number listed, an error message) (4) the output symbol table, the output form of: (different kinds of code words, word symbols)
Platform: | Size: 2048 | Author: 汤丽 | Hits:

[ELanguagepascal-compiler-in-cpp

Description: pascal compiler in C++是一个用C++实现的PASCAL编译器,主要包括符号表,创建语法树,代码生成和4元式解析等。该工程是根据龙书实现的编译器。项目中大量使用了STL,设计模式等思想。是学习面向对象编程和设计的好材料。里面包含有说明.txt有更详细说明 请使用Mingw或Dev-C++开发环境-pascal compiler in C++ is a compiler which compiles pascal code. The project consists of Symbol Table, Abstract Tree Construction, Code generation and generated code interpretation. I believe it s a helpful material for learning oo programming and design since it uses STL and design patterns intensively. The project is developed on Mingw and Dev-C++ IDE, VC6.0 is not supported since it does not STL compliant!
Platform: | Size: 721920 | Author: xukeying | Hits:

[ELanguagecifa

Description: 语法分析器,实现pascal语言的分析,对源程序从左到右进行扫描,对组成源程序的字符串拼接成为单词;并把其并把其转换成属性字输出,并管理符号表,处理词法错误。-Parser to realize pascal language analysis, source code is scanned from left to right, to the composition of a string of source code splicing into words and its properties and to convert it into a word output, and manage the symbol table, dealing with lexical错误.
Platform: | Size: 1947648 | Author: 陈美娟 | Hits:

[Otherzhongjiandaima

Description: 交互式面向对象的中间代码编译器基本功能是: (1) 输入源程序,输入一个PASCAL源程序; (2) 输出中间代码,输出形式为:(序号,对应源程序行号,对应源程序列号,操作符,操作数1,操作数2,结果变量); (3) 输出出错信息,输出形式为:(出错行号,出错列号,出错信息); (4) 输出符号表,输出形式为:(单词种别码,单词符号,单词类型,值,单词相对地址) -Interactive object-oriented intermediate code compiler, basic functions are: (1) input source, enter a PASCAL source (2) output intermediate code, the output in the form of: (serial number, the corresponding source code line number, corresponding to the source program the column number, operator, operand 1, operand 2, the result variable) (3) output error messages, output in the form of: (error line number, column number Error, error messages) (4) output symbol table, Output form: (word types of other code word symbols, word type, value, relative word address)
Platform: | Size: 1037312 | Author: 乖皮皮 | Hits:

CodeBus www.codebus.net