资源列表
LexicalAnalyzer
- 两个C语言的词法分析器,从缓冲区中取出字符,识别出单词符号-Two C language lexical analyzer, remove the characters from the buffer to identify the word symbols
Lexicalanalyzer
- 词法分析器,可以将任意一段字符串的单词分离开-Lexical analyzer can be any of a string of words separated
compiler_c++
- 这学期开了编译的实验课,这是自己编写的词法分析器,感觉挺不错的,拿出来和大家分享交流。 -opened this semester compiled experiment, which is itself prepared by the lexical analyzer, I feel quite good. out and everyone sharing.
s
- 语法分析器-编译原理,可以输出词法错误,语法分析可以报出行错误,程序列表易懂-Parser- compiler theory, the output of lexical errors, syntax analysis can be the error of travel, the list of programs to understand
PROJECT1
- Lexical analyzer in C
apd9930接近传感器STM32 IIC源码
- apd9930接近传感器IIC源码C stm32平台
yufafenxiqi
- 这是一个c语言写的语法分析器,算分优先分析法-This is a c language parser, and count sub-priority analysis
token
- 词法分析程序的功能 输入:源程序 输出:二元组(词法记号,属性值/其在符号表中的位置)构成的序列。 例如:对源程序 x:=5 if (x>0) then x:=2*x+1/3 else x:=2/x # 经词法分析后输出如下序列: (10,’x’)(18, :=) (11,5) (26, ) (2, if ) (27,( )-Function of lexical analysis program input: source output: pair (lex
MyJavaCifa
- pl/0语言的词法分析器 cifa\\CifaMainFrame.java 主类 cifa\\CifaProcess.java 处理程序-pl / 0 language lexical analyzer CIFA \\ Main CifaMainFrame.java category CIFA \\ CifaProcess.java handling procedures
FSM
- 功能强大的汇编语言词法分析器,可以读入一行汇编语言,再输出扫描结果。使用汇编语言开发,有限自动机原理。-Powerful assembly language lexical analyzer, can be read into the line of assembly language, and then export the scan results. Assembly language development, finite automaton.
commande
- this is a code source for control motor DC with the DSP write in language C-this is a code source for control motor DC with the DSP write in language C++
305314118
- C语言编译的语法分析.. -C language compiler syntax analysis ..