资源列表
Assembler
- 编译原理的作业 编译器- Translation principle work compiler
布尔表达式的翻译
- 布尔表达式的翻译- Boolean expression translation
LL(1)
- 用LL(1)法对布尔表达式的语法分析- (1) the law analyzes with LL to the Boolean expression grammar
scan
- 利用vc制作的模拟编译器的扫描程序,实现在输入字符串扫描分解为编译器能识别的符号。- Using the vc manufacture simulation compiler scanning procedure, realizes in the input character string scanning decomposes the mark which can distinguish for the compiler.
3
- 语法分析的好的vc程序- Grammar analysis good vc procedure
Tiny-C
- 一个小型C语言编译器- A small C language compiler
Pascal
- 一个很好的词法分析器!- A very good morphology analyzer!
110
- 一个好东东,大家狂下哈!编译原理的,- Good east east under, everybody is crazy breathes out! Translation principle,
词法分析器
- c语言的词法分析器源代码-c language morphology analyzer source code
AjaxParser
- 词法分析的程序。核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DFA,就能分析新的词法。 DFA 的初始化在CAjaxParserDlg::OnInitDialog。- Lexical analysis procedure. The core function is condition cut function CAjaxParserDlg::Route. The condition
dolphin-0.2.10-src
- Full support for extended regular expressions (those with intersection and complement); Support for some kinds of cycles in grammar; DFA-based operation; Unicode support; C++ only, requires a modern compiler; Lexical analyzers can be configured to ge
whale-0.3.2-src
- Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XM