资源列表
HAO
- 带编译器的小程序,非常简单,看不看有你,你是高手了吗-Compiler program is very simple, Kan Bukan you, you are a master.
grammar-analysis
- 按照词法规则,对程序中的词法进行分析,并找出错误的不符合规定的词法定义,并提示-Lexical rules, the program lexical analysis, and identify the wrong lexical definitions of non-compliance, and prompt
Compiler-theory
- 编译原理 第1章绪论 第2章数据类型 第3章控制结构 第4章程序语言的设计 第5章非过程式程序设计语言 第6章形式语义学简介 第7章编译概述 第8章词法分析 第9章自上而下的语法分析 第10章自下而上的语法分析 第11章语义分析和中间代码生成 第12章代码优化和目标代码生成 第13章运行时存储空间的组织 -Compiler theory Chapter 1 Introduction Chapter 2 data types C
f2c--translate-the-.f-files-to-C
- 一个将Fortran语言转化为C语言的编译器。-We describe f 2c, a program that translates Fortran 77 into C or C++.
scanner
- 近似C的scanner 用flex寫的 好懂易入門-Approximate C scanner ,use flex , easy to understand
New-folder
- This program has only several lines of code. If you run it nothing happens.
STM8-novice-introductory
- STM8新手入门经典资料,针对各种编译器都有讲解-STM8 novice introductory classic material
lua
- 一本很实用的LUA学习手册.希望对大家有帮助。-very useful LUA study manual to help everyone.
CPPPL-O
- PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。 文件说明: PL.htm---PL/0语言基本原理 pl0.h---定义 PL0.cpp---实现 testPl0.cpp---使用方法举例 testPas.txt---一个LP/0语言源程序-PL/0 language can be seen as a subset of the PASCAL language, the co
C-parser-based-YACC
- 这是一个基于YACC的C-的语法分析器。-this is a parser .
C-scanner-based-lex
- 这是一个基于lex的C-语言的词法分析器。- a scanner .
c--parser
- 这是一个C-的语法分析器。(编译原理实验)-this is a parser.