搜索资源列表
suqaretryango
- 设计文档基本内容如下: 1) 整体框架 2) 词法分析 Class CTokenizer Class CScaner C关键字表 标识符词法 3) 语法分析 Class CParser Grammar 基本树形结构 支持的语句及运算 4) 建立符号表 Class LineListRec Class BucketListRec Class CSymbolTable Class CFunArgsCheck
basic
- 一个小型的BASIC解释器及其全部的C源程序代码- A small BASIC interpreter and its complete C source program code
shiyan
- C 语言实习,一些基本的语法及基本功能学习适合初学的人员学习C 语言使用-C language laboratory, a number of basic grammar and basic functions of learning for the beginner to learn C language using
c
- 1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-,语法还是不多的); 3. Error Recovery; 4. 生成p-code,便于理解; 5. 生成asm代码,通过masm6.0基本都能编译成功,但代码没有优化,效率极低。-1. Have a relatively friendly GUI interface (modeled on my own is used in emacs) 2. Syntax to suppo
LR
- 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to de
lex-yacc
- 用c++语言和lex-yacc工具实现的文法工具,基本功能相当于一个c语言文法,在平台性编程和可配置编程中作用很大,增加程序的灵活性。-Using c++ language and tools in the lex-yacc grammar tools, basic function is equivalent to a c language grammar, the platform of programming and programming can be configured to pla
Objective-C-Beginners-Guide
- 从基础了解OC,了解OC的基本语法和书写规范-From a basic understanding of OC and OC in basic grammar and writing rules
visual_cPP_mfc_simpile
- visual_c++_mfc_简明教程,讲解mfc的使用方法-the book describes in detail the characteristics of C++ language, basic grammar, and explain with examples
b3
- LL(1) 文法分析 c语言实现 实现基本c语言分析,附带文法-LL (1) grammar analysis c language realization of the basic c language analysis, with grammar
ctae-further
- 通过一个简单的图书管理系统源代码,让C语言入门者对基本语法的理解更深一步-Through a simple library management system source code, C language even beginner to further the understanding of the basic grammar