资源列表
词法分析
- 这篇博文主要说的就是词法分析,也就是把输入的符号串整理成特定的词素。(The main topic of this blog is lexical analysis, that is, the string of input is arranged into a specific morpheme.)
man_lex
- 用C语言实现最简单的词法分析器,输入为scala语言。(Use C to make a simple lexical analyzer.)
语法分析器
- 输入一个表达式,若此表达式是算数表达式,则输出right,否则输出ERROR.(Enter an expression, if the expression is the arithmetic expression, the output right, ERROR. otherwise.)
tiny_compiler
- tiny compiler for fun and profit
新建文本文档
- 分析语法,编译原理的相关知识,很有用。所以分享给大家。(t is useful to analyze grammar, compile principles and other related knowledge. So share it with everyone)
c`1
- Da ay klam shoukrn nfs l brnamg l fat nfs l ay klam
词法分析代码
- 词法分析的简单c实现,将TESTSTRING中的字符串进行分词。(get words in TESTSTRING.)
Simple_Compiler
- 程序功能:实现对一些简单语句的解释运算。支持的运算种类: int a(这种情况下a=0) int a,45 int b,44 a=a+b a=a-b a=a*b a=a/b string str(str为空) string str1,hello! string str2,like str=str1+str2 input str input a print str print a 输入文件:输入“file”命令,随后输入文件路径 读取命令行参数:在命令的后面紧跟文件路径,个数不限(This pro
Lexical_Analyzer
- 简易词法分析器,实现C语言词法分析。。。。(Simple lexical analyzer)
test
- test program, to see if this works..
yufa
- 简单编译器语法分析部分,大概可以应付编译原理实验的作业(Grammatical analysis)
BootScript
- boot scr ipt, pyton scr ipt
