Location:
Search - cparser
Search list
Description: 设计文档基本内容如下:
1) 整体框架
2) 词法分析
Class CTokenizer
Class CScaner
C关键字表
标识符词法
3) 语法分析
Class CParser
Grammar
基本树形结构
支持的语句及运算
4) 建立符号表
Class LineListRec
Class BucketListRec
Class CSymbolTable
Class CFunArgsCheck
5) 类型检测
Class CAnalyzer
类型匹配
函数调用参数检测
6) 代码生成
PCode
80X86 ASM
7) 总结
详细内容请阅读本文提供的设计文档与全部源代码。-basic design documents as follows : 1) the overall framework 2) lexical analysis CTokenizer Class C Class CScaner keyword table identifier accidence 3) syntax analysis Class CParser Grammar basic tree structure support for the statement and Operational 4) Establishment of the symbol table Class LineListRec Class Buck etListRec Class CSymbolTable Class CFunArgsC heck 5) type detection Class CAnalyzer type matching function call parameters detection 6) code Generation PCode 80X86 ASM 7) summarized details please read this paper the design documentation and full source generation yards.
Platform: |
Size: 8715 |
Author: shifenai |
Hits:
Description: 设计文档基本内容如下:
1) 整体框架
2) 词法分析
Class CTokenizer
Class CScaner
C关键字表
标识符词法
3) 语法分析
Class CParser
Grammar
基本树形结构
支持的语句及运算
4) 建立符号表
Class LineListRec
Class BucketListRec
Class CSymbolTable
Class CFunArgsCheck
5) 类型检测
Class CAnalyzer
类型匹配
函数调用参数检测
6) 代码生成
PCode
80X86 ASM
7) 总结
详细内容请阅读本文提供的设计文档与全部源代码。-basic design documents as follows : 1) the overall framework 2) lexical analysis CTokenizer Class C Class CScaner keyword table identifier accidence 3) syntax analysis Class CParser Grammar basic tree structure support for the statement and Operational 4) Establishment of the symbol table Class LineListRec Class Buck etListRec Class CSymbolTable Class CFunArgsC heck 5) type detection Class CAnalyzer type matching function call parameters detection 6) code Generation PCode 80X86 ASM 7) summarized details please read this paper the design documentation and full source generation yards.
Platform: |
Size: 12932 |
Author: shifenai |
Hits:
Description: 设计文档基本内容如下:
1) 整体框架
2) 词法分析
Class CTokenizer
Class CScaner
C关键字表
标识符词法
3) 语法分析
Class CParser
Grammar
基本树形结构
支持的语句及运算
4) 建立符号表
Class LineListRec
Class BucketListRec
Class CSymbolTable
Class CFunArgsCheck
5) 类型检测
Class CAnalyzer
类型匹配
函数调用参数检测
6) 代码生成
PCode
80X86 ASM
7) 总结
详细内容请阅读本文提供的设计文档与全部源代码。-basic design documents as follows : 1) the overall framework 2) lexical analysis CTokenizer Class C Class CScaner keyword table identifier accidence 3) syntax analysis Class CParser Grammar basic tree structure support for the statement and Operational 4) Establishment of the symbol table Class LineListRec Class Buck etListRec Class CSymbolTable Class CFunArgsC heck 5) type detection Class CAnalyzer type matching function call parameters detection 6) code Generation PCode 80X86 ASM 7) summarized details please read this paper the design documentation and full source generation yards.
Platform: |
Size: 10595 |
Author: shifenai |
Hits:
Description: 设计文档基本内容如下:
1) 整体框架
2) 词法分析
Class CTokenizer
Class CScaner
C关键字表
标识符词法
3) 语法分析
Class CParser
Grammar
基本树形结构
支持的语句及运算
4) 建立符号表
Class LineListRec
Class BucketListRec
Class CSymbolTable
Class CFunArgsCheck
5) 类型检测
Class CAnalyzer
类型匹配
函数调用参数检测
6) 代码生成
PCode
80X86 ASM
7) 总结
详细内容请阅读本文提供的设计文档与全部源代码。-basic design documents as follows : 1) the overall framework 2) lexical analysis CTokenizer Class C Class CScaner keyword table identifier accidence 3) syntax analysis Class CParser Grammar basic tree structure support for the statement and Operational 4) Establishment of the symbol table Class LineListRec Class Buck etListRec Class CSymbolTable Class CFunArgsC heck 5) type detection Class CAnalyzer type matching function call parameters detection 6) code Generation PCode 80X86 ASM 7) summarized details please read this paper the design documentation and full source generation yards.
Platform: |
Size: 11814 |
Author: shifenai |
Hits:
Description: XML parsing in S60 3rd
一、XML文件解析的机制和框架
Symbian已经为我们提供了类CParser在Symbian平台上对XML文件进行解析,Symbian中的CParser是基于SAX(SAX,Simple API for XML)方式的,它是基于事件流方式,与DOM相比SAX方式在操作上会有点麻烦而且显得没那么好理解。简要比较一下,DOM是将XML在内存中展开成一个树的模型,我们可以方便地访问它的每个子节点,可读可写。但是SAX呢?我们只能通过一个单向文本流去解析XML,在过程中有多个事件回调(开始某个元素处理、结束某个元素处理等等),它是单向只读的。
对XML进行解析的关键是理解how SAX based parsing works. 使用Symbian XML API的关键是理解SAX是怎么工作的和在Symbian里面SAX是怎样实现的。
Platform: |
Size: 91136 |
Author: 747048310@qq.com |
Hits:
Description: 设计文档基本内容如下:
1) 整体框架
2) 词法分析
Class CTokenizer
Class CScaner
C关键字表
标识符词法
3) 语法分析
Class CParser
Grammar
基本树形结构
支持的语句及运算
4) 建立符号表
Class LineListRec
Class BucketListRec
Class CSymbolTable
Class CFunArgsCheck
5) 类型检测
Class CAnalyzer
类型匹配
函数调用参数检测
6) 代码生成
PCode
80X86 ASM
7) 总结
详细内容请阅读本文提供的设计文档与全部源代码。-basic design documents as follows : 1) the overall framework 2) lexical analysis CTokenizer Class C Class CScaner keyword table identifier accidence 3) syntax analysis Class CParser Grammar basic tree structure support for the statement and Operational 4) Establishment of the symbol table Class LineListRec Class Buck etListRec Class CSymbolTable Class CFunArgsC heck 5) type detection Class CAnalyzer type matching function call parameters detection 6) code Generation PCode 80X86 ASM 7) summarized details please read this paper the design documentation and full source generation yards.
Platform: |
Size: 8192 |
Author: shifenai |
Hits:
Description: 设计文档基本内容如下:
1) 整体框架
2) 词法分析
Class CTokenizer
Class CScaner
C关键字表
标识符词法
3) 语法分析
Class CParser
Grammar
基本树形结构
支持的语句及运算
4) 建立符号表
Class LineListRec
Class BucketListRec
Class CSymbolTable
Class CFunArgsCheck
5) 类型检测
Class CAnalyzer
类型匹配
函数调用参数检测
6) 代码生成
PCode
80X86 ASM
7) 总结
详细内容请阅读本文提供的设计文档与全部源代码。-basic design documents as follows : 1) the overall framework 2) lexical analysis CTokenizer Class C Class CScaner keyword table identifier accidence 3) syntax analysis Class CParser Grammar basic tree structure support for the statement and Operational 4) Establishment of the symbol table Class LineListRec Class Buck etListRec Class CSymbolTable Class CFunArgsC heck 5) type detection Class CAnalyzer type matching function call parameters detection 6) code Generation PCode 80X86 ASM 7) summarized details please read this paper the design documentation and full source generation yards.
Platform: |
Size: 12288 |
Author: shifenai |
Hits:
Description: 设计文档基本内容如下:
1) 整体框架
2) 词法分析
Class CTokenizer
Class CScaner
C关键字表
标识符词法
3) 语法分析
Class CParser
Grammar
基本树形结构
支持的语句及运算
4) 建立符号表
Class LineListRec
Class BucketListRec
Class CSymbolTable
Class CFunArgsCheck
5) 类型检测
Class CAnalyzer
类型匹配
函数调用参数检测
6) 代码生成
PCode
80X86 ASM
7) 总结
详细内容请阅读本文提供的设计文档与全部源代码。-basic design documents as follows : 1) the overall framework 2) lexical analysis CTokenizer Class C Class CScaner keyword table identifier accidence 3) syntax analysis Class CParser Grammar basic tree structure support for the statement and Operational 4) Establishment of the symbol table Class LineListRec Class Buck etListRec Class CSymbolTable Class CFunArgsC heck 5) type detection Class CAnalyzer type matching function call parameters detection 6) code Generation PCode 80X86 ASM 7) summarized details please read this paper the design documentation and full source generation yards.
Platform: |
Size: 10240 |
Author: shifenai |
Hits:
Description: 设计文档基本内容如下:
1) 整体框架
2) 词法分析
Class CTokenizer
Class CScaner
C关键字表
标识符词法
3) 语法分析
Class CParser
Grammar
基本树形结构
支持的语句及运算
4) 建立符号表
Class LineListRec
Class BucketListRec
Class CSymbolTable
Class CFunArgsCheck
5) 类型检测
Class CAnalyzer
类型匹配
函数调用参数检测
6) 代码生成
PCode
80X86 ASM
7) 总结
详细内容请阅读本文提供的设计文档与全部源代码。-basic design documents as follows : 1) the overall framework 2) lexical analysis CTokenizer Class C Class CScaner keyword table identifier accidence 3) syntax analysis Class CParser Grammar basic tree structure support for the statement and Operational 4) Establishment of the symbol table Class LineListRec Class Buck etListRec Class CSymbolTable Class CFunArgsC heck 5) type detection Class CAnalyzer type matching function call parameters detection 6) code Generation PCode 80X86 ASM 7) summarized details please read this paper the design documentation and full source generation yards.
Platform: |
Size: 11264 |
Author: shifenai |
Hits:
Description: Thi code parses C# code and this written in C#
Platform: |
Size: 83968 |
Author: gopi |
Hits:
Description: 词法分析器,做的比较好。有完整的资料和注释,一个蛮好的作品-Lexical analyzer, to do better. Have complete information and comments, one works just fine
Platform: |
Size: 1090560 |
Author: lc |
Hits:
Description: 通过将lex和yacc结合,最后输出一颗语法树-By combination of lex and yacc, the final output of a syntax tree
Platform: |
Size: 1090560 |
Author: 李楠 |
Hits:
Description: lex and yacc for string interpreter
Platform: |
Size: 323584 |
Author: ankita |
Hits:
Description: 状态机的原版经典代码,单片机程序结构的革命之作-The original classic state machine code, microcontroller program structure Revolutionary Work
Platform: |
Size: 1029120 |
Author: sunqizheng |
Hits:
Description: 一个词法分析器 用c++实现 编译原理 作业 可能不对(A lexer can use c++ to implement the compiler principle job may not be wrong)
Platform: |
Size: 1089536 |
Author: cuihang
|
Hits: