搜索资源列表
phrase_analysisi
- 简单的词法扫描器,可以分析各种简单的C原文件-simple lexical scanner, a simple analysis of the original documents C
complior
- 编译器词法分析 1. 设计扫描器的自动机; 2. 设计翻译、生成Token的算法; 3. 编写代码并上机调试运行通过。 • 要求:输入——源程序文件; 输出——(1)相应的Token序列; (2)关键字、界符表,符号表,常数表。 -compiler is a lexical analysis. Automatic design of the scanner; 2. Design translation, the Token generation algor
CFGReader
- compiler-compiler. This is a compiler-compiler with table-driven scanner, table-driven parser.-compiler - compiler. This is a compiler - co mpiler with table-driven scanner. table-driven parser.
scaner(c)
- 一个C编写的词法分析程序(词法扫描器)。 fetch.txt为取词文件,程序可识别该txt中的词法。 需要编译原理词法分析程序的人,还等什么!-a lexical analysis prepared by the procedures (lexical scanner). Fetch.txt for word from documents, procedures to identify the morphology of txt. Need to build principl
SCANNER..CIFA
- c语言编写的词法分析器 可以用于PASCAL语言-c language prepared by the lexical analyzer can be used for language PASCAL
Scanner
- 用C#做的《编译原理》PROJECT--词法分析器 可识别的内容:C#的77个关键字,小数型和整数型数,各种运算符等
Scanner
- 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。
C- scanner
- 支持一些C language的scanner
scanner(liwenkaitop)
- 这是用VC6.0开发的集词法分析、语法分析、语义分析为一体的一个程序,是我在编译原理课程设计后期和同班一贼牛的哥们儿老胡共同研究的,做编译课设的朋友们不妨下来看看。语法分析采用的是算符优先分析法,语义生成的是四元式,符号集等格式处理方面基本是遵照大连理工出版的《编译原理》一书附的Simple语言来设计的。由于是自己的课余研究,当时没什么文档和维护的概念,因此没有留下文档,事隔一年半之后我也没有再研究它的动力了,看懂了的朋友不妨写个文档传上来告诉我一声!先此谢过了!-err
Scanner
- 手工完成C语言编写的C-词法分析器,列出源代码以及提取出的token串-Manually written in C language C-lexical analyzer, listing the source code, and extract the token string
Lexical_Analyzer
- 汇编词法分析器,无符号数的识别及符号扫描程序,c语言-Compilation of the lexer, unsigned identification and symbol scanner, c language
20076189284768339
- 1994年由日本Denso-Wave公司发明(QB06102506)。QR是英文“Quick Response”的缩写,即快速反应的意思,源自发明者希望QR码可让其内容快速被解码。QR码最常见于日本,并为目前日本最流行的二维空间条码。QR码比普通条码可储存更多资料,亦无需像普通条码般在扫描时需直线对准扫描器。-In 1994 by Japanese company Denso-Wave invention (QB06102506). QR is in English " Quick Re
scanner
- 词法分析器 这是编译课程设计的第一个功能,主要是将源程序编译成两个文件-scanner it 惨help you with bianyi
Project01-Scanner
- a compiler scanner files
Lexical-analyzer-(scanner)
- 词法分析程序(扫描器)的设计-编译原理实验-Lexical analyzer (scanner) of the design- build principle experiment
Micro-compiler
- 一个简单的 micro 语言编译器,其包括 scanner,parser,code generator 并使用 php 开发。-A simple compiler for Micro language which include scanner,parser,code generator and implement in PHP.
bysy
- 词法分析的主要任务是:从左到右逐个字符地扫描源程序,产生一个个单词(Token),同时检查源程序中的词法错误。执行词法分析的程序称为词法分析程序或扫描程序(Scanner)。-Lexical analysis of the main tasks are: to scan source code character by character from left to right, resulting in one word (Token), also check the source of lex
scanner
- 近似C的scanner 用flex寫的 好懂易入門-Approximate C scanner ,use flex , easy to understand
C-scanner-based-lex
- 这是一个基于lex的C-语言的词法分析器。- a scanner .
scanner.c
- Scanner for language PL-0 written in c.