搜索资源列表
ScanneraParser
- 我的 通过C++实现的 C minus编译器(扫描器scanner&分析器parser) (ps:rar压缩文件,有部分中文名)-I realized through C++ C minus compiler (scanner scanner & parser parser) (ps: rar compressed files, some of the Chinese name)
Compiler
- 编译原理 扫描器/scanner 刚上手的编译成果-Compiler theory scanner/scanner just started compiling results. .
smallc
- 一个简易C语言的此法扫描器,可以识别C程序中的词汇,并且打印-This method is a simple C language scanner can identify the vocabulary C program, and print
Intermediate-code-generation
- 中间代码生成+扫描器,可用,但还有很多不足,共同进步-Intermediate code generation+ scanners available, but there are many deficiencies, and common progress
词法分析
- 词法分析(英语:lexical analysis)是计算机科学中将字符序列转换为单词(Token)序列的过程。进行词法分析的程序或者函数叫作词法分析器(Lexical analyzer,简称Lexer),也叫扫描器(Scanner)。(Lexical analysis is the process of converting character sequence into token sequence in computer science. The program or function fo