资源列表
cifafenxiqi
- 词法分析器 算法的基本任务是从字符串表示的源程序中识别出具体独立意义的单词符号,所以,程序的总体设计思想是:逐字符扫描输入的字符串源程序,每扫描一字符对其进行词法分析,如果可以同前一字符(串)拼接则拼接形成新的字符串,并最终形成具有独立意义的单词符号,如果不行则直接拿出作为独立的单词符号。如此循环直至字符串源程序结束。-It is used to analyse the word which is right or wrong.
曹洁玮0122-3
- 编译原理的词法分析器!-Compilation Principle of lexical analyzer!
cpl
- pl0编译器,包括词法分析,语法语义分析,以及解释执行-pl0 compiler, including lexical analysis, grammar, semantic analysis, and interpretation of the implementation of
PL0
- PL0 C语言版本 //A.2 C 版 本 /*编译和运行环境: *1Visual C++6.0,VisualC++.NET and Visual C++.NET 2003 *WinNT, Win 200, WinXP and Win2003 *2 gcc version 3.3.2 20031022(Red Hat Linux 3.3.2-1) *Redhat Fedora core 1 *Intel 32 platform *使用方法: *运行后
fada
- 编译原理自动机,我们做的第二个作业,初学者一定要看很有帮助
ada形式文法
- 现将本人搜集常用的程序设计语言的词法和形式文法提供给大家。其中,词法是按LEX格式编辑,形式文法是按YACC格式书写,大家可直接用LEX和YACC工具编译生成各类程序设计语言的分析器。-commonly used programming language syntax and grammar forms to the public. Among them, morphology is based on LEX format editing, grammar form is written by
c-compiler
- 简单c语言语法的编译器,用c语言实现,包括词法语法和语义分析-c compilateur
EAN_demo.ZIP
- barcode ena type decoder source-barcode ena type decoder source..
MyWin32
- C++初学者练习小程序,入门联系,可以明白xiaochengxC++编译原理-asdfasdfasd
Algo
- compiler programme like c-compiler programme like c++
uc-tokens10
- Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for keeping
LexicalAnalysis
- 词法分析器 词法分析 lex java编写-Java prepared lexical analyzer