资源列表
bianyiyuanli_cifafenxi_((x+x)+x)
- 我重新上传了我的这个((x+x)+……)词法分析程序。去掉了编译后的debug/release目录
ex1
- 编译原理实验一。自己写的比较简单的词法分析器,附加实验报告。-Compile a principle experiment. Relatively simple to write the lexical analyzer, additional test report.
MASHINHESAB-source
- calculator for Avr with bascom avr program
hoc6a
- high order calculator modified from unix programming environment
实现画图的编译器
- 一个简单的编译器,可以实现简单的画图语句的解析,最终画出简单的图形。涉及程序编译器的实现几个步骤,词法分析,语法分析,语义分析,等等。-a simple compiler can achieve a simple drawing of analytic statement, the final draw simple graphics. The procedures compiler in several steps, lexical analysis, grammar analysis, se
LuaCoco-1.1.5
- Lua语言,网站上的测试,主站为:luajit.org-Lua language, the test site, the main station: luajit.org
alexaut
- implementarea unui automat finit la tema de casa,compilatoare,verificarea unei gramatici din punct de vedere lexical
106006
- 编译原理,词法分析程序,用c实现程序的词法分析-Compiler theory, lexical analysis program, using lexical analysis to achieve the program c
RC5xx
- // Copyright (c), Philips Semiconductors Gratkorn // (C)PHILIPS Electronics N.V.2000 // All rights are reserved. // Philips reserves the right to make changes without notice at any time. // Philips makes no warranty, expressed, implied or st
CompileCode
- 编译原理实验程序C语言版本- Translation principle test run C language edition
OperatorPrecedenceAlgorithm
- 编译原理课上老师叫完成的算符优先算法,VC++实现的-Compiler Construction Principles class teacher told the operator to complete the priority algorithm, VC++ Achieved
analyser
- 用C语言编写PL/0语言的词法分析程序。